Shades of Tory Blue #34518E
Tints of Tory Blue #34518E
RGB
CMYK
RGB Variations
Color information
#34518E (or 0x34518E) is known color: Tory Blue. HEX triplet: 34, 51 and 8E. RGB value is (52,81,142). Sum of RGB (Red+Green+Blue) = 52+81+142=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #34518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34518E is #CBAE71. Grayscale: #4F4F4F. Windows color (decimal): -13348466 or 9326900. OLE color: 9326900.
HSL color Cylindrical-coordinate representation of color #34518E: hue angle of 220.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34518E is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 81 | 142 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.44 |
| HSL | 220.67º | 0.46% | 0.38% | - |
| HSV(B) | 220.67º | 0.63% | 0.56% | - |
| XYZ | 9.24 | 8.57 | 26.76 | - |
| YUV | 79.28 | 163.39 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 142 | 0.63 | 0.43 | 0 | 0.44 | 220.67 | 0.46 | 0.38 |
| Hex | 34 | 51 | 8E | 3F | 2B | 0 | 2C | DD | 2E | 26 |
| Octal | 64 | 121 | 216 | 77 | 53 | 0 | 54 | 335 | 56 | 46 |
| Binary | 110100 | 1010001 | 10001110 | 111111 | 101011 | 0 | 101100 | 11011101 | 101110 | 100110 |
Color Harmonies of #34518E
Complementary color
Monochromatic Colors of #34518E
Black with #34518E
Text Example
Text Example
White with #34518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34518E; }
p { color: rgb(52,81,142); }
H1.HeaderClassName
{
color: #34518E;
}
.AnyTagClassName
{
color: #34518E;
}
</style>
background-color css
<style>
a { background-color: #34518E; }
a { background-color: rgb(52,81,142); }
div.DivClassName
{
background-color: #34518E;
}
.BgClassName
{
background-color: #34518E;
}
</style>
border-color css
<style>
span { border-color: #34518E; }
span { border-color: rgb(52,81,142); }
td.TdClassName
{
border-color: #34518E;
}
.TagClassName
{
border-color: #34518E;
}
</style>