Shades of Tory Blue #34508D
Tints of Tory Blue #34508D
RGB
CMYK
RGB Variations
Color information
#34508D (or 0x34508D) is known color: Tory Blue. HEX triplet: 34, 50 and 8D. RGB value is (52,80,141). Sum of RGB (Red+Green+Blue) = 52+80+141=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #34508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34508D is #CBAF72. Grayscale: #4E4E4E. Windows color (decimal): -13348723 or 9261108. OLE color: 9261108.
HSL color Cylindrical-coordinate representation of color #34508D: hue angle of 221.12º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34508D is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 80 | 141 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.45 |
| HSL | 221.12º | 0.46% | 0.38% | - |
| HSV(B) | 221.12º | 0.63% | 0.55% | - |
| XYZ | 9.09 | 8.39 | 26.34 | - |
| YUV | 78.58 | 163.22 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 141 | 0.63 | 0.43 | 0 | 0.45 | 221.12 | 0.46 | 0.38 |
| Hex | 34 | 50 | 8D | 3F | 2B | 0 | 2D | DD | 2E | 26 |
| Octal | 64 | 120 | 215 | 77 | 53 | 0 | 55 | 335 | 56 | 46 |
| Binary | 110100 | 1010000 | 10001101 | 111111 | 101011 | 0 | 101101 | 11011101 | 101110 | 100110 |
Color Harmonies of #34508D
Complementary color
Monochromatic Colors of #34508D
Black with #34508D
Text Example
Text Example
White with #34508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34508D; }
p { color: rgb(52,80,141); }
H1.HeaderClassName
{
color: #34508D;
}
.AnyTagClassName
{
color: #34508D;
}
</style>
background-color css
<style>
a { background-color: #34508D; }
a { background-color: rgb(52,80,141); }
div.DivClassName
{
background-color: #34508D;
}
.BgClassName
{
background-color: #34508D;
}
</style>
border-color css
<style>
span { border-color: #34508D; }
span { border-color: rgb(52,80,141); }
td.TdClassName
{
border-color: #34508D;
}
.TagClassName
{
border-color: #34508D;
}
</style>