Shades of Tory Blue #36518D
Tints of Tory Blue #36518D
RGB
CMYK
RGB Variations
Color information
#36518D (or 0x36518D) is known color: Tory Blue. HEX triplet: 36, 51 and 8D. RGB value is (54,81,141). Sum of RGB (Red+Green+Blue) = 54+81+141=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #36518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36518D is #C9AE72. Grayscale: #4F4F4F. Windows color (decimal): -13217395 or 9261366. OLE color: 9261366.
HSL color Cylindrical-coordinate representation of color #36518D: hue angle of 221.38º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36518D is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 81 | 141 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.45 |
| HSL | 221.38º | 0.45% | 0.38% | - |
| HSV(B) | 221.38º | 0.62% | 0.55% | - |
| XYZ | 9.27 | 8.59 | 26.37 | - |
| YUV | 79.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 81 | 141 | 0.62 | 0.43 | 0 | 0.45 | 221.38 | 0.45 | 0.38 |
| Hex | 36 | 51 | 8D | 3E | 2B | 0 | 2D | DD | 2D | 26 |
| Octal | 66 | 121 | 215 | 76 | 53 | 0 | 55 | 335 | 55 | 46 |
| Binary | 110110 | 1010001 | 10001101 | 111110 | 101011 | 0 | 101101 | 11011101 | 101101 | 100110 |
Color Harmonies of #36518D
Complementary color
Monochromatic Colors of #36518D
Black with #36518D
Text Example
Text Example
White with #36518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36518D; }
p { color: rgb(54,81,141); }
H1.HeaderClassName
{
color: #36518D;
}
.AnyTagClassName
{
color: #36518D;
}
</style>
background-color css
<style>
a { background-color: #36518D; }
a { background-color: rgb(54,81,141); }
div.DivClassName
{
background-color: #36518D;
}
.BgClassName
{
background-color: #36518D;
}
</style>
border-color css
<style>
span { border-color: #36518D; }
span { border-color: rgb(54,81,141); }
td.TdClassName
{
border-color: #36518D;
}
.TagClassName
{
border-color: #36518D;
}
</style>