#372576

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

Shades of Windsor #372576

Tints of Windsor #372576

Color information

#372576 (or 0x372576) is unknown color: approx Windsor. HEX triplet: 37, 25 and 76. RGB value is (55,37,118). Sum of RGB (Red+Green+Blue) = 55+37+118=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #372576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372576 is #C8DA89. Grayscale: #333333. Windows color (decimal): -13163146 or 7742775. OLE color: 7742775.

HSL color Cylindrical-coordinate representation of color #372576: hue angle of 253.33º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #372576 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5537118-
CMYK0.530.6900.54
HSL253.33º52.26%30.39%-
HSV(B)253.33º68.64%46.27%-
XYZ5.513.4417.51-
YUV51.62165.46130.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.19%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 118 (46.48% from 255) = 56.19%
R=26.19%
G=17.62%
B=56.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55371180.530.6900.54253.3352.2630.39
Hex3725763545036fd341e
Octal6745166651050663756436
Binary1101111001011110110110101100010101101101111110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372576; }

 p { color: rgb(55,37,118); }

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

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

 a { background-color: rgb(55,37,118); }

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

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

 span { border-color: rgb(55,37,118); }

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