Shades of Resolution Blue #344770
Tints of Resolution Blue #344770
RGB
CMYK
RGB Variations
Color information
#344770 (or 0x344770) is known color: Resolution Blue. HEX triplet: 34, 47 and 70. RGB value is (52,71,112). Sum of RGB (Red+Green+Blue) = 52+71+112=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #344770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344770 is #CBB88F. Grayscale: #454545. Windows color (decimal): -13351056 or 7358260. OLE color: 7358260.
HSL color Cylindrical-coordinate representation of color #344770: hue angle of 221º 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 #344770 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 71 | 112 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.56 |
| HSL | 221º | 0.37% | 0.32% | - |
| HSV(B) | 221º | 0.54% | 0.44% | - |
| XYZ | 6.59 | 6.41 | 16.22 | - |
| YUV | 69.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 112 | 0.54 | 0.37 | 0 | 0.56 | 221 | 0.37 | 0.32 |
| Hex | 34 | 47 | 70 | 36 | 25 | 0 | 38 | DD | 25 | 20 |
| Octal | 64 | 107 | 160 | 66 | 45 | 0 | 70 | 335 | 45 | 40 |
| Binary | 110100 | 1000111 | 1110000 | 110110 | 100101 | 0 | 111000 | 11011101 | 100101 | 100000 |
Color Harmonies of #344770
Complementary color
Monochromatic Colors of #344770
Black with #344770
Text Example
Text Example
White with #344770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344770; }
p { color: rgb(52,71,112); }
H1.HeaderClassName
{
color: #344770;
}
.AnyTagClassName
{
color: #344770;
}
</style>
background-color css
<style>
a { background-color: #344770; }
a { background-color: rgb(52,71,112); }
div.DivClassName
{
background-color: #344770;
}
.BgClassName
{
background-color: #344770;
}
</style>
border-color css
<style>
span { border-color: #344770; }
span { border-color: rgb(52,71,112); }
td.TdClassName
{
border-color: #344770;
}
.TagClassName
{
border-color: #344770;
}
</style>