Shades of Tory Blue #354092
Tints of Tory Blue #354092
RGB
CMYK
RGB Variations
Color information
#354092 (or 0x354092) is known color: Tory Blue. HEX triplet: 35, 40 and 92. RGB value is (53,64,146). Sum of RGB (Red+Green+Blue) = 53+64+146=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #354092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354092 is #CABF6D. Grayscale: #454545. Windows color (decimal): -13287278 or 9584693. OLE color: 9584693.
HSL color Cylindrical-coordinate representation of color #354092: hue angle of 232.9º 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 #354092 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 64 | 146 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.43 |
| HSL | 232.9º | 0.47% | 0.39% | - |
| HSV(B) | 232.9º | 0.64% | 0.57% | - |
| XYZ | 8.49 | 6.5 | 28 | - |
| YUV | 70.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 146 | 0.64 | 0.56 | 0 | 0.43 | 232.9 | 0.47 | 0.39 |
| Hex | 35 | 40 | 92 | 40 | 38 | 0 | 2B | E9 | 2F | 27 |
| Octal | 65 | 100 | 222 | 100 | 70 | 0 | 53 | 351 | 57 | 47 |
| Binary | 110101 | 1000000 | 10010010 | 1000000 | 111000 | 0 | 101011 | 11101001 | 101111 | 100111 |
Color Harmonies of #354092
Complementary color
Monochromatic Colors of #354092
Black with #354092
Text Example
Text Example
White with #354092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354092; }
p { color: rgb(53,64,146); }
H1.HeaderClassName
{
color: #354092;
}
.AnyTagClassName
{
color: #354092;
}
</style>
background-color css
<style>
a { background-color: #354092; }
a { background-color: rgb(53,64,146); }
div.DivClassName
{
background-color: #354092;
}
.BgClassName
{
background-color: #354092;
}
</style>
border-color css
<style>
span { border-color: #354092; }
span { border-color: rgb(53,64,146); }
td.TdClassName
{
border-color: #354092;
}
.TagClassName
{
border-color: #354092;
}
</style>