Shades of Tory Blue #344884
Tints of Tory Blue #344884
RGB
CMYK
RGB Variations
Color information
#344884 (or 0x344884) is known color: Tory Blue. HEX triplet: 34, 48 and 84. RGB value is (52,72,132). Sum of RGB (Red+Green+Blue) = 52+72+132=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #344884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344884 is #CBB77B. Grayscale: #484848. Windows color (decimal): -13350780 or 8669236. OLE color: 8669236.
HSL color Cylindrical-coordinate representation of color #344884: hue angle of 225º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344884 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 72 | 132 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.48 |
| HSL | 225º | 0.43% | 0.36% | - |
| HSV(B) | 225º | 0.61% | 0.52% | - |
| XYZ | 7.9 | 7.03 | 22.77 | - |
| YUV | 72.86 | 161.37 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 132 | 0.61 | 0.45 | 0 | 0.48 | 225 | 0.43 | 0.36 |
| Hex | 34 | 48 | 84 | 3D | 2D | 0 | 30 | E1 | 2B | 24 |
| Octal | 64 | 110 | 204 | 75 | 55 | 0 | 60 | 341 | 53 | 44 |
| Binary | 110100 | 1001000 | 10000100 | 111101 | 101101 | 0 | 110000 | 11100001 | 101011 | 100100 |
Color Harmonies of #344884
Complementary color
Monochromatic Colors of #344884
Black with #344884
Text Example
Text Example
White with #344884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344884; }
p { color: rgb(52,72,132); }
H1.HeaderClassName
{
color: #344884;
}
.AnyTagClassName
{
color: #344884;
}
</style>
background-color css
<style>
a { background-color: #344884; }
a { background-color: rgb(52,72,132); }
div.DivClassName
{
background-color: #344884;
}
.BgClassName
{
background-color: #344884;
}
</style>
border-color css
<style>
span { border-color: #344884; }
span { border-color: rgb(52,72,132); }
td.TdClassName
{
border-color: #344884;
}
.TagClassName
{
border-color: #344884;
}
</style>