Shades of Tory Blue #34489A
Tints of Tory Blue #34489A
RGB
CMYK
RGB Variations
Color information
#34489A (or 0x34489A) is known color: Tory Blue. HEX triplet: 34, 48 and 9A. RGB value is (52,72,154). Sum of RGB (Red+Green+Blue) = 52+72+154=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #34489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34489A is #CBB765. Grayscale: #4B4B4B. Windows color (decimal): -13350758 or 10111028. OLE color: 10111028.
HSL color Cylindrical-coordinate representation of color #34489A: hue angle of 228.24º 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 #34489A is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 72 | 154 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.40 |
| HSL | 228.24º | 0.5% | 0.4% | - |
| HSV(B) | 228.24º | 0.66% | 0.6% | - |
| XYZ | 9.57 | 7.7 | 31.55 | - |
| YUV | 75.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 154 | 0.66 | 0.53 | 0 | 0.40 | 228.24 | 0.5 | 0.4 |
| Hex | 34 | 48 | 9A | 42 | 35 | 0 | 28 | E4 | 32 | 28 |
| Octal | 64 | 110 | 232 | 102 | 65 | 0 | 50 | 344 | 62 | 50 |
| Binary | 110100 | 1001000 | 10011010 | 1000010 | 110101 | 0 | 101000 | 11100100 | 110010 | 101000 |
Color Harmonies of #34489A
Complementary color
Monochromatic Colors of #34489A
Black with #34489A
Text Example
Text Example
White with #34489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34489A; }
p { color: rgb(52,72,154); }
H1.HeaderClassName
{
color: #34489A;
}
.AnyTagClassName
{
color: #34489A;
}
</style>
background-color css
<style>
a { background-color: #34489A; }
a { background-color: rgb(52,72,154); }
div.DivClassName
{
background-color: #34489A;
}
.BgClassName
{
background-color: #34489A;
}
</style>
border-color css
<style>
span { border-color: #34489A; }
span { border-color: rgb(52,72,154); }
td.TdClassName
{
border-color: #34489A;
}
.TagClassName
{
border-color: #34489A;
}
</style>