Shades of Tory Blue #36518B
Tints of Tory Blue #36518B
RGB
CMYK
RGB Variations
Color information
#36518B (or 0x36518B) is known color: Tory Blue. HEX triplet: 36, 51 and 8B. RGB value is (54,81,139). Sum of RGB (Red+Green+Blue) = 54+81+139=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #36518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36518B is #C9AE74. Grayscale: #4F4F4F. Windows color (decimal): -13217397 or 9130294. OLE color: 9130294.
HSL color Cylindrical-coordinate representation of color #36518B: hue angle of 220.94º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36518B is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 81 | 139 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.45 |
| HSL | 220.94º | 0.44% | 0.38% | - |
| HSV(B) | 220.94º | 0.61% | 0.55% | - |
| XYZ | 9.12 | 8.53 | 25.59 | - |
| YUV | 79.54 | 161.55 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 81 | 139 | 0.61 | 0.42 | 0 | 0.45 | 220.94 | 0.44 | 0.38 |
| Hex | 36 | 51 | 8B | 3D | 2A | 0 | 2D | DD | 2C | 26 |
| Octal | 66 | 121 | 213 | 75 | 52 | 0 | 55 | 335 | 54 | 46 |
| Binary | 110110 | 1010001 | 10001011 | 111101 | 101010 | 0 | 101101 | 11011101 | 101100 | 100110 |
Color Harmonies of #36518B
Complementary color
Monochromatic Colors of #36518B
Black with #36518B
Text Example
Text Example
White with #36518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36518B; }
p { color: rgb(54,81,139); }
H1.HeaderClassName
{
color: #36518B;
}
.AnyTagClassName
{
color: #36518B;
}
</style>
background-color css
<style>
a { background-color: #36518B; }
a { background-color: rgb(54,81,139); }
div.DivClassName
{
background-color: #36518B;
}
.BgClassName
{
background-color: #36518B;
}
</style>
border-color css
<style>
span { border-color: #36518B; }
span { border-color: rgb(54,81,139); }
td.TdClassName
{
border-color: #36518B;
}
.TagClassName
{
border-color: #36518B;
}
</style>