Shades of Tory Blue #354C90
Tints of Tory Blue #354C90
RGB
CMYK
RGB Variations
Color information
#354C90 (or 0x354C90) is known color: Tory Blue. HEX triplet: 35, 4C and 90. RGB value is (53,76,144). Sum of RGB (Red+Green+Blue) = 53+76+144=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #354C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354C90 is #CAB36F. Grayscale: #4C4C4C. Windows color (decimal): -13284208 or 9456693. OLE color: 9456693.
HSL color Cylindrical-coordinate representation of color #354C90: hue angle of 224.84º 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 #354C90 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 76 | 144 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.44 |
| HSL | 224.84º | 0.46% | 0.39% | - |
| HSV(B) | 224.84º | 0.63% | 0.56% | - |
| XYZ | 9.09 | 7.94 | 27.44 | - |
| YUV | 76.88 | 165.88 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 144 | 0.63 | 0.47 | 0 | 0.44 | 224.84 | 0.46 | 0.39 |
| Hex | 35 | 4C | 90 | 3F | 2F | 0 | 2C | E1 | 2E | 27 |
| Octal | 65 | 114 | 220 | 77 | 57 | 0 | 54 | 341 | 56 | 47 |
| Binary | 110101 | 1001100 | 10010000 | 111111 | 101111 | 0 | 101100 | 11100001 | 101110 | 100111 |
Color Harmonies of #354C90
Complementary color
Monochromatic Colors of #354C90
Black with #354C90
Text Example
Text Example
White with #354C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C90; }
p { color: rgb(53,76,144); }
H1.HeaderClassName
{
color: #354C90;
}
.AnyTagClassName
{
color: #354C90;
}
</style>
background-color css
<style>
a { background-color: #354C90; }
a { background-color: rgb(53,76,144); }
div.DivClassName
{
background-color: #354C90;
}
.BgClassName
{
background-color: #354C90;
}
</style>
border-color css
<style>
span { border-color: #354C90; }
span { border-color: rgb(53,76,144); }
td.TdClassName
{
border-color: #354C90;
}
.TagClassName
{
border-color: #354C90;
}
</style>