Shades of Resolution Blue #344976
Tints of Resolution Blue #344976
RGB
CMYK
RGB Variations
Color information
#344976 (or 0x344976) is known color: Resolution Blue. HEX triplet: 34, 49 and 76. RGB value is (52,73,118). Sum of RGB (Red+Green+Blue) = 52+73+118=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #344976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344976 is #CBB689. Grayscale: #474747. Windows color (decimal): -13350538 or 7751988. OLE color: 7751988.
HSL color Cylindrical-coordinate representation of color #344976: hue angle of 220.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #344976 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 73 | 118 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.54 |
| HSL | 220.91º | 0.39% | 0.33% | - |
| HSV(B) | 220.91º | 0.56% | 0.46% | - |
| XYZ | 7.07 | 6.8 | 18.08 | - |
| YUV | 71.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 118 | 0.56 | 0.38 | 0 | 0.54 | 220.91 | 0.39 | 0.33 |
| Hex | 34 | 49 | 76 | 38 | 26 | 0 | 36 | DD | 27 | 21 |
| Octal | 64 | 111 | 166 | 70 | 46 | 0 | 66 | 335 | 47 | 41 |
| Binary | 110100 | 1001001 | 1110110 | 111000 | 100110 | 0 | 110110 | 11011101 | 100111 | 100001 |
Color Harmonies of #344976
Complementary color
Monochromatic Colors of #344976
Black with #344976
Text Example
Text Example
White with #344976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344976; }
p { color: rgb(52,73,118); }
H1.HeaderClassName
{
color: #344976;
}
.AnyTagClassName
{
color: #344976;
}
</style>
background-color css
<style>
a { background-color: #344976; }
a { background-color: rgb(52,73,118); }
div.DivClassName
{
background-color: #344976;
}
.BgClassName
{
background-color: #344976;
}
</style>
border-color css
<style>
span { border-color: #344976; }
span { border-color: rgb(52,73,118); }
td.TdClassName
{
border-color: #344976;
}
.TagClassName
{
border-color: #344976;
}
</style>