Shades of Windsor #36287B
Tints of Windsor #36287B
RGB
CMYK
RGB Variations
Color information
#36287B (or 0x36287B) is known color: Windsor. HEX triplet: 36, 28 and 7B. RGB value is (54,40,123). Sum of RGB (Red+Green+Blue) = 54+40+123=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #36287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36287B is #C9D784. Grayscale: #353535. Windows color (decimal): -13227909 or 8071222. OLE color: 8071222.
HSL color Cylindrical-coordinate representation of color #36287B: hue angle of 250.12º 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 #36287B is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 40 | 123 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.52 |
| HSL | 250.12º | 0.51% | 0.32% | - |
| HSV(B) | 250.12º | 0.67% | 0.48% | - |
| XYZ | 5.86 | 3.73 | 19.15 | - |
| YUV | 53.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 123 | 0.56 | 0.67 | 0 | 0.52 | 250.12 | 0.51 | 0.32 |
| Hex | 36 | 28 | 7B | 38 | 43 | 0 | 34 | FA | 33 | 20 |
| Octal | 66 | 50 | 173 | 70 | 103 | 0 | 64 | 372 | 63 | 40 |
| Binary | 110110 | 101000 | 1111011 | 111000 | 1000011 | 0 | 110100 | 11111010 | 110011 | 100000 |
Color Harmonies of #36287B
Complementary color
Monochromatic Colors of #36287B
Black with #36287B
Text Example
Text Example
White with #36287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36287B; }
p { color: rgb(54,40,123); }
H1.HeaderClassName
{
color: #36287B;
}
.AnyTagClassName
{
color: #36287B;
}
</style>
background-color css
<style>
a { background-color: #36287B; }
a { background-color: rgb(54,40,123); }
div.DivClassName
{
background-color: #36287B;
}
.BgClassName
{
background-color: #36287B;
}
</style>
border-color css
<style>
span { border-color: #36287B; }
span { border-color: rgb(54,40,123); }
td.TdClassName
{
border-color: #36287B;
}
.TagClassName
{
border-color: #36287B;
}
</style>