Shades of Tory Blue #364B89
Tints of Tory Blue #364B89
RGB
CMYK
RGB Variations
Color information
#364B89 (or 0x364B89) is known color: Tory Blue. HEX triplet: 36, 4B and 89. RGB value is (54,75,137). Sum of RGB (Red+Green+Blue) = 54+75+137=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #364B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364B89 is #C9B476. Grayscale: #4B4B4B. Windows color (decimal): -13218935 or 8997686. OLE color: 8997686.
HSL color Cylindrical-coordinate representation of color #364B89: hue angle of 224.82º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #364B89 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 75 | 137 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.46 |
| HSL | 224.82º | 0.43% | 0.37% | - |
| HSV(B) | 224.82º | 0.61% | 0.54% | - |
| XYZ | 8.55 | 7.62 | 24.69 | - |
| YUV | 75.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 137 | 0.61 | 0.45 | 0 | 0.46 | 224.82 | 0.43 | 0.37 |
| Hex | 36 | 4B | 89 | 3D | 2D | 0 | 2E | E1 | 2B | 25 |
| Octal | 66 | 113 | 211 | 75 | 55 | 0 | 56 | 341 | 53 | 45 |
| Binary | 110110 | 1001011 | 10001001 | 111101 | 101101 | 0 | 101110 | 11100001 | 101011 | 100101 |
Color Harmonies of #364B89
Complementary color
Monochromatic Colors of #364B89
Black with #364B89
Text Example
Text Example
White with #364B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364B89; }
p { color: rgb(54,75,137); }
H1.HeaderClassName
{
color: #364B89;
}
.AnyTagClassName
{
color: #364B89;
}
</style>
background-color css
<style>
a { background-color: #364B89; }
a { background-color: rgb(54,75,137); }
div.DivClassName
{
background-color: #364B89;
}
.BgClassName
{
background-color: #364B89;
}
</style>
border-color css
<style>
span { border-color: #364B89; }
span { border-color: rgb(54,75,137); }
td.TdClassName
{
border-color: #364B89;
}
.TagClassName
{
border-color: #364B89;
}
</style>