Shades of Tory Blue #354A92
Tints of Tory Blue #354A92
RGB
CMYK
RGB Variations
Color information
#354A92 (or 0x354A92) is known color: Tory Blue. HEX triplet: 35, 4A and 92. RGB value is (53,74,146). Sum of RGB (Red+Green+Blue) = 53+74+146=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #354A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354A92 is #CAB56D. Grayscale: #4B4B4B. Windows color (decimal): -13284718 or 9587253. OLE color: 9587253.
HSL color Cylindrical-coordinate representation of color #354A92: hue angle of 226.45º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #354A92 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 74 | 146 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.43 |
| HSL | 226.45º | 0.47% | 0.39% | - |
| HSV(B) | 226.45º | 0.64% | 0.57% | - |
| XYZ | 9.11 | 7.73 | 28.21 | - |
| YUV | 75.93 | 167.54 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 146 | 0.64 | 0.49 | 0 | 0.43 | 226.45 | 0.47 | 0.39 |
| Hex | 35 | 4A | 92 | 40 | 31 | 0 | 2B | E2 | 2F | 27 |
| Octal | 65 | 112 | 222 | 100 | 61 | 0 | 53 | 342 | 57 | 47 |
| Binary | 110101 | 1001010 | 10010010 | 1000000 | 110001 | 0 | 101011 | 11100010 | 101111 | 100111 |
Color Harmonies of #354A92
Complementary color
Monochromatic Colors of #354A92
Black with #354A92
Text Example
Text Example
White with #354A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A92; }
p { color: rgb(53,74,146); }
H1.HeaderClassName
{
color: #354A92;
}
.AnyTagClassName
{
color: #354A92;
}
</style>
background-color css
<style>
a { background-color: #354A92; }
a { background-color: rgb(53,74,146); }
div.DivClassName
{
background-color: #354A92;
}
.BgClassName
{
background-color: #354A92;
}
</style>
border-color css
<style>
span { border-color: #354A92; }
span { border-color: rgb(53,74,146); }
td.TdClassName
{
border-color: #354A92;
}
.TagClassName
{
border-color: #354A92;
}
</style>