#372779

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

Shades of Windsor #372779

Tints of Windsor #372779

Color information

#372779 (or 0x372779) is unknown color: approx Windsor. HEX triplet: 37, 27 and 79. RGB value is (55,39,121). Sum of RGB (Red+Green+Blue) = 55+39+121=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #372779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372779 is #C8D886. Grayscale: #343434. Windows color (decimal): -13162631 or 7939895. OLE color: 7939895.

HSL color Cylindrical-coordinate representation of color #372779: hue angle of 251.71º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #372779 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5539121-
CMYK0.550.6800.53
HSL251.71º51.25%31.37%-
HSV(B)251.71º67.77%47.45%-
XYZ5.753.6418.49-
YUV53.13166.3129.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 121 (47.66% from 255) = 56.28%
R=25.58%
G=18.14%
B=56.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55391210.550.6800.53251.7151.2531.37
Hex3727793744035fc331f
Octal6747171671040653746337
Binary1101111001111111001110111100010001101011111110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372779; }

 p { color: rgb(55,39,121); }

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

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

 a { background-color: rgb(55,39,121); }

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

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

 span { border-color: rgb(55,39,121); }

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