Shades of Windsor #37277C
Tints of Windsor #37277C
RGB
CMYK
RGB Variations
Color information
#37277C (or 0x37277C) is known color: Windsor. HEX triplet: 37, 27 and 7C. RGB value is (55,39,124). Sum of RGB (Red+Green+Blue) = 55+39+124=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #37277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37277C is #C8D883. Grayscale: #353535. Windows color (decimal): -13162628 or 8136503. OLE color: 8136503.
HSL color Cylindrical-coordinate representation of color #37277C: hue angle of 251.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37277C is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 39 | 124 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.51 |
| HSL | 251.29º | 0.52% | 0.32% | - |
| HSV(B) | 251.29º | 0.69% | 0.49% | - |
| XYZ | 5.94 | 3.72 | 19.47 | - |
| YUV | 53.47 | 167.8 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 124 | 0.56 | 0.69 | 0 | 0.51 | 251.29 | 0.52 | 0.32 |
| Hex | 37 | 27 | 7C | 38 | 45 | 0 | 33 | FB | 34 | 20 |
| Octal | 67 | 47 | 174 | 70 | 105 | 0 | 63 | 373 | 64 | 40 |
| Binary | 110111 | 100111 | 1111100 | 111000 | 1000101 | 0 | 110011 | 11111011 | 110100 | 100000 |
Color Harmonies of #37277C
Complementary color
Monochromatic Colors of #37277C
Black with #37277C
Text Example
Text Example
White with #37277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37277C; }
p { color: rgb(55,39,124); }
H1.HeaderClassName
{
color: #37277C;
}
.AnyTagClassName
{
color: #37277C;
}
</style>
background-color css
<style>
a { background-color: #37277C; }
a { background-color: rgb(55,39,124); }
div.DivClassName
{
background-color: #37277C;
}
.BgClassName
{
background-color: #37277C;
}
</style>
border-color css
<style>
span { border-color: #37277C; }
span { border-color: rgb(55,39,124); }
td.TdClassName
{
border-color: #37277C;
}
.TagClassName
{
border-color: #37277C;
}
</style>