#372C7C

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

Shades of Windsor #372C7C

Tints of Windsor #372C7C

Color information

#372C7C (or 0x372C7C) is unknown color: approx Windsor. HEX triplet: 37, 2C and 7C. RGB value is (55,44,124). Sum of RGB (Red+Green+Blue) = 55+44+124=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #372C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372C7C is #C8D383. Grayscale: #383838. Windows color (decimal): -13161348 or 8137783. OLE color: 8137783.

HSL color Cylindrical-coordinate representation of color #372C7C: hue angle of 248.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #372C7C is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5544124-
CMYK0.560.6500.51
HSL248.25º47.62%32.94%-
HSV(B)248.25º64.52%48.63%-
XYZ6.114.0719.53-
YUV56.41166.14127-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 124 (48.83% from 255) = 55.61%
R=24.66%
G=19.73%
B=55.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55441240.560.6500.51248.2547.6232.94
Hex372C7C3841033f83021
Octal6754174701010633706041
Binary11011110110011111001110001000001011001111111000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372C7C; }

 p { color: rgb(55,44,124); }

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

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

 a { background-color: rgb(55,44,124); }

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

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

 span { border-color: rgb(55,44,124); }

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