Shades of Tory Blue #354990
Tints of Tory Blue #354990
RGB
CMYK
RGB Variations
Color information
#354990 (or 0x354990) is known color: Tory Blue. HEX triplet: 35, 49 and 90. RGB value is (53,73,144). Sum of RGB (Red+Green+Blue) = 53+73+144=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #354990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354990 is #CAB66F. Grayscale: #4A4A4A. Windows color (decimal): -13284976 or 9455925. OLE color: 9455925.
HSL color Cylindrical-coordinate representation of color #354990: hue angle of 226.81º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #354990 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 73 | 144 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.44 |
| HSL | 226.81º | 0.46% | 0.39% | - |
| HSV(B) | 226.81º | 0.63% | 0.56% | - |
| XYZ | 8.88 | 7.54 | 27.37 | - |
| YUV | 75.11 | 166.87 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 144 | 0.63 | 0.49 | 0 | 0.44 | 226.81 | 0.46 | 0.39 |
| Hex | 35 | 49 | 90 | 3F | 31 | 0 | 2C | E3 | 2E | 27 |
| Octal | 65 | 111 | 220 | 77 | 61 | 0 | 54 | 343 | 56 | 47 |
| Binary | 110101 | 1001001 | 10010000 | 111111 | 110001 | 0 | 101100 | 11100011 | 101110 | 100111 |
Color Harmonies of #354990
Complementary color
Monochromatic Colors of #354990
Black with #354990
Text Example
Text Example
White with #354990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354990; }
p { color: rgb(53,73,144); }
H1.HeaderClassName
{
color: #354990;
}
.AnyTagClassName
{
color: #354990;
}
</style>
background-color css
<style>
a { background-color: #354990; }
a { background-color: rgb(53,73,144); }
div.DivClassName
{
background-color: #354990;
}
.BgClassName
{
background-color: #354990;
}
</style>
border-color css
<style>
span { border-color: #354990; }
span { border-color: rgb(53,73,144); }
td.TdClassName
{
border-color: #354990;
}
.TagClassName
{
border-color: #354990;
}
</style>