Shades of Windsor #37277D
Tints of Windsor #37277D
RGB
CMYK
RGB Variations
Color information
#37277D (or 0x37277D) is known color: Windsor. HEX triplet: 37, 27 and 7D. RGB value is (55,39,125). Sum of RGB (Red+Green+Blue) = 55+39+125=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #37277D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37277D is #C8D882. Grayscale: #353535. Windows color (decimal): -13162627 or 8202039. OLE color: 8202039.
HSL color Cylindrical-coordinate representation of color #37277D: hue angle of 251.16º 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 #37277D is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 39 | 125 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.51 |
| HSL | 251.16º | 0.52% | 0.32% | - |
| HSV(B) | 251.16º | 0.69% | 0.49% | - |
| XYZ | 6 | 3.74 | 19.81 | - |
| YUV | 53.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 125 | 0.56 | 0.69 | 0 | 0.51 | 251.16 | 0.52 | 0.32 |
| Hex | 37 | 27 | 7D | 38 | 45 | 0 | 33 | FB | 34 | 20 |
| Octal | 67 | 47 | 175 | 70 | 105 | 0 | 63 | 373 | 64 | 40 |
| Binary | 110111 | 100111 | 1111101 | 111000 | 1000101 | 0 | 110011 | 11111011 | 110100 | 100000 |
Color Harmonies of #37277D
Complementary color
Monochromatic Colors of #37277D
Black with #37277D
Text Example
Text Example
White with #37277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37277D; }
p { color: rgb(55,39,125); }
H1.HeaderClassName
{
color: #37277D;
}
.AnyTagClassName
{
color: #37277D;
}
</style>
background-color css
<style>
a { background-color: #37277D; }
a { background-color: rgb(55,39,125); }
div.DivClassName
{
background-color: #37277D;
}
.BgClassName
{
background-color: #37277D;
}
</style>
border-color css
<style>
span { border-color: #37277D; }
span { border-color: rgb(55,39,125); }
td.TdClassName
{
border-color: #37277D;
}
.TagClassName
{
border-color: #37277D;
}
</style>