Shades of Tory Blue #365189
Tints of Tory Blue #365189
RGB
CMYK
RGB Variations
Color information
#365189 (or 0x365189) is known color: Tory Blue. HEX triplet: 36, 51 and 89. RGB value is (54,81,137). Sum of RGB (Red+Green+Blue) = 54+81+137=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #365189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365189 is #C9AE76. Grayscale: #4F4F4F. Windows color (decimal): -13217399 or 8999222. OLE color: 8999222.
HSL color Cylindrical-coordinate representation of color #365189: hue angle of 220.48º 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 #365189 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 81 | 137 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.46 |
| HSL | 220.48º | 0.43% | 0.37% | - |
| HSV(B) | 220.48º | 0.61% | 0.54% | - |
| XYZ | 8.98 | 8.48 | 24.83 | - |
| YUV | 79.31 | 160.55 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 81 | 137 | 0.61 | 0.41 | 0 | 0.46 | 220.48 | 0.43 | 0.37 |
| Hex | 36 | 51 | 89 | 3D | 29 | 0 | 2E | DC | 2B | 25 |
| Octal | 66 | 121 | 211 | 75 | 51 | 0 | 56 | 334 | 53 | 45 |
| Binary | 110110 | 1010001 | 10001001 | 111101 | 101001 | 0 | 101110 | 11011100 | 101011 | 100101 |
Color Harmonies of #365189
Complementary color
Monochromatic Colors of #365189
Black with #365189
Text Example
Text Example
White with #365189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365189; }
p { color: rgb(54,81,137); }
H1.HeaderClassName
{
color: #365189;
}
.AnyTagClassName
{
color: #365189;
}
</style>
background-color css
<style>
a { background-color: #365189; }
a { background-color: rgb(54,81,137); }
div.DivClassName
{
background-color: #365189;
}
.BgClassName
{
background-color: #365189;
}
</style>
border-color css
<style>
span { border-color: #365189; }
span { border-color: rgb(54,81,137); }
td.TdClassName
{
border-color: #365189;
}
.TagClassName
{
border-color: #365189;
}
</style>