#372682

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

Shades of Windsor #372682

Tints of Windsor #372682

Color information

#372682 (or 0x372682) is unknown color: approx Windsor. HEX triplet: 37, 26 and 82. RGB value is (55,38,130). Sum of RGB (Red+Green+Blue) = 55+38+130=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #372682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372682 is #C8D97D. Grayscale: #353535. Windows color (decimal): -13162878 or 8529463. OLE color: 8529463.

HSL color Cylindrical-coordinate representation of color #372682: hue angle of 251.09º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #372682 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5538130-
CMYK0.580.7100.49
HSL251.09º54.76%32.94%-
HSV(B)251.09º70.77%50.98%-
XYZ6.33.8121.52-
YUV53.57171.13129.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 130 (51.17% from 255) = 58.30%
R=24.66%
G=17.04%
B=58.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55381300.580.7100.49251.0954.7632.94
Hex3726823A47031fb3721
Octal6746202721070613736741
Binary110111100110100000101110101000111011000111111011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372682; }

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

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

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

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

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

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

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

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