#3C2A76

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

Shades of Windsor #3C2A76

Tints of Windsor #3C2A76

Color information

#3C2A76 (or 0x3C2A76) is unknown color: approx Windsor. HEX triplet: 3C, 2A and 76. RGB value is (60,42,118). Sum of RGB (Red+Green+Blue) = 60+42+118=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C2A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2A76 is #C3D589. Grayscale: #373737. Windows color (decimal): -12834186 or 7744060. OLE color: 7744060.

HSL color Cylindrical-coordinate representation of color #3C2A76: hue angle of 254.21º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C2A76 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6042118-
CMYK0.490.6400.54
HSL254.21º47.5%31.37%-
HSV(B)254.21º64.41%46.27%-
XYZ5.963.9217.58-
YUV56.05162.96130.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.27%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 118 (46.48% from 255) = 53.64%
R=27.27%
G=19.09%
B=53.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60421180.490.6400.54254.2147.531.37
Hex3C2A763140036fe301f
Octal7452166611000663766037
Binary1111001010101110110110001100000001101101111111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,42,118); }

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

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

 a { background-color: rgb(60,42,118); }

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

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

 span { border-color: rgb(60,42,118); }

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