Shades of Tory Blue #354789
Tints of Tory Blue #354789
RGB
CMYK
RGB Variations
Color information
#354789 (or 0x354789) is known color: Tory Blue. HEX triplet: 35, 47 and 89. RGB value is (53,71,137). Sum of RGB (Red+Green+Blue) = 53+71+137=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #354789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354789 is #CAB876. Grayscale: #484848. Windows color (decimal): -13285495 or 8996661. OLE color: 8996661.
HSL color Cylindrical-coordinate representation of color #354789: hue angle of 227.14º degrees, saturation: 0.44, 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 #354789 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 71 | 137 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.46 |
| HSL | 227.14º | 0.44% | 0.37% | - |
| HSV(B) | 227.14º | 0.61% | 0.54% | - |
| XYZ | 8.24 | 7.07 | 24.6 | - |
| YUV | 73.14 | 164.04 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 137 | 0.61 | 0.48 | 0 | 0.46 | 227.14 | 0.44 | 0.37 |
| Hex | 35 | 47 | 89 | 3D | 30 | 0 | 2E | E3 | 2C | 25 |
| Octal | 65 | 107 | 211 | 75 | 60 | 0 | 56 | 343 | 54 | 45 |
| Binary | 110101 | 1000111 | 10001001 | 111101 | 110000 | 0 | 101110 | 11100011 | 101100 | 100101 |
Color Harmonies of #354789
Complementary color
Monochromatic Colors of #354789
Black with #354789
Text Example
Text Example
White with #354789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354789; }
p { color: rgb(53,71,137); }
H1.HeaderClassName
{
color: #354789;
}
.AnyTagClassName
{
color: #354789;
}
</style>
background-color css
<style>
a { background-color: #354789; }
a { background-color: rgb(53,71,137); }
div.DivClassName
{
background-color: #354789;
}
.BgClassName
{
background-color: #354789;
}
</style>
border-color css
<style>
span { border-color: #354789; }
span { border-color: rgb(53,71,137); }
td.TdClassName
{
border-color: #354789;
}
.TagClassName
{
border-color: #354789;
}
</style>