Shades of Tory Blue #354D9F
Tints of Tory Blue #354D9F
RGB
CMYK
RGB Variations
Color information
#354D9F (or 0x354D9F) is known color: Tory Blue. HEX triplet: 35, 4D and 9F. RGB value is (53,77,159). Sum of RGB (Red+Green+Blue) = 53+77+159=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #354D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D9F is #CAB260. Grayscale: #4E4E4E. Windows color (decimal): -13283937 or 10439989. OLE color: 10439989.
HSL color Cylindrical-coordinate representation of color #354D9F: hue angle of 226.42º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #354D9F is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 77 | 159 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.38 |
| HSL | 226.42º | 0.5% | 0.42% | - |
| HSV(B) | 226.42º | 0.67% | 0.62% | - |
| XYZ | 10.38 | 8.57 | 33.91 | - |
| YUV | 79.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 159 | 0.67 | 0.52 | 0 | 0.38 | 226.42 | 0.5 | 0.42 |
| Hex | 35 | 4D | 9F | 43 | 34 | 0 | 26 | E2 | 32 | 2A |
| Octal | 65 | 115 | 237 | 103 | 64 | 0 | 46 | 342 | 62 | 52 |
| Binary | 110101 | 1001101 | 10011111 | 1000011 | 110100 | 0 | 100110 | 11100010 | 110010 | 101010 |
Color Harmonies of #354D9F
Complementary color
Monochromatic Colors of #354D9F
Black with #354D9F
Text Example
Text Example
White with #354D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D9F; }
p { color: rgb(53,77,159); }
H1.HeaderClassName
{
color: #354D9F;
}
.AnyTagClassName
{
color: #354D9F;
}
</style>
background-color css
<style>
a { background-color: #354D9F; }
a { background-color: rgb(53,77,159); }
div.DivClassName
{
background-color: #354D9F;
}
.BgClassName
{
background-color: #354D9F;
}
</style>
border-color css
<style>
span { border-color: #354D9F; }
span { border-color: rgb(53,77,159); }
td.TdClassName
{
border-color: #354D9F;
}
.TagClassName
{
border-color: #354D9F;
}
</style>