Shades of Tory Blue #344DA2
Tints of Tory Blue #344DA2
RGB
CMYK
RGB Variations
Color information
#344DA2 (or 0x344DA2) is known color: Tory Blue. HEX triplet: 34, 4D and A2. RGB value is (52,77,162). Sum of RGB (Red+Green+Blue) = 52+77+162=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 162 (63.67% from 255 or 55.67% from 291); Max value from RGB is 162 - color contains mainly: blue. Hex color #344DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344DA2 is #CBB25D. Grayscale: #4E4E4E. Windows color (decimal): -13349470 or 10636596. OLE color: 10636596.
HSL color Cylindrical-coordinate representation of color #344DA2: hue angle of 226.36º 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 #344DA2 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 77 | 162 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.36 |
| HSL | 226.36º | 0.51% | 0.42% | - |
| HSV(B) | 226.36º | 0.68% | 0.64% | - |
| XYZ | 10.59 | 8.65 | 35.29 | - |
| YUV | 79.22 | 174.72 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 162 | 0.68 | 0.52 | 0 | 0.36 | 226.36 | 0.51 | 0.42 |
| Hex | 34 | 4D | A2 | 44 | 34 | 0 | 24 | E2 | 33 | 2A |
| Octal | 64 | 115 | 242 | 104 | 64 | 0 | 44 | 342 | 63 | 52 |
| Binary | 110100 | 1001101 | 10100010 | 1000100 | 110100 | 0 | 100100 | 11100010 | 110011 | 101010 |
Color Harmonies of #344DA2
Complementary color
Monochromatic Colors of #344DA2
Black with #344DA2
Text Example
Text Example
White with #344DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DA2; }
p { color: rgb(52,77,162); }
H1.HeaderClassName
{
color: #344DA2;
}
.AnyTagClassName
{
color: #344DA2;
}
</style>
background-color css
<style>
a { background-color: #344DA2; }
a { background-color: rgb(52,77,162); }
div.DivClassName
{
background-color: #344DA2;
}
.BgClassName
{
background-color: #344DA2;
}
</style>
border-color css
<style>
span { border-color: #344DA2; }
span { border-color: rgb(52,77,162); }
td.TdClassName
{
border-color: #344DA2;
}
.TagClassName
{
border-color: #344DA2;
}
</style>