Shades of Tory Blue #345092
Tints of Tory Blue #345092
RGB
CMYK
RGB Variations
Color information
#345092 (or 0x345092) is known color: Tory Blue. HEX triplet: 34, 50 and 92. RGB value is (52,80,146). Sum of RGB (Red+Green+Blue) = 52+80+146=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #345092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345092 is #CBAF6D. Grayscale: #4E4E4E. Windows color (decimal): -13348718 or 9588788. OLE color: 9588788.
HSL color Cylindrical-coordinate representation of color #345092: hue angle of 222.13º 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 #345092 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 80 | 146 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.43 |
| HSL | 222.13º | 0.47% | 0.39% | - |
| HSV(B) | 222.13º | 0.64% | 0.57% | - |
| XYZ | 9.47 | 8.54 | 28.34 | - |
| YUV | 79.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 146 | 0.64 | 0.45 | 0 | 0.43 | 222.13 | 0.47 | 0.39 |
| Hex | 34 | 50 | 92 | 40 | 2D | 0 | 2B | DE | 2F | 27 |
| Octal | 64 | 120 | 222 | 100 | 55 | 0 | 53 | 336 | 57 | 47 |
| Binary | 110100 | 1010000 | 10010010 | 1000000 | 101101 | 0 | 101011 | 11011110 | 101111 | 100111 |
Color Harmonies of #345092
Complementary color
Monochromatic Colors of #345092
Black with #345092
Text Example
Text Example
White with #345092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345092; }
p { color: rgb(52,80,146); }
H1.HeaderClassName
{
color: #345092;
}
.AnyTagClassName
{
color: #345092;
}
</style>
background-color css
<style>
a { background-color: #345092; }
a { background-color: rgb(52,80,146); }
div.DivClassName
{
background-color: #345092;
}
.BgClassName
{
background-color: #345092;
}
</style>
border-color css
<style>
span { border-color: #345092; }
span { border-color: rgb(52,80,146); }
td.TdClassName
{
border-color: #345092;
}
.TagClassName
{
border-color: #345092;
}
</style>