#372B7F

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

Shades of Windsor #372B7F

Tints of Windsor #372B7F

Color information

#372B7F (or 0x372B7F) is unknown color: approx Windsor. HEX triplet: 37, 2B and 7F. RGB value is (55,43,127). Sum of RGB (Red+Green+Blue) = 55+43+127=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #372B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372B7F is #C8D480. Grayscale: #373737. Windows color (decimal): -13161601 or 8334135. OLE color: 8334135.

HSL color Cylindrical-coordinate representation of color #372B7F: hue angle of 248.57º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #372B7F is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5543127-
CMYK0.570.6600.50
HSL248.57º49.41%33.33%-
HSV(B)248.57º66.14%49.8%-
XYZ6.274.0720.53-
YUV56.16167.98127.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 43 (17.19% from 255) = 19.11%
BLUE value IS 127 (50% from 255) = 56.44%
R=24.44%
G=19.11%
B=56.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55431270.570.6600.50248.5749.4133.33
Hex372B7F3942032f93121
Octal6753177711020623716141
Binary11011110101111111111110011000010011001011111001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,43,127); }

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

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

 a { background-color: rgb(55,43,127); }

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

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

 span { border-color: rgb(55,43,127); }

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