Shades of Tory Blue #34519F
Tints of Tory Blue #34519F
RGB
CMYK
RGB Variations
Color information
#34519F (or 0x34519F) is known color: Tory Blue. HEX triplet: 34, 51 and 9F. RGB value is (52,81,159). Sum of RGB (Red+Green+Blue) = 52+81+159=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #34519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34519F is #CBAE60. Grayscale: #505050. Windows color (decimal): -13348449 or 10441012. OLE color: 10441012.
HSL color Cylindrical-coordinate representation of color #34519F: hue angle of 223.74º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34519F is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 81 | 159 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.38 |
| HSL | 223.74º | 0.51% | 0.41% | - |
| HSV(B) | 223.74º | 0.67% | 0.62% | - |
| XYZ | 10.62 | 9.12 | 34 | - |
| YUV | 81.22 | 171.89 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 159 | 0.67 | 0.49 | 0 | 0.38 | 223.74 | 0.51 | 0.41 |
| Hex | 34 | 51 | 9F | 43 | 31 | 0 | 26 | E0 | 33 | 29 |
| Octal | 64 | 121 | 237 | 103 | 61 | 0 | 46 | 340 | 63 | 51 |
| Binary | 110100 | 1010001 | 10011111 | 1000011 | 110001 | 0 | 100110 | 11100000 | 110011 | 101001 |
Color Harmonies of #34519F
Complementary color
Monochromatic Colors of #34519F
Black with #34519F
Text Example
Text Example
White with #34519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34519F; }
p { color: rgb(52,81,159); }
H1.HeaderClassName
{
color: #34519F;
}
.AnyTagClassName
{
color: #34519F;
}
</style>
background-color css
<style>
a { background-color: #34519F; }
a { background-color: rgb(52,81,159); }
div.DivClassName
{
background-color: #34519F;
}
.BgClassName
{
background-color: #34519F;
}
</style>
border-color css
<style>
span { border-color: #34519F; }
span { border-color: rgb(52,81,159); }
td.TdClassName
{
border-color: #34519F;
}
.TagClassName
{
border-color: #34519F;
}
</style>