Shades of Windsor #37287A
Tints of Windsor #37287A
RGB
CMYK
RGB Variations
Color information
#37287A (or 0x37287A) is known color: Windsor. HEX triplet: 37, 28 and 7A. RGB value is (55,40,122). Sum of RGB (Red+Green+Blue) = 55+40+122=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #37287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37287A is #C8D785. Grayscale: #353535. Windows color (decimal): -13162374 or 8005687. OLE color: 8005687.
HSL color Cylindrical-coordinate representation of color #37287A: hue angle of 250.98º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37287A is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 40 | 122 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.52 |
| HSL | 250.98º | 0.51% | 0.32% | - |
| HSV(B) | 250.98º | 0.67% | 0.48% | - |
| XYZ | 5.85 | 3.73 | 18.83 | - |
| YUV | 53.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 122 | 0.55 | 0.67 | 0 | 0.52 | 250.98 | 0.51 | 0.32 |
| Hex | 37 | 28 | 7A | 37 | 43 | 0 | 34 | FB | 33 | 20 |
| Octal | 67 | 50 | 172 | 67 | 103 | 0 | 64 | 373 | 63 | 40 |
| Binary | 110111 | 101000 | 1111010 | 110111 | 1000011 | 0 | 110100 | 11111011 | 110011 | 100000 |
Color Harmonies of #37287A
Complementary color
Monochromatic Colors of #37287A
Black with #37287A
Text Example
Text Example
White with #37287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37287A; }
p { color: rgb(55,40,122); }
H1.HeaderClassName
{
color: #37287A;
}
.AnyTagClassName
{
color: #37287A;
}
</style>
background-color css
<style>
a { background-color: #37287A; }
a { background-color: rgb(55,40,122); }
div.DivClassName
{
background-color: #37287A;
}
.BgClassName
{
background-color: #37287A;
}
</style>
border-color css
<style>
span { border-color: #37287A; }
span { border-color: rgb(55,40,122); }
td.TdClassName
{
border-color: #37287A;
}
.TagClassName
{
border-color: #37287A;
}
</style>