#3C207B

Color #3C207B Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #3C207B

Tints of Windsor #3C207B

Color information

#3C207B (or 0x3C207B) is unknown color: approx Windsor. HEX triplet: 3C, 20 and 7B. RGB value is (60,32,123). Sum of RGB (Red+Green+Blue) = 60+32+123=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C207B is #C3DF84. Grayscale: #323232. Windows color (decimal): -12836741 or 8069180. OLE color: 8069180.

HSL color Cylindrical-coordinate representation of color #3C207B: hue angle of 258.46º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C207B is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6032123-
CMYK0.510.7400.52
HSL258.46º58.71%30.39%-
HSV(B)258.46º73.98%48.24%-
XYZ5.963.4219.09-
YUV50.75168.78134.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 27.91%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 123 (48.44% from 255) = 57.21%
R=27.91%
G=14.88%
B=57.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60321230.510.7400.52258.4658.7130.39
Hex3C207B334A0341023b1e
Octal7440173631120644027336
Binary11110010000011110111100111001010011010010000001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C207B; }

 p { color: rgb(60,32,123); }

 H1.HeaderClassName
 {
   color: #3C207B;
 }
 .AnyTagClassName
 {
   color: #3C207B;
 }
</style>
background-color css

<style>
 a { background-color: #3C207B; }

 a { background-color: rgb(60,32,123); }

 div.DivClassName
 {
   background-color: #3C207B;
 }
 .BgClassName
 {
   background-color: #3C207B;
 }
</style>
border-color css

<style>
 span { border-color: #3C207B; }

 span { border-color: rgb(60,32,123); }

 td.TdClassName
 {
   border-color: #3C207B;
 }
 .TagClassName
 {
   border-color: #3C207B;
 }
</style>