#3C2972

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

Shades of Windsor #3C2972

Tints of Windsor #3C2972

Color information

#3C2972 (or 0x3C2972) is unknown color: approx Windsor. HEX triplet: 3C, 29 and 72. RGB value is (60,41,114). Sum of RGB (Red+Green+Blue) = 60+41+114=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C2972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2972 is #C3D68D. Grayscale: #363636. Windows color (decimal): -12834446 or 7481660. OLE color: 7481660.

HSL color Cylindrical-coordinate representation of color #3C2972: hue angle of 255.62º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C2972 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6041114-
CMYK0.470.6400.55
HSL255.62º47.1%30.39%-
HSV(B)255.62º64.04%44.71%-
XYZ5.693.7616.35-
YUV55161.29131.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.91%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=27.91%
G=19.07%
B=53.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60411140.470.6400.55255.6247.130.39
Hex3C29722F400371002f1e
Octal7451162571000674005736
Binary11110010100111100101011111000000011011110000000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,41,114); }

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

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

 a { background-color: rgb(60,41,114); }

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

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

 span { border-color: rgb(60,41,114); }

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