Shades of Resolution Blue #344679
Tints of Resolution Blue #344679
RGB
CMYK
RGB Variations
Color information
#344679 (or 0x344679) is known color: Resolution Blue. HEX triplet: 34, 46 and 79. RGB value is (52,70,121). Sum of RGB (Red+Green+Blue) = 52+70+121=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #344679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344679 is #CBB986. Grayscale: #464646. Windows color (decimal): -13351303 or 7947828. OLE color: 7947828.
HSL color Cylindrical-coordinate representation of color #344679: hue angle of 224.35º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #344679 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 70 | 121 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.53 |
| HSL | 224.35º | 0.4% | 0.34% | - |
| HSV(B) | 224.35º | 0.57% | 0.47% | - |
| XYZ | 7.06 | 6.49 | 18.97 | - |
| YUV | 70.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 121 | 0.57 | 0.42 | 0 | 0.53 | 224.35 | 0.4 | 0.34 |
| Hex | 34 | 46 | 79 | 39 | 2A | 0 | 35 | E0 | 28 | 22 |
| Octal | 64 | 106 | 171 | 71 | 52 | 0 | 65 | 340 | 50 | 42 |
| Binary | 110100 | 1000110 | 1111001 | 111001 | 101010 | 0 | 110101 | 11100000 | 101000 | 100010 |
Color Harmonies of #344679
Complementary color
Monochromatic Colors of #344679
Black with #344679
Text Example
Text Example
White with #344679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344679; }
p { color: rgb(52,70,121); }
H1.HeaderClassName
{
color: #344679;
}
.AnyTagClassName
{
color: #344679;
}
</style>
background-color css
<style>
a { background-color: #344679; }
a { background-color: rgb(52,70,121); }
div.DivClassName
{
background-color: #344679;
}
.BgClassName
{
background-color: #344679;
}
</style>
border-color css
<style>
span { border-color: #344679; }
span { border-color: rgb(52,70,121); }
td.TdClassName
{
border-color: #344679;
}
.TagClassName
{
border-color: #344679;
}
</style>