Shades of Tory Blue #344880
Tints of Tory Blue #344880
RGB
CMYK
RGB Variations
Color information
#344880 (or 0x344880) is known color: Tory Blue. HEX triplet: 34, 48 and 80. RGB value is (52,72,128). Sum of RGB (Red+Green+Blue) = 52+72+128=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #344880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344880 is #CBB77F. Grayscale: #484848. Windows color (decimal): -13350784 or 8407092. OLE color: 8407092.
HSL color Cylindrical-coordinate representation of color #344880: hue angle of 224.21º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #344880 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 72 | 128 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.50 |
| HSL | 224.21º | 0.42% | 0.35% | - |
| HSV(B) | 224.21º | 0.59% | 0.5% | - |
| XYZ | 7.63 | 6.92 | 21.36 | - |
| YUV | 72.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 128 | 0.59 | 0.44 | 0 | 0.50 | 224.21 | 0.42 | 0.35 |
| Hex | 34 | 48 | 80 | 3B | 2C | 0 | 32 | E0 | 2A | 23 |
| Octal | 64 | 110 | 200 | 73 | 54 | 0 | 62 | 340 | 52 | 43 |
| Binary | 110100 | 1001000 | 10000000 | 111011 | 101100 | 0 | 110010 | 11100000 | 101010 | 100011 |
Color Harmonies of #344880
Complementary color
Monochromatic Colors of #344880
Black with #344880
Text Example
Text Example
White with #344880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344880; }
p { color: rgb(52,72,128); }
H1.HeaderClassName
{
color: #344880;
}
.AnyTagClassName
{
color: #344880;
}
</style>
background-color css
<style>
a { background-color: #344880; }
a { background-color: rgb(52,72,128); }
div.DivClassName
{
background-color: #344880;
}
.BgClassName
{
background-color: #344880;
}
</style>
border-color css
<style>
span { border-color: #344880; }
span { border-color: rgb(52,72,128); }
td.TdClassName
{
border-color: #344880;
}
.TagClassName
{
border-color: #344880;
}
</style>