#372982

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

Shades of Windsor #372982

Tints of Windsor #372982

Color information

#372982 (or 0x372982) is unknown color: approx Windsor. HEX triplet: 37, 29 and 82. RGB value is (55,41,130). Sum of RGB (Red+Green+Blue) = 55+41+130=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #372982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372982 is #C8D67D. Grayscale: #363636. Windows color (decimal): -13162110 or 8530231. OLE color: 8530231.

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

Color convert

RGB5541130-
CMYK0.580.6800.49
HSL249.44º52.05%33.53%-
HSV(B)249.44º68.46%50.98%-
XYZ6.44.0121.56-
YUV55.33170.14127.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=24.34%
G=18.14%
B=57.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55411300.580.6800.49249.4452.0533.53
Hex3729823A44031f93422
Octal6751202721040613716442
Binary110111101001100000101110101000100011000111111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372982; }

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

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

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

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

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

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

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

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