Shades of Tory Blue #344BA0
Tints of Tory Blue #344BA0
RGB
CMYK
RGB Variations
Color information
#344BA0 (or 0x344BA0) is known color: Tory Blue. HEX triplet: 34, 4B and A0. RGB value is (52,75,160). Sum of RGB (Red+Green+Blue) = 52+75+160=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #344BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344BA0 is #CBB45F. Grayscale: #4D4D4D. Windows color (decimal): -13349984 or 10505012. OLE color: 10505012.
HSL color Cylindrical-coordinate representation of color #344BA0: hue angle of 227.22º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #344BA0 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 75 | 160 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.37 |
| HSL | 227.22º | 0.51% | 0.42% | - |
| HSV(B) | 227.22º | 0.68% | 0.63% | - |
| XYZ | 10.28 | 8.3 | 34.32 | - |
| YUV | 77.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 160 | 0.68 | 0.53 | 0 | 0.37 | 227.22 | 0.51 | 0.42 |
| Hex | 34 | 4B | A0 | 44 | 35 | 0 | 25 | E3 | 33 | 2A |
| Octal | 64 | 113 | 240 | 104 | 65 | 0 | 45 | 343 | 63 | 52 |
| Binary | 110100 | 1001011 | 10100000 | 1000100 | 110101 | 0 | 100101 | 11100011 | 110011 | 101010 |
Color Harmonies of #344BA0
Complementary color
Monochromatic Colors of #344BA0
Black with #344BA0
Text Example
Text Example
White with #344BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344BA0; }
p { color: rgb(52,75,160); }
H1.HeaderClassName
{
color: #344BA0;
}
.AnyTagClassName
{
color: #344BA0;
}
</style>
background-color css
<style>
a { background-color: #344BA0; }
a { background-color: rgb(52,75,160); }
div.DivClassName
{
background-color: #344BA0;
}
.BgClassName
{
background-color: #344BA0;
}
</style>
border-color css
<style>
span { border-color: #344BA0; }
span { border-color: rgb(52,75,160); }
td.TdClassName
{
border-color: #344BA0;
}
.TagClassName
{
border-color: #344BA0;
}
</style>