Shades of Tory Blue #34499A
Tints of Tory Blue #34499A
RGB
CMYK
RGB Variations
Color information
#34499A (or 0x34499A) is known color: Tory Blue. HEX triplet: 34, 49 and 9A. RGB value is (52,73,154). Sum of RGB (Red+Green+Blue) = 52+73+154=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #34499A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34499A is #CBB665. Grayscale: #4B4B4B. Windows color (decimal): -13350502 or 10111284. OLE color: 10111284.
HSL color Cylindrical-coordinate representation of color #34499A: hue angle of 227.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34499A is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 73 | 154 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.40 |
| HSL | 227.65º | 0.5% | 0.4% | - |
| HSV(B) | 227.65º | 0.66% | 0.6% | - |
| XYZ | 9.63 | 7.83 | 31.58 | - |
| YUV | 75.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 154 | 0.66 | 0.53 | 0 | 0.40 | 227.65 | 0.5 | 0.4 |
| Hex | 34 | 49 | 9A | 42 | 35 | 0 | 28 | E4 | 32 | 28 |
| Octal | 64 | 111 | 232 | 102 | 65 | 0 | 50 | 344 | 62 | 50 |
| Binary | 110100 | 1001001 | 10011010 | 1000010 | 110101 | 0 | 101000 | 11100100 | 110010 | 101000 |
Color Harmonies of #34499A
Complementary color
Monochromatic Colors of #34499A
Black with #34499A
Text Example
Text Example
White with #34499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34499A; }
p { color: rgb(52,73,154); }
H1.HeaderClassName
{
color: #34499A;
}
.AnyTagClassName
{
color: #34499A;
}
</style>
background-color css
<style>
a { background-color: #34499A; }
a { background-color: rgb(52,73,154); }
div.DivClassName
{
background-color: #34499A;
}
.BgClassName
{
background-color: #34499A;
}
</style>
border-color css
<style>
span { border-color: #34499A; }
span { border-color: rgb(52,73,154); }
td.TdClassName
{
border-color: #34499A;
}
.TagClassName
{
border-color: #34499A;
}
</style>