Shades of Tory Blue #354488
Tints of Tory Blue #354488
RGB
CMYK
RGB Variations
Color information
#354488 (or 0x354488) is known color: Tory Blue. HEX triplet: 35, 44 and 88. RGB value is (53,68,136). Sum of RGB (Red+Green+Blue) = 53+68+136=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #354488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354488 is #CABB77. Grayscale: #464646. Windows color (decimal): -13286264 or 8930357. OLE color: 8930357.
HSL color Cylindrical-coordinate representation of color #354488: hue angle of 229.16º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #354488 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 68 | 136 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.47 |
| HSL | 229.16º | 0.44% | 0.37% | - |
| HSV(B) | 229.16º | 0.61% | 0.53% | - |
| XYZ | 7.98 | 6.67 | 24.16 | - |
| YUV | 71.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 136 | 0.61 | 0.50 | 0 | 0.47 | 229.16 | 0.44 | 0.37 |
| Hex | 35 | 44 | 88 | 3D | 32 | 0 | 2F | E5 | 2C | 25 |
| Octal | 65 | 104 | 210 | 75 | 62 | 0 | 57 | 345 | 54 | 45 |
| Binary | 110101 | 1000100 | 10001000 | 111101 | 110010 | 0 | 101111 | 11100101 | 101100 | 100101 |
Color Harmonies of #354488
Complementary color
Monochromatic Colors of #354488
Black with #354488
Text Example
Text Example
White with #354488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354488; }
p { color: rgb(53,68,136); }
H1.HeaderClassName
{
color: #354488;
}
.AnyTagClassName
{
color: #354488;
}
</style>
background-color css
<style>
a { background-color: #354488; }
a { background-color: rgb(53,68,136); }
div.DivClassName
{
background-color: #354488;
}
.BgClassName
{
background-color: #354488;
}
</style>
border-color css
<style>
span { border-color: #354488; }
span { border-color: rgb(53,68,136); }
td.TdClassName
{
border-color: #354488;
}
.TagClassName
{
border-color: #354488;
}
</style>