Shades of Resolution Blue #344971
Tints of Resolution Blue #344971
RGB
CMYK
RGB Variations
Color information
#344971 (or 0x344971) is known color: Resolution Blue. HEX triplet: 34, 49 and 71. RGB value is (52,73,113). Sum of RGB (Red+Green+Blue) = 52+73+113=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #344971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344971 is #CBB68E. Grayscale: #474747. Windows color (decimal): -13350543 or 7424308. OLE color: 7424308.
HSL color Cylindrical-coordinate representation of color #344971: hue angle of 219.34º 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 #344971 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 73 | 113 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.56 |
| HSL | 219.34º | 0.37% | 0.32% | - |
| HSV(B) | 219.34º | 0.54% | 0.44% | - |
| XYZ | 6.78 | 6.69 | 16.56 | - |
| YUV | 71.28 | 151.54 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 113 | 0.54 | 0.35 | 0 | 0.56 | 219.34 | 0.37 | 0.32 |
| Hex | 34 | 49 | 71 | 36 | 23 | 0 | 38 | DB | 25 | 20 |
| Octal | 64 | 111 | 161 | 66 | 43 | 0 | 70 | 333 | 45 | 40 |
| Binary | 110100 | 1001001 | 1110001 | 110110 | 100011 | 0 | 111000 | 11011011 | 100101 | 100000 |
Color Harmonies of #344971
Complementary color
Monochromatic Colors of #344971
Black with #344971
Text Example
Text Example
White with #344971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344971; }
p { color: rgb(52,73,113); }
H1.HeaderClassName
{
color: #344971;
}
.AnyTagClassName
{
color: #344971;
}
</style>
background-color css
<style>
a { background-color: #344971; }
a { background-color: rgb(52,73,113); }
div.DivClassName
{
background-color: #344971;
}
.BgClassName
{
background-color: #344971;
}
</style>
border-color css
<style>
span { border-color: #344971; }
span { border-color: rgb(52,73,113); }
td.TdClassName
{
border-color: #344971;
}
.TagClassName
{
border-color: #344971;
}
</style>