Shades of Tory Blue #345494
Tints of Tory Blue #345494
RGB
CMYK
RGB Variations
Color information
#345494 (or 0x345494) is known color: Tory Blue. HEX triplet: 34, 54 and 94. RGB value is (52,84,148). Sum of RGB (Red+Green+Blue) = 52+84+148=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #345494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345494 is #CBAB6B. Grayscale: #515151. Windows color (decimal): -13347692 or 9720884. OLE color: 9720884.
HSL color Cylindrical-coordinate representation of color #345494: hue angle of 220º 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 #345494 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 84 | 148 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.42 |
| HSL | 220º | 0.48% | 0.39% | - |
| HSV(B) | 220º | 0.65% | 0.58% | - |
| XYZ | 9.93 | 9.21 | 29.27 | - |
| YUV | 81.73 | 165.4 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 148 | 0.65 | 0.43 | 0 | 0.42 | 220 | 0.48 | 0.39 |
| Hex | 34 | 54 | 94 | 41 | 2B | 0 | 2A | DC | 30 | 27 |
| Octal | 64 | 124 | 224 | 101 | 53 | 0 | 52 | 334 | 60 | 47 |
| Binary | 110100 | 1010100 | 10010100 | 1000001 | 101011 | 0 | 101010 | 11011100 | 110000 | 100111 |
Color Harmonies of #345494
Complementary color
Monochromatic Colors of #345494
Black with #345494
Text Example
Text Example
White with #345494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345494; }
p { color: rgb(52,84,148); }
H1.HeaderClassName
{
color: #345494;
}
.AnyTagClassName
{
color: #345494;
}
</style>
background-color css
<style>
a { background-color: #345494; }
a { background-color: rgb(52,84,148); }
div.DivClassName
{
background-color: #345494;
}
.BgClassName
{
background-color: #345494;
}
</style>
border-color css
<style>
span { border-color: #345494; }
span { border-color: rgb(52,84,148); }
td.TdClassName
{
border-color: #345494;
}
.TagClassName
{
border-color: #345494;
}
</style>