Shades of Windsor #37257A
Tints of Windsor #37257A
RGB
CMYK
RGB Variations
Color information
#37257A (or 0x37257A) is known color: Windsor. HEX triplet: 37, 25 and 7A. RGB value is (55,37,122). Sum of RGB (Red+Green+Blue) = 55+37+122=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #37257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37257A is #C8DA85. Grayscale: #333333. Windows color (decimal): -13163142 or 8004919. OLE color: 8004919.
HSL color Cylindrical-coordinate representation of color #37257A: hue angle of 252.71º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37257A is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 37 | 122 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.52 |
| HSL | 252.71º | 0.53% | 0.31% | - |
| HSV(B) | 252.71º | 0.7% | 0.48% | - |
| XYZ | 5.75 | 3.54 | 18.79 | - |
| YUV | 52.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 122 | 0.55 | 0.70 | 0 | 0.52 | 252.71 | 0.53 | 0.31 |
| Hex | 37 | 25 | 7A | 37 | 46 | 0 | 34 | FD | 35 | 1F |
| Octal | 67 | 45 | 172 | 67 | 106 | 0 | 64 | 375 | 65 | 37 |
| Binary | 110111 | 100101 | 1111010 | 110111 | 1000110 | 0 | 110100 | 11111101 | 110101 | 11111 |
Color Harmonies of #37257A
Complementary color
Monochromatic Colors of #37257A
Black with #37257A
Text Example
Text Example
White with #37257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37257A; }
p { color: rgb(55,37,122); }
H1.HeaderClassName
{
color: #37257A;
}
.AnyTagClassName
{
color: #37257A;
}
</style>
background-color css
<style>
a { background-color: #37257A; }
a { background-color: rgb(55,37,122); }
div.DivClassName
{
background-color: #37257A;
}
.BgClassName
{
background-color: #37257A;
}
</style>
border-color css
<style>
span { border-color: #37257A; }
span { border-color: rgb(55,37,122); }
td.TdClassName
{
border-color: #37257A;
}
.TagClassName
{
border-color: #37257A;
}
</style>