#372675

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

Shades of Windsor #372675

Tints of Windsor #372675

Color information

#372675 (or 0x372675) is unknown color: approx Windsor. HEX triplet: 37, 26 and 75. RGB value is (55,38,117). Sum of RGB (Red+Green+Blue) = 55+38+117=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #372675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372675 is #C8D98A. Grayscale: #333333. Windows color (decimal): -13162891 or 7677495. OLE color: 7677495.

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

Color convert

RGB5538117-
CMYK0.530.6800.54
HSL252.91º50.97%30.39%-
HSV(B)252.91º67.52%45.88%-
XYZ5.483.4817.21-
YUV52.09164.63130.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.19%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=26.19%
G=18.10%
B=55.71%

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
Decimal55381170.530.6800.54252.9150.9730.39
Hex3726753544036fd331e
Octal6746165651040663756336
Binary1101111001101110101110101100010001101101111110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372675; }

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

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

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

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

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

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

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

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