Shades of Tory Blue #344490
Tints of Tory Blue #344490
RGB
CMYK
RGB Variations
Color information
#344490 (or 0x344490) is known color: Tory Blue. HEX triplet: 34, 44 and 90. RGB value is (52,68,144). Sum of RGB (Red+Green+Blue) = 52+68+144=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #344490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344490 is #CBBB6F. Grayscale: #474747. Windows color (decimal): -13351792 or 9454644. OLE color: 9454644.
HSL color Cylindrical-coordinate representation of color #344490: hue angle of 229.57º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #344490 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 68 | 144 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.44 |
| HSL | 229.57º | 0.47% | 0.38% | - |
| HSV(B) | 229.57º | 0.64% | 0.56% | - |
| XYZ | 8.52 | 6.88 | 27.26 | - |
| YUV | 71.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 144 | 0.64 | 0.53 | 0 | 0.44 | 229.57 | 0.47 | 0.38 |
| Hex | 34 | 44 | 90 | 40 | 35 | 0 | 2C | E6 | 2F | 26 |
| Octal | 64 | 104 | 220 | 100 | 65 | 0 | 54 | 346 | 57 | 46 |
| Binary | 110100 | 1000100 | 10010000 | 1000000 | 110101 | 0 | 101100 | 11100110 | 101111 | 100110 |
Color Harmonies of #344490
Complementary color
Monochromatic Colors of #344490
Black with #344490
Text Example
Text Example
White with #344490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344490; }
p { color: rgb(52,68,144); }
H1.HeaderClassName
{
color: #344490;
}
.AnyTagClassName
{
color: #344490;
}
</style>
background-color css
<style>
a { background-color: #344490; }
a { background-color: rgb(52,68,144); }
div.DivClassName
{
background-color: #344490;
}
.BgClassName
{
background-color: #344490;
}
</style>
border-color css
<style>
span { border-color: #344490; }
span { border-color: rgb(52,68,144); }
td.TdClassName
{
border-color: #344490;
}
.TagClassName
{
border-color: #344490;
}
</style>