Shades of Tory Blue #36498F
Tints of Tory Blue #36498F
RGB
CMYK
RGB Variations
Color information
#36498F (or 0x36498F) is known color: Tory Blue. HEX triplet: 36, 49 and 8F. RGB value is (54,73,143). Sum of RGB (Red+Green+Blue) = 54+73+143=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #36498F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36498F is #C9B670. Grayscale: #4B4B4B. Windows color (decimal): -13219441 or 9390390. OLE color: 9390390.
HSL color Cylindrical-coordinate representation of color #36498F: hue angle of 227.19º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36498F is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 73 | 143 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.44 |
| HSL | 227.19º | 0.45% | 0.39% | - |
| HSV(B) | 227.19º | 0.62% | 0.56% | - |
| XYZ | 8.86 | 7.53 | 26.97 | - |
| YUV | 75.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 143 | 0.62 | 0.49 | 0 | 0.44 | 227.19 | 0.45 | 0.39 |
| Hex | 36 | 49 | 8F | 3E | 31 | 0 | 2C | E3 | 2D | 27 |
| Octal | 66 | 111 | 217 | 76 | 61 | 0 | 54 | 343 | 55 | 47 |
| Binary | 110110 | 1001001 | 10001111 | 111110 | 110001 | 0 | 101100 | 11100011 | 101101 | 100111 |
Color Harmonies of #36498F
Complementary color
Monochromatic Colors of #36498F
Black with #36498F
Text Example
Text Example
White with #36498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36498F; }
p { color: rgb(54,73,143); }
H1.HeaderClassName
{
color: #36498F;
}
.AnyTagClassName
{
color: #36498F;
}
</style>
background-color css
<style>
a { background-color: #36498F; }
a { background-color: rgb(54,73,143); }
div.DivClassName
{
background-color: #36498F;
}
.BgClassName
{
background-color: #36498F;
}
</style>
border-color css
<style>
span { border-color: #36498F; }
span { border-color: rgb(54,73,143); }
td.TdClassName
{
border-color: #36498F;
}
.TagClassName
{
border-color: #36498F;
}
</style>