Shades of Tory Blue #364C86
Tints of Tory Blue #364C86
RGB
CMYK
RGB Variations
Color information
#364C86 (or 0x364C86) is known color: Tory Blue. HEX triplet: 36, 4C and 86. RGB value is (54,76,134). Sum of RGB (Red+Green+Blue) = 54+76+134=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #364C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364C86 is #C9B379. Grayscale: #4B4B4B. Windows color (decimal): -13218682 or 8801334. OLE color: 8801334.
HSL color Cylindrical-coordinate representation of color #364C86: hue angle of 223.5º 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 #364C86 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 76 | 134 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.47 |
| HSL | 223.5º | 0.43% | 0.37% | - |
| HSV(B) | 223.5º | 0.6% | 0.53% | - |
| XYZ | 8.41 | 7.67 | 23.59 | - |
| YUV | 76.03 | 160.71 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 134 | 0.60 | 0.43 | 0 | 0.47 | 223.5 | 0.43 | 0.37 |
| Hex | 36 | 4C | 86 | 3C | 2B | 0 | 2F | E0 | 2B | 25 |
| Octal | 66 | 114 | 206 | 74 | 53 | 0 | 57 | 340 | 53 | 45 |
| Binary | 110110 | 1001100 | 10000110 | 111100 | 101011 | 0 | 101111 | 11100000 | 101011 | 100101 |
Color Harmonies of #364C86
Complementary color
Monochromatic Colors of #364C86
Black with #364C86
Text Example
Text Example
White with #364C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364C86; }
p { color: rgb(54,76,134); }
H1.HeaderClassName
{
color: #364C86;
}
.AnyTagClassName
{
color: #364C86;
}
</style>
background-color css
<style>
a { background-color: #364C86; }
a { background-color: rgb(54,76,134); }
div.DivClassName
{
background-color: #364C86;
}
.BgClassName
{
background-color: #364C86;
}
</style>
border-color css
<style>
span { border-color: #364C86; }
span { border-color: rgb(54,76,134); }
td.TdClassName
{
border-color: #364C86;
}
.TagClassName
{
border-color: #364C86;
}
</style>