Shades of Tory Blue #345195
Tints of Tory Blue #345195
RGB
CMYK
RGB Variations
Color information
#345195 (or 0x345195) is known color: Tory Blue. HEX triplet: 34, 51 and 95. RGB value is (52,81,149). Sum of RGB (Red+Green+Blue) = 52+81+149=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #345195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345195 is #CBAE6A. Grayscale: #4F4F4F. Windows color (decimal): -13348459 or 9785652. OLE color: 9785652.
HSL color Cylindrical-coordinate representation of color #345195: hue angle of 222.06º 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 #345195 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 81 | 149 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.42 |
| HSL | 222.06º | 0.48% | 0.39% | - |
| HSV(B) | 222.06º | 0.65% | 0.58% | - |
| XYZ | 9.78 | 8.78 | 29.61 | - |
| YUV | 80.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 149 | 0.65 | 0.46 | 0 | 0.42 | 222.06 | 0.48 | 0.39 |
| Hex | 34 | 51 | 95 | 41 | 2E | 0 | 2A | DE | 30 | 27 |
| Octal | 64 | 121 | 225 | 101 | 56 | 0 | 52 | 336 | 60 | 47 |
| Binary | 110100 | 1010001 | 10010101 | 1000001 | 101110 | 0 | 101010 | 11011110 | 110000 | 100111 |
Color Harmonies of #345195
Complementary color
Monochromatic Colors of #345195
Black with #345195
Text Example
Text Example
White with #345195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345195; }
p { color: rgb(52,81,149); }
H1.HeaderClassName
{
color: #345195;
}
.AnyTagClassName
{
color: #345195;
}
</style>
background-color css
<style>
a { background-color: #345195; }
a { background-color: rgb(52,81,149); }
div.DivClassName
{
background-color: #345195;
}
.BgClassName
{
background-color: #345195;
}
</style>
border-color css
<style>
span { border-color: #345195; }
span { border-color: rgb(52,81,149); }
td.TdClassName
{
border-color: #345195;
}
.TagClassName
{
border-color: #345195;
}
</style>