Shades of Tory Blue #354199
Tints of Tory Blue #354199
RGB
CMYK
RGB Variations
Color information
#354199 (or 0x354199) is known color: Tory Blue. HEX triplet: 35, 41 and 99. RGB value is (53,65,153). Sum of RGB (Red+Green+Blue) = 53+65+153=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #354199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354199 is #CABE66. Grayscale: #474747. Windows color (decimal): -13287015 or 10043701. OLE color: 10043701.
HSL color Cylindrical-coordinate representation of color #354199: hue angle of 232.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #354199 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 65 | 153 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.4 |
| HSL | 232.8º | 0.49% | 0.4% | - |
| HSV(B) | 232.8º | 0.65% | 0.6% | - |
| XYZ | 9.11 | 6.84 | 30.98 | - |
| YUV | 71.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 153 | 0.65 | 0.58 | 0 | 0.4 | 232.8 | 0.49 | 0.4 |
| Hex | 35 | 41 | 99 | 41 | 3A | 0 | 28 | E9 | 31 | 28 |
| Octal | 65 | 101 | 231 | 101 | 72 | 0 | 50 | 351 | 61 | 50 |
| Binary | 110101 | 1000001 | 10011001 | 1000001 | 111010 | 0 | 101000 | 11101001 | 110001 | 101000 |
Color Harmonies of #354199
Complementary color
Monochromatic Colors of #354199
Black with #354199
Text Example
Text Example
White with #354199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354199; }
p { color: rgb(53,65,153); }
H1.HeaderClassName
{
color: #354199;
}
.AnyTagClassName
{
color: #354199;
}
</style>
background-color css
<style>
a { background-color: #354199; }
a { background-color: rgb(53,65,153); }
div.DivClassName
{
background-color: #354199;
}
.BgClassName
{
background-color: #354199;
}
</style>
border-color css
<style>
span { border-color: #354199; }
span { border-color: rgb(53,65,153); }
td.TdClassName
{
border-color: #354199;
}
.TagClassName
{
border-color: #354199;
}
</style>