Shades of Tory Blue #345295
Tints of Tory Blue #345295
RGB
CMYK
RGB Variations
Color information
#345295 (or 0x345295) is known color: Tory Blue. HEX triplet: 34, 52 and 95. RGB value is (52,82,149). Sum of RGB (Red+Green+Blue) = 52+82+149=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #345295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345295 is #CBAD6A. Grayscale: #505050. Windows color (decimal): -13348203 or 9785908. OLE color: 9785908.
HSL color Cylindrical-coordinate representation of color #345295: hue angle of 221.44º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345295 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 82 | 149 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.42 |
| HSL | 221.44º | 0.48% | 0.39% | - |
| HSV(B) | 221.44º | 0.65% | 0.58% | - |
| XYZ | 9.86 | 8.93 | 29.64 | - |
| YUV | 80.67 | 166.56 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 149 | 0.65 | 0.45 | 0 | 0.42 | 221.44 | 0.48 | 0.39 |
| Hex | 34 | 52 | 95 | 41 | 2D | 0 | 2A | DD | 30 | 27 |
| Octal | 64 | 122 | 225 | 101 | 55 | 0 | 52 | 335 | 60 | 47 |
| Binary | 110100 | 1010010 | 10010101 | 1000001 | 101101 | 0 | 101010 | 11011101 | 110000 | 100111 |
Color Harmonies of #345295
Complementary color
Monochromatic Colors of #345295
Black with #345295
Text Example
Text Example
White with #345295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345295; }
p { color: rgb(52,82,149); }
H1.HeaderClassName
{
color: #345295;
}
.AnyTagClassName
{
color: #345295;
}
</style>
background-color css
<style>
a { background-color: #345295; }
a { background-color: rgb(52,82,149); }
div.DivClassName
{
background-color: #345295;
}
.BgClassName
{
background-color: #345295;
}
</style>
border-color css
<style>
span { border-color: #345295; }
span { border-color: rgb(52,82,149); }
td.TdClassName
{
border-color: #345295;
}
.TagClassName
{
border-color: #345295;
}
</style>