Shades of Tory Blue #354F92
Tints of Tory Blue #354F92
RGB
CMYK
RGB Variations
Color information
#354F92 (or 0x354F92) is known color: Tory Blue. HEX triplet: 35, 4F and 92. RGB value is (53,79,146). Sum of RGB (Red+Green+Blue) = 53+79+146=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #354F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354F92 is #CAB06D. Grayscale: #4E4E4E. Windows color (decimal): -13283438 or 9588533. OLE color: 9588533.
HSL color Cylindrical-coordinate representation of color #354F92: hue angle of 223.23º 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 #354F92 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 79 | 146 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.43 |
| HSL | 223.23º | 0.47% | 0.39% | - |
| HSV(B) | 223.23º | 0.64% | 0.57% | - |
| XYZ | 9.45 | 8.42 | 28.32 | - |
| YUV | 78.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 146 | 0.64 | 0.46 | 0 | 0.43 | 223.23 | 0.47 | 0.39 |
| Hex | 35 | 4F | 92 | 40 | 2E | 0 | 2B | DF | 2F | 27 |
| Octal | 65 | 117 | 222 | 100 | 56 | 0 | 53 | 337 | 57 | 47 |
| Binary | 110101 | 1001111 | 10010010 | 1000000 | 101110 | 0 | 101011 | 11011111 | 101111 | 100111 |
Color Harmonies of #354F92
Complementary color
Monochromatic Colors of #354F92
Black with #354F92
Text Example
Text Example
White with #354F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354F92; }
p { color: rgb(53,79,146); }
H1.HeaderClassName
{
color: #354F92;
}
.AnyTagClassName
{
color: #354F92;
}
</style>
background-color css
<style>
a { background-color: #354F92; }
a { background-color: rgb(53,79,146); }
div.DivClassName
{
background-color: #354F92;
}
.BgClassName
{
background-color: #354F92;
}
</style>
border-color css
<style>
span { border-color: #354F92; }
span { border-color: rgb(53,79,146); }
td.TdClassName
{
border-color: #354F92;
}
.TagClassName
{
border-color: #354F92;
}
</style>