Shades of Tory Blue #345194
Tints of Tory Blue #345194
RGB
CMYK
RGB Variations
Color information
#345194 (or 0x345194) is known color: Tory Blue. HEX triplet: 34, 51 and 94. RGB value is (52,81,148). Sum of RGB (Red+Green+Blue) = 52+81+148=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #345194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345194 is #CBAE6B. Grayscale: #4F4F4F. Windows color (decimal): -13348460 or 9720116. OLE color: 9720116.
HSL color Cylindrical-coordinate representation of color #345194: hue angle of 221.88º 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 #345194 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 81 | 148 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.42 |
| HSL | 221.88º | 0.48% | 0.39% | - |
| HSV(B) | 221.88º | 0.65% | 0.58% | - |
| XYZ | 9.7 | 8.75 | 29.2 | - |
| YUV | 79.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 148 | 0.65 | 0.45 | 0 | 0.42 | 221.88 | 0.48 | 0.39 |
| Hex | 34 | 51 | 94 | 41 | 2D | 0 | 2A | DE | 30 | 27 |
| Octal | 64 | 121 | 224 | 101 | 55 | 0 | 52 | 336 | 60 | 47 |
| Binary | 110100 | 1010001 | 10010100 | 1000001 | 101101 | 0 | 101010 | 11011110 | 110000 | 100111 |
Color Harmonies of #345194
Complementary color
Monochromatic Colors of #345194
Black with #345194
Text Example
Text Example
White with #345194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345194; }
p { color: rgb(52,81,148); }
H1.HeaderClassName
{
color: #345194;
}
.AnyTagClassName
{
color: #345194;
}
</style>
background-color css
<style>
a { background-color: #345194; }
a { background-color: rgb(52,81,148); }
div.DivClassName
{
background-color: #345194;
}
.BgClassName
{
background-color: #345194;
}
</style>
border-color css
<style>
span { border-color: #345194; }
span { border-color: rgb(52,81,148); }
td.TdClassName
{
border-color: #345194;
}
.TagClassName
{
border-color: #345194;
}
</style>