#372676

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

Shades of Windsor #372676

Tints of Windsor #372676

Color information

#372676 (or 0x372676) is unknown color: approx Windsor. HEX triplet: 37, 26 and 76. RGB value is (55,38,118). Sum of RGB (Red+Green+Blue) = 55+38+118=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #372676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372676 is #C8D989. Grayscale: #333333. Windows color (decimal): -13162890 or 7743031. OLE color: 7743031.

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

Color convert

RGB5538118-
CMYK0.530.6800.54
HSL252.75º51.28%30.59%-
HSV(B)252.75º67.8%46.27%-
XYZ5.543.5117.52-
YUV52.2165.13130-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=26.07%
G=18.01%
B=55.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55381180.530.6800.54252.7551.2830.59
Hex3726763544036fd331f
Octal6746166651040663756337
Binary1101111001101110110110101100010001101101111110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372676; }

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

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

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

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

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

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

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

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