#372777

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

Shades of Windsor #372777

Tints of Windsor #372777

Color information

#372777 (or 0x372777) is unknown color: approx Windsor. HEX triplet: 37, 27 and 77. RGB value is (55,39,119). Sum of RGB (Red+Green+Blue) = 55+39+119=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #372777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372777 is #C8D888. Grayscale: #343434. Windows color (decimal): -13162633 or 7808823. OLE color: 7808823.

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

Color convert

RGB5539119-
CMYK0.540.6700.53
HSL252º50.63%30.98%-
HSV(B)252º67.23%46.67%-
XYZ5.633.617.85-
YUV52.9165.3129.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.82%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=25.82%
G=18.31%
B=55.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55391190.540.6700.5325250.6330.98
Hex3727773643035fc331f
Octal6747167661030653746337
Binary1101111001111110111110110100001101101011111110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372777; }

 p { color: rgb(55,39,119); }

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

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

 a { background-color: rgb(55,39,119); }

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

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

 span { border-color: rgb(55,39,119); }

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