#3C2D78

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

Shades of Windsor #3C2D78

Tints of Windsor #3C2D78

Color information

#3C2D78 (or 0x3C2D78) is unknown color: approx Windsor. HEX triplet: 3C, 2D and 78. RGB value is (60,45,120). Sum of RGB (Red+Green+Blue) = 60+45+120=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C2D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2D78 is #C3D287. Grayscale: #393939. Windows color (decimal): -12833416 or 7875900. OLE color: 7875900.

HSL color Cylindrical-coordinate representation of color #3C2D78: hue angle of 252º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C2D78 is Cyan = 0.5, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6045120-
CMYK0.50.6300.53
HSL252º45.45%32.35%-
HSV(B)252º62.5%47.06%-
XYZ6.194.1918.25-
YUV58.04162.97129.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 45 (17.97% from 255) = 20%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=26.67%
G=20%
B=53.33%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60451200.50.6300.5325245.4532.35
Hex3C2D78323F035fc2d20
Octal745517062770653745540
Binary1111001011011111000110010111111011010111111100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,45,120); }

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

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

 a { background-color: rgb(60,45,120); }

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

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

 span { border-color: rgb(60,45,120); }

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