RGB颜色转成System.Drawing.Color:System.Drawing.Color currentColor=System.Drawing.Color.FromArgb(32,61,162);将System.Drawing.Color转成网页十六进制颜色:System.Drawing.ColorTranslator.ToHtml(currentColor).tostring();