Shades of Tory Blue #345495
Tints of Tory Blue #345495
RGB
CMYK
RGB Variations
Color information
#345495 (or 0x345495) is known color: Tory Blue. HEX triplet: 34, 54 and 95. RGB value is (52,84,149). Sum of RGB (Red+Green+Blue) = 52+84+149=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #345495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345495 is #CBAB6A. Grayscale: #515151. Windows color (decimal): -13347691 or 9786420. OLE color: 9786420.
HSL color Cylindrical-coordinate representation of color #345495: hue angle of 220.21º 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 #345495 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 84 | 149 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.42 |
| HSL | 220.21º | 0.48% | 0.39% | - |
| HSV(B) | 220.21º | 0.65% | 0.58% | - |
| XYZ | 10.01 | 9.24 | 29.69 | - |
| YUV | 81.84 | 165.9 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 149 | 0.65 | 0.44 | 0 | 0.42 | 220.21 | 0.48 | 0.39 |
| Hex | 34 | 54 | 95 | 41 | 2C | 0 | 2A | DC | 30 | 27 |
| Octal | 64 | 124 | 225 | 101 | 54 | 0 | 52 | 334 | 60 | 47 |
| Binary | 110100 | 1010100 | 10010101 | 1000001 | 101100 | 0 | 101010 | 11011100 | 110000 | 100111 |
Color Harmonies of #345495
Complementary color
Monochromatic Colors of #345495
Black with #345495
Text Example
Text Example
White with #345495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345495; }
p { color: rgb(52,84,149); }
H1.HeaderClassName
{
color: #345495;
}
.AnyTagClassName
{
color: #345495;
}
</style>
background-color css
<style>
a { background-color: #345495; }
a { background-color: rgb(52,84,149); }
div.DivClassName
{
background-color: #345495;
}
.BgClassName
{
background-color: #345495;
}
</style>
border-color css
<style>
span { border-color: #345495; }
span { border-color: rgb(52,84,149); }
td.TdClassName
{
border-color: #345495;
}
.TagClassName
{
border-color: #345495;
}
</style>