Shades of Tory Blue #345692
Tints of Tory Blue #345692
RGB
CMYK
RGB Variations
Color information
#345692 (or 0x345692) is known color: Tory Blue. HEX triplet: 34, 56 and 92. RGB value is (52,86,146). Sum of RGB (Red+Green+Blue) = 52+86+146=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #345692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345692 is #CBA96D. Grayscale: #525252. Windows color (decimal): -13347182 or 9590324. OLE color: 9590324.
HSL color Cylindrical-coordinate representation of color #345692: hue angle of 218.3º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345692 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 86 | 146 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.43 |
| HSL | 218.3º | 0.47% | 0.39% | - |
| HSV(B) | 218.3º | 0.64% | 0.57% | - |
| XYZ | 9.93 | 9.46 | 28.5 | - |
| YUV | 82.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 146 | 0.64 | 0.41 | 0 | 0.43 | 218.3 | 0.47 | 0.39 |
| Hex | 34 | 56 | 92 | 40 | 29 | 0 | 2B | DA | 2F | 27 |
| Octal | 64 | 126 | 222 | 100 | 51 | 0 | 53 | 332 | 57 | 47 |
| Binary | 110100 | 1010110 | 10010010 | 1000000 | 101001 | 0 | 101011 | 11011010 | 101111 | 100111 |
Color Harmonies of #345692
Complementary color
Monochromatic Colors of #345692
Black with #345692
Text Example
Text Example
White with #345692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345692; }
p { color: rgb(52,86,146); }
H1.HeaderClassName
{
color: #345692;
}
.AnyTagClassName
{
color: #345692;
}
</style>
background-color css
<style>
a { background-color: #345692; }
a { background-color: rgb(52,86,146); }
div.DivClassName
{
background-color: #345692;
}
.BgClassName
{
background-color: #345692;
}
</style>
border-color css
<style>
span { border-color: #345692; }
span { border-color: rgb(52,86,146); }
td.TdClassName
{
border-color: #345692;
}
.TagClassName
{
border-color: #345692;
}
</style>