Shades of Tory Blue #36508E
Tints of Tory Blue #36508E
RGB
CMYK
RGB Variations
Color information
#36508E (or 0x36508E) is known color: Tory Blue. HEX triplet: 36, 50 and 8E. RGB value is (54,80,142). Sum of RGB (Red+Green+Blue) = 54+80+142=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #36508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36508E is #C9AF71. Grayscale: #4F4F4F. Windows color (decimal): -13217650 or 9326646. OLE color: 9326646.
HSL color Cylindrical-coordinate representation of color #36508E: hue angle of 222.27º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36508E is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 80 | 142 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.44 |
| HSL | 222.27º | 0.45% | 0.38% | - |
| HSV(B) | 222.27º | 0.62% | 0.56% | - |
| XYZ | 9.27 | 8.47 | 26.74 | - |
| YUV | 79.29 | 163.39 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 142 | 0.62 | 0.44 | 0 | 0.44 | 222.27 | 0.45 | 0.38 |
| Hex | 36 | 50 | 8E | 3E | 2C | 0 | 2C | DE | 2D | 26 |
| Octal | 66 | 120 | 216 | 76 | 54 | 0 | 54 | 336 | 55 | 46 |
| Binary | 110110 | 1010000 | 10001110 | 111110 | 101100 | 0 | 101100 | 11011110 | 101101 | 100110 |
Color Harmonies of #36508E
Complementary color
Monochromatic Colors of #36508E
Black with #36508E
Text Example
Text Example
White with #36508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36508E; }
p { color: rgb(54,80,142); }
H1.HeaderClassName
{
color: #36508E;
}
.AnyTagClassName
{
color: #36508E;
}
</style>
background-color css
<style>
a { background-color: #36508E; }
a { background-color: rgb(54,80,142); }
div.DivClassName
{
background-color: #36508E;
}
.BgClassName
{
background-color: #36508E;
}
</style>
border-color css
<style>
span { border-color: #36508E; }
span { border-color: rgb(54,80,142); }
td.TdClassName
{
border-color: #36508E;
}
.TagClassName
{
border-color: #36508E;
}
</style>