Shades of Windsor #36267E
Tints of Windsor #36267E
RGB
CMYK
RGB Variations
Color information
#36267E (or 0x36267E) is known color: Windsor. HEX triplet: 36, 26 and 7E. RGB value is (54,38,126). Sum of RGB (Red+Green+Blue) = 54+38+126=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #36267E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36267E is #C9D981. Grayscale: #343434. Windows color (decimal): -13228418 or 8267318. OLE color: 8267318.
HSL color Cylindrical-coordinate representation of color #36267E: hue angle of 250.91º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36267E is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 38 | 126 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.51 |
| HSL | 250.91º | 0.54% | 0.32% | - |
| HSV(B) | 250.91º | 0.7% | 0.49% | - |
| XYZ | 5.98 | 3.68 | 20.13 | - |
| YUV | 52.82 | 169.3 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 38 | 126 | 0.57 | 0.70 | 0 | 0.51 | 250.91 | 0.54 | 0.32 |
| Hex | 36 | 26 | 7E | 39 | 46 | 0 | 33 | FB | 36 | 20 |
| Octal | 66 | 46 | 176 | 71 | 106 | 0 | 63 | 373 | 66 | 40 |
| Binary | 110110 | 100110 | 1111110 | 111001 | 1000110 | 0 | 110011 | 11111011 | 110110 | 100000 |
Color Harmonies of #36267E
Complementary color
Monochromatic Colors of #36267E
Black with #36267E
Text Example
Text Example
White with #36267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36267E; }
p { color: rgb(54,38,126); }
H1.HeaderClassName
{
color: #36267E;
}
.AnyTagClassName
{
color: #36267E;
}
</style>
background-color css
<style>
a { background-color: #36267E; }
a { background-color: rgb(54,38,126); }
div.DivClassName
{
background-color: #36267E;
}
.BgClassName
{
background-color: #36267E;
}
</style>
border-color css
<style>
span { border-color: #36267E; }
span { border-color: rgb(54,38,126); }
td.TdClassName
{
border-color: #36267E;
}
.TagClassName
{
border-color: #36267E;
}
</style>