Shades of Tory Blue #354DA2
Tints of Tory Blue #354DA2
RGB
CMYK
RGB Variations
Color information
#354DA2 (or 0x354DA2) is known color: Tory Blue. HEX triplet: 35, 4D and A2. RGB value is (53,77,162). Sum of RGB (Red+Green+Blue) = 53+77+162=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 162 (63.67% from 255 or 55.48% from 292); Max value from RGB is 162 - color contains mainly: blue. Hex color #354DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354DA2 is #CAB25D. Grayscale: #4F4F4F. Windows color (decimal): -13283934 or 10636597. OLE color: 10636597.
HSL color Cylindrical-coordinate representation of color #354DA2: hue angle of 226.79º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #354DA2 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 77 | 162 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.36 |
| HSL | 226.79º | 0.51% | 0.42% | - |
| HSV(B) | 226.79º | 0.67% | 0.64% | - |
| XYZ | 10.64 | 8.67 | 35.3 | - |
| YUV | 79.51 | 174.55 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 162 | 0.67 | 0.52 | 0 | 0.36 | 226.79 | 0.51 | 0.42 |
| Hex | 35 | 4D | A2 | 43 | 34 | 0 | 24 | E3 | 33 | 2A |
| Octal | 65 | 115 | 242 | 103 | 64 | 0 | 44 | 343 | 63 | 52 |
| Binary | 110101 | 1001101 | 10100010 | 1000011 | 110100 | 0 | 100100 | 11100011 | 110011 | 101010 |
Color Harmonies of #354DA2
Complementary color
Monochromatic Colors of #354DA2
Black with #354DA2
Text Example
Text Example
White with #354DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DA2; }
p { color: rgb(53,77,162); }
H1.HeaderClassName
{
color: #354DA2;
}
.AnyTagClassName
{
color: #354DA2;
}
</style>
background-color css
<style>
a { background-color: #354DA2; }
a { background-color: rgb(53,77,162); }
div.DivClassName
{
background-color: #354DA2;
}
.BgClassName
{
background-color: #354DA2;
}
</style>
border-color css
<style>
span { border-color: #354DA2; }
span { border-color: rgb(53,77,162); }
td.TdClassName
{
border-color: #354DA2;
}
.TagClassName
{
border-color: #354DA2;
}
</style>