Shades of Tory Blue #345592
Tints of Tory Blue #345592
RGB
CMYK
RGB Variations
Color information
#345592 (or 0x345592) is known color: Tory Blue. HEX triplet: 34, 55 and 92. RGB value is (52,85,146). Sum of RGB (Red+Green+Blue) = 52+85+146=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #345592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345592 is #CBAA6D. Grayscale: #515151. Windows color (decimal): -13347438 or 9590068. OLE color: 9590068.
HSL color Cylindrical-coordinate representation of color #345592: hue angle of 218.94º 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 #345592 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 85 | 146 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.43 |
| HSL | 218.94º | 0.47% | 0.39% | - |
| HSV(B) | 218.94º | 0.64% | 0.57% | - |
| XYZ | 9.85 | 9.3 | 28.47 | - |
| YUV | 82.09 | 164.07 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 146 | 0.64 | 0.42 | 0 | 0.43 | 218.94 | 0.47 | 0.39 |
| Hex | 34 | 55 | 92 | 40 | 2A | 0 | 2B | DB | 2F | 27 |
| Octal | 64 | 125 | 222 | 100 | 52 | 0 | 53 | 333 | 57 | 47 |
| Binary | 110100 | 1010101 | 10010010 | 1000000 | 101010 | 0 | 101011 | 11011011 | 101111 | 100111 |
Color Harmonies of #345592
Complementary color
Monochromatic Colors of #345592
Black with #345592
Text Example
Text Example
White with #345592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345592; }
p { color: rgb(52,85,146); }
H1.HeaderClassName
{
color: #345592;
}
.AnyTagClassName
{
color: #345592;
}
</style>
background-color css
<style>
a { background-color: #345592; }
a { background-color: rgb(52,85,146); }
div.DivClassName
{
background-color: #345592;
}
.BgClassName
{
background-color: #345592;
}
</style>
border-color css
<style>
span { border-color: #345592; }
span { border-color: rgb(52,85,146); }
td.TdClassName
{
border-color: #345592;
}
.TagClassName
{
border-color: #345592;
}
</style>