Shades of Tory Blue #344BA2
Tints of Tory Blue #344BA2
RGB
CMYK
RGB Variations
Color information
#344BA2 (or 0x344BA2) is known color: Tory Blue. HEX triplet: 34, 4B and A2. RGB value is (52,75,162). Sum of RGB (Red+Green+Blue) = 52+75+162=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #344BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344BA2 is #CBB45D. Grayscale: #4D4D4D. Windows color (decimal): -13349982 or 10636084. OLE color: 10636084.
HSL color Cylindrical-coordinate representation of color #344BA2: hue angle of 227.45º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #344BA2 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 75 | 162 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.36 |
| HSL | 227.45º | 0.51% | 0.42% | - |
| HSV(B) | 227.45º | 0.68% | 0.64% | - |
| XYZ | 10.45 | 8.37 | 35.25 | - |
| YUV | 78.04 | 175.38 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 162 | 0.68 | 0.54 | 0 | 0.36 | 227.45 | 0.51 | 0.42 |
| Hex | 34 | 4B | A2 | 44 | 36 | 0 | 24 | E3 | 33 | 2A |
| Octal | 64 | 113 | 242 | 104 | 66 | 0 | 44 | 343 | 63 | 52 |
| Binary | 110100 | 1001011 | 10100010 | 1000100 | 110110 | 0 | 100100 | 11100011 | 110011 | 101010 |
Color Harmonies of #344BA2
Complementary color
Monochromatic Colors of #344BA2
Black with #344BA2
Text Example
Text Example
White with #344BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344BA2; }
p { color: rgb(52,75,162); }
H1.HeaderClassName
{
color: #344BA2;
}
.AnyTagClassName
{
color: #344BA2;
}
</style>
background-color css
<style>
a { background-color: #344BA2; }
a { background-color: rgb(52,75,162); }
div.DivClassName
{
background-color: #344BA2;
}
.BgClassName
{
background-color: #344BA2;
}
</style>
border-color css
<style>
span { border-color: #344BA2; }
span { border-color: rgb(52,75,162); }
td.TdClassName
{
border-color: #344BA2;
}
.TagClassName
{
border-color: #344BA2;
}
</style>