Shades of Tory Blue #34518B
Tints of Tory Blue #34518B
RGB
CMYK
RGB Variations
Color information
#34518B (or 0x34518B) is known color: Tory Blue. HEX triplet: 34, 51 and 8B. RGB value is (52,81,139). Sum of RGB (Red+Green+Blue) = 52+81+139=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #34518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34518B is #CBAE74. Grayscale: #4E4E4E. Windows color (decimal): -13348469 or 9130292. OLE color: 9130292.
HSL color Cylindrical-coordinate representation of color #34518B: hue angle of 220º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34518B is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 81 | 139 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.45 |
| HSL | 220º | 0.46% | 0.37% | - |
| HSV(B) | 220º | 0.63% | 0.55% | - |
| XYZ | 9.02 | 8.48 | 25.59 | - |
| YUV | 78.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 139 | 0.63 | 0.42 | 0 | 0.45 | 220 | 0.46 | 0.37 |
| Hex | 34 | 51 | 8B | 3F | 2A | 0 | 2D | DC | 2E | 25 |
| Octal | 64 | 121 | 213 | 77 | 52 | 0 | 55 | 334 | 56 | 45 |
| Binary | 110100 | 1010001 | 10001011 | 111111 | 101010 | 0 | 101101 | 11011100 | 101110 | 100101 |
Color Harmonies of #34518B
Complementary color
Monochromatic Colors of #34518B
Black with #34518B
Text Example
Text Example
White with #34518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34518B; }
p { color: rgb(52,81,139); }
H1.HeaderClassName
{
color: #34518B;
}
.AnyTagClassName
{
color: #34518B;
}
</style>
background-color css
<style>
a { background-color: #34518B; }
a { background-color: rgb(52,81,139); }
div.DivClassName
{
background-color: #34518B;
}
.BgClassName
{
background-color: #34518B;
}
</style>
border-color css
<style>
span { border-color: #34518B; }
span { border-color: rgb(52,81,139); }
td.TdClassName
{
border-color: #34518B;
}
.TagClassName
{
border-color: #34518B;
}
</style>