Shades of Tory Blue #364987
Tints of Tory Blue #364987
RGB
CMYK
RGB Variations
Color information
#364987 (or 0x364987) is known color: Tory Blue. HEX triplet: 36, 49 and 87. RGB value is (54,73,135). Sum of RGB (Red+Green+Blue) = 54+73+135=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #364987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364987 is #C9B678. Grayscale: #4A4A4A. Windows color (decimal): -13219449 or 8866102. OLE color: 8866102.
HSL color Cylindrical-coordinate representation of color #364987: hue angle of 225.93º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #364987 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 73 | 135 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.47 |
| HSL | 225.93º | 0.43% | 0.37% | - |
| HSV(B) | 225.93º | 0.6% | 0.53% | - |
| XYZ | 8.28 | 7.3 | 23.89 | - |
| YUV | 74.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 135 | 0.60 | 0.46 | 0 | 0.47 | 225.93 | 0.43 | 0.37 |
| Hex | 36 | 49 | 87 | 3C | 2E | 0 | 2F | E2 | 2B | 25 |
| Octal | 66 | 111 | 207 | 74 | 56 | 0 | 57 | 342 | 53 | 45 |
| Binary | 110110 | 1001001 | 10000111 | 111100 | 101110 | 0 | 101111 | 11100010 | 101011 | 100101 |
Color Harmonies of #364987
Complementary color
Monochromatic Colors of #364987
Black with #364987
Text Example
Text Example
White with #364987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364987; }
p { color: rgb(54,73,135); }
H1.HeaderClassName
{
color: #364987;
}
.AnyTagClassName
{
color: #364987;
}
</style>
background-color css
<style>
a { background-color: #364987; }
a { background-color: rgb(54,73,135); }
div.DivClassName
{
background-color: #364987;
}
.BgClassName
{
background-color: #364987;
}
</style>
border-color css
<style>
span { border-color: #364987; }
span { border-color: rgb(54,73,135); }
td.TdClassName
{
border-color: #364987;
}
.TagClassName
{
border-color: #364987;
}
</style>