Shades of Tory Blue #345292
Tints of Tory Blue #345292
RGB
CMYK
RGB Variations
Color information
#345292 (or 0x345292) is known color: Tory Blue. HEX triplet: 34, 52 and 92. RGB value is (52,82,146). Sum of RGB (Red+Green+Blue) = 52+82+146=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #345292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345292 is #CBAD6D. Grayscale: #505050. Windows color (decimal): -13348206 or 9589300. OLE color: 9589300.
HSL color Cylindrical-coordinate representation of color #345292: hue angle of 220.85º 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 #345292 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 82 | 146 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.43 |
| HSL | 220.85º | 0.47% | 0.39% | - |
| HSV(B) | 220.85º | 0.64% | 0.57% | - |
| XYZ | 9.62 | 8.84 | 28.39 | - |
| YUV | 80.33 | 165.06 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 146 | 0.64 | 0.44 | 0 | 0.43 | 220.85 | 0.47 | 0.39 |
| Hex | 34 | 52 | 92 | 40 | 2C | 0 | 2B | DD | 2F | 27 |
| Octal | 64 | 122 | 222 | 100 | 54 | 0 | 53 | 335 | 57 | 47 |
| Binary | 110100 | 1010010 | 10010010 | 1000000 | 101100 | 0 | 101011 | 11011101 | 101111 | 100111 |
Color Harmonies of #345292
Complementary color
Monochromatic Colors of #345292
Black with #345292
Text Example
Text Example
White with #345292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345292; }
p { color: rgb(52,82,146); }
H1.HeaderClassName
{
color: #345292;
}
.AnyTagClassName
{
color: #345292;
}
</style>
background-color css
<style>
a { background-color: #345292; }
a { background-color: rgb(52,82,146); }
div.DivClassName
{
background-color: #345292;
}
.BgClassName
{
background-color: #345292;
}
</style>
border-color css
<style>
span { border-color: #345292; }
span { border-color: rgb(52,82,146); }
td.TdClassName
{
border-color: #345292;
}
.TagClassName
{
border-color: #345292;
}
</style>