Shades of Windsor #36297C
Tints of Windsor #36297C
RGB
CMYK
RGB Variations
Color information
#36297C (or 0x36297C) is known color: Windsor. HEX triplet: 36, 29 and 7C. RGB value is (54,41,124). Sum of RGB (Red+Green+Blue) = 54+41+124=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #36297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36297C is #C9D683. Grayscale: #363636. Windows color (decimal): -13227652 or 8137014. OLE color: 8137014.
HSL color Cylindrical-coordinate representation of color #36297C: hue angle of 249.4º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36297C is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 41 | 124 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.51 |
| HSL | 249.4º | 0.5% | 0.32% | - |
| HSV(B) | 249.4º | 0.67% | 0.49% | - |
| XYZ | 5.95 | 3.83 | 19.49 | - |
| YUV | 54.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 124 | 0.56 | 0.67 | 0 | 0.51 | 249.4 | 0.5 | 0.32 |
| Hex | 36 | 29 | 7C | 38 | 43 | 0 | 33 | F9 | 32 | 20 |
| Octal | 66 | 51 | 174 | 70 | 103 | 0 | 63 | 371 | 62 | 40 |
| Binary | 110110 | 101001 | 1111100 | 111000 | 1000011 | 0 | 110011 | 11111001 | 110010 | 100000 |
Color Harmonies of #36297C
Complementary color
Monochromatic Colors of #36297C
Black with #36297C
Text Example
Text Example
White with #36297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36297C; }
p { color: rgb(54,41,124); }
H1.HeaderClassName
{
color: #36297C;
}
.AnyTagClassName
{
color: #36297C;
}
</style>
background-color css
<style>
a { background-color: #36297C; }
a { background-color: rgb(54,41,124); }
div.DivClassName
{
background-color: #36297C;
}
.BgClassName
{
background-color: #36297C;
}
</style>
border-color css
<style>
span { border-color: #36297C; }
span { border-color: rgb(54,41,124); }
td.TdClassName
{
border-color: #36297C;
}
.TagClassName
{
border-color: #36297C;
}
</style>