#372473

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

Shades of Windsor #372473

Tints of Windsor #372473

Color information

#372473 (or 0x372473) is unknown color: approx Windsor. HEX triplet: 37, 24 and 73. RGB value is (55,36,115). Sum of RGB (Red+Green+Blue) = 55+36+115=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #372473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372473 is #C8DB8C. Grayscale: #323232. Windows color (decimal): -13163405 or 7545911. OLE color: 7545911.

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

Color convert

RGB5536115-
CMYK0.520.6900.55
HSL254.43º52.32%29.61%-
HSV(B)254.43º68.7%45.1%-
XYZ5.33.3116.58-
YUV50.69164.29131.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=26.70%
G=17.48%
B=55.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55361150.520.6900.55254.4352.3229.61
Hex3724733445037fe341e
Octal6744163641050673766436
Binary1101111001001110011110100100010101101111111111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372473; }

 p { color: rgb(55,36,115); }

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

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

 a { background-color: rgb(55,36,115); }

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

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

 span { border-color: rgb(55,36,115); }

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