Shades of Tory Blue #345596
Tints of Tory Blue #345596
RGB
CMYK
RGB Variations
Color information
#345596 (or 0x345596) is known color: Tory Blue. HEX triplet: 34, 55 and 96. RGB value is (52,85,150). Sum of RGB (Red+Green+Blue) = 52+85+150=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #345596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345596 is #CBAA69. Grayscale: #525252. Windows color (decimal): -13347434 or 9852212. OLE color: 9852212.
HSL color Cylindrical-coordinate representation of color #345596: hue angle of 219.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345596 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 85 | 150 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.41 |
| HSL | 219.8º | 0.49% | 0.4% | - |
| HSV(B) | 219.8º | 0.65% | 0.59% | - |
| XYZ | 10.17 | 9.43 | 30.14 | - |
| YUV | 82.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 150 | 0.65 | 0.43 | 0 | 0.41 | 219.8 | 0.49 | 0.4 |
| Hex | 34 | 55 | 96 | 41 | 2B | 0 | 29 | DC | 31 | 28 |
| Octal | 64 | 125 | 226 | 101 | 53 | 0 | 51 | 334 | 61 | 50 |
| Binary | 110100 | 1010101 | 10010110 | 1000001 | 101011 | 0 | 101001 | 11011100 | 110001 | 101000 |
Color Harmonies of #345596
Complementary color
Monochromatic Colors of #345596
Black with #345596
Text Example
Text Example
White with #345596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345596; }
p { color: rgb(52,85,150); }
H1.HeaderClassName
{
color: #345596;
}
.AnyTagClassName
{
color: #345596;
}
</style>
background-color css
<style>
a { background-color: #345596; }
a { background-color: rgb(52,85,150); }
div.DivClassName
{
background-color: #345596;
}
.BgClassName
{
background-color: #345596;
}
</style>
border-color css
<style>
span { border-color: #345596; }
span { border-color: rgb(52,85,150); }
td.TdClassName
{
border-color: #345596;
}
.TagClassName
{
border-color: #345596;
}
</style>