Shades of Tory Blue #354195
Tints of Tory Blue #354195
RGB
CMYK
RGB Variations
Color information
#354195 (or 0x354195) is known color: Tory Blue. HEX triplet: 35, 41 and 95. RGB value is (53,65,149). Sum of RGB (Red+Green+Blue) = 53+65+149=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #354195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354195 is #CABE6A. Grayscale: #464646. Windows color (decimal): -13287019 or 9781557. OLE color: 9781557.
HSL color Cylindrical-coordinate representation of color #354195: hue angle of 232.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #354195 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 65 | 149 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.42 |
| HSL | 232.5º | 0.48% | 0.4% | - |
| HSV(B) | 232.5º | 0.64% | 0.58% | - |
| XYZ | 8.78 | 6.71 | 29.27 | - |
| YUV | 70.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 149 | 0.64 | 0.56 | 0 | 0.42 | 232.5 | 0.48 | 0.4 |
| Hex | 35 | 41 | 95 | 40 | 38 | 0 | 2A | E8 | 30 | 28 |
| Octal | 65 | 101 | 225 | 100 | 70 | 0 | 52 | 350 | 60 | 50 |
| Binary | 110101 | 1000001 | 10010101 | 1000000 | 111000 | 0 | 101010 | 11101000 | 110000 | 101000 |
Color Harmonies of #354195
Complementary color
Monochromatic Colors of #354195
Black with #354195
Text Example
Text Example
White with #354195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354195; }
p { color: rgb(53,65,149); }
H1.HeaderClassName
{
color: #354195;
}
.AnyTagClassName
{
color: #354195;
}
</style>
background-color css
<style>
a { background-color: #354195; }
a { background-color: rgb(53,65,149); }
div.DivClassName
{
background-color: #354195;
}
.BgClassName
{
background-color: #354195;
}
</style>
border-color css
<style>
span { border-color: #354195; }
span { border-color: rgb(53,65,149); }
td.TdClassName
{
border-color: #354195;
}
.TagClassName
{
border-color: #354195;
}
</style>