Shades of Resolution Blue #344A71
Tints of Resolution Blue #344A71
RGB
CMYK
RGB Variations
Color information
#344A71 (or 0x344A71) is known color: Resolution Blue. HEX triplet: 34, 4A and 71. RGB value is (52,74,113). Sum of RGB (Red+Green+Blue) = 52+74+113=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #344A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A71 is #CBB58E. Grayscale: #474747. Windows color (decimal): -13350287 or 7424564. OLE color: 7424564.
HSL color Cylindrical-coordinate representation of color #344A71: hue angle of 218.36º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #344A71 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 74 | 113 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.56 |
| HSL | 218.36º | 0.37% | 0.32% | - |
| HSV(B) | 218.36º | 0.54% | 0.44% | - |
| XYZ | 6.85 | 6.82 | 16.58 | - |
| YUV | 71.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 113 | 0.54 | 0.35 | 0 | 0.56 | 218.36 | 0.37 | 0.32 |
| Hex | 34 | 4A | 71 | 36 | 23 | 0 | 38 | DA | 25 | 20 |
| Octal | 64 | 112 | 161 | 66 | 43 | 0 | 70 | 332 | 45 | 40 |
| Binary | 110100 | 1001010 | 1110001 | 110110 | 100011 | 0 | 111000 | 11011010 | 100101 | 100000 |
Color Harmonies of #344A71
Complementary color
Monochromatic Colors of #344A71
Black with #344A71
Text Example
Text Example
White with #344A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A71; }
p { color: rgb(52,74,113); }
H1.HeaderClassName
{
color: #344A71;
}
.AnyTagClassName
{
color: #344A71;
}
</style>
background-color css
<style>
a { background-color: #344A71; }
a { background-color: rgb(52,74,113); }
div.DivClassName
{
background-color: #344A71;
}
.BgClassName
{
background-color: #344A71;
}
</style>
border-color css
<style>
span { border-color: #344A71; }
span { border-color: rgb(52,74,113); }
td.TdClassName
{
border-color: #344A71;
}
.TagClassName
{
border-color: #344A71;
}
</style>