Shades of Tory Blue #36497D
Tints of Tory Blue #36497D
RGB
CMYK
RGB Variations
Color information
#36497D (or 0x36497D) is known color: Tory Blue. HEX triplet: 36, 49 and 7D. RGB value is (54,73,125). Sum of RGB (Red+Green+Blue) = 54+73+125=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #36497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36497D is #C9B682. Grayscale: #494949. Windows color (decimal): -13219459 or 8210742. OLE color: 8210742.
HSL color Cylindrical-coordinate representation of color #36497D: hue angle of 223.94º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36497D is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 73 | 125 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.51 |
| HSL | 223.94º | 0.4% | 0.35% | - |
| HSV(B) | 223.94º | 0.57% | 0.49% | - |
| XYZ | 7.61 | 7.03 | 20.36 | - |
| YUV | 73.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 125 | 0.57 | 0.42 | 0 | 0.51 | 223.94 | 0.4 | 0.35 |
| Hex | 36 | 49 | 7D | 39 | 2A | 0 | 33 | E0 | 28 | 23 |
| Octal | 66 | 111 | 175 | 71 | 52 | 0 | 63 | 340 | 50 | 43 |
| Binary | 110110 | 1001001 | 1111101 | 111001 | 101010 | 0 | 110011 | 11100000 | 101000 | 100011 |
Color Harmonies of #36497D
Complementary color
Monochromatic Colors of #36497D
Black with #36497D
Text Example
Text Example
White with #36497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36497D; }
p { color: rgb(54,73,125); }
H1.HeaderClassName
{
color: #36497D;
}
.AnyTagClassName
{
color: #36497D;
}
</style>
background-color css
<style>
a { background-color: #36497D; }
a { background-color: rgb(54,73,125); }
div.DivClassName
{
background-color: #36497D;
}
.BgClassName
{
background-color: #36497D;
}
</style>
border-color css
<style>
span { border-color: #36497D; }
span { border-color: rgb(54,73,125); }
td.TdClassName
{
border-color: #36497D;
}
.TagClassName
{
border-color: #36497D;
}
</style>