Shades of Tory Blue #364E87
Tints of Tory Blue #364E87
RGB
CMYK
RGB Variations
Color information
#364E87 (or 0x364E87) is known color: Tory Blue. HEX triplet: 36, 4E and 87. RGB value is (54,78,135). Sum of RGB (Red+Green+Blue) = 54+78+135=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #364E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364E87 is #C9B178. Grayscale: #4D4D4D. Windows color (decimal): -13218169 or 8867382. OLE color: 8867382.
HSL color Cylindrical-coordinate representation of color #364E87: hue angle of 222.22º 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 #364E87 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 78 | 135 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.47 |
| HSL | 222.22º | 0.43% | 0.37% | - |
| HSV(B) | 222.22º | 0.6% | 0.53% | - |
| XYZ | 8.62 | 7.98 | 24.01 | - |
| YUV | 77.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 135 | 0.60 | 0.42 | 0 | 0.47 | 222.22 | 0.43 | 0.37 |
| Hex | 36 | 4E | 87 | 3C | 2A | 0 | 2F | DE | 2B | 25 |
| Octal | 66 | 116 | 207 | 74 | 52 | 0 | 57 | 336 | 53 | 45 |
| Binary | 110110 | 1001110 | 10000111 | 111100 | 101010 | 0 | 101111 | 11011110 | 101011 | 100101 |
Color Harmonies of #364E87
Complementary color
Monochromatic Colors of #364E87
Black with #364E87
Text Example
Text Example
White with #364E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364E87; }
p { color: rgb(54,78,135); }
H1.HeaderClassName
{
color: #364E87;
}
.AnyTagClassName
{
color: #364E87;
}
</style>
background-color css
<style>
a { background-color: #364E87; }
a { background-color: rgb(54,78,135); }
div.DivClassName
{
background-color: #364E87;
}
.BgClassName
{
background-color: #364E87;
}
</style>
border-color css
<style>
span { border-color: #364E87; }
span { border-color: rgb(54,78,135); }
td.TdClassName
{
border-color: #364E87;
}
.TagClassName
{
border-color: #364E87;
}
</style>