Shades of Resolution Blue #344579
Tints of Resolution Blue #344579
RGB
CMYK
RGB Variations
Color information
#344579 (or 0x344579) is known color: Resolution Blue. HEX triplet: 34, 45 and 79. RGB value is (52,69,121). Sum of RGB (Red+Green+Blue) = 52+69+121=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #344579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344579 is #CBBA86. Grayscale: #454545. Windows color (decimal): -13351559 or 7947572. OLE color: 7947572.
HSL color Cylindrical-coordinate representation of color #344579: hue angle of 225.22º 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 #344579 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 69 | 121 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.53 |
| HSL | 225.22º | 0.4% | 0.34% | - |
| HSV(B) | 225.22º | 0.57% | 0.47% | - |
| XYZ | 7 | 6.37 | 18.95 | - |
| YUV | 69.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 121 | 0.57 | 0.43 | 0 | 0.53 | 225.22 | 0.4 | 0.34 |
| Hex | 34 | 45 | 79 | 39 | 2B | 0 | 35 | E1 | 28 | 22 |
| Octal | 64 | 105 | 171 | 71 | 53 | 0 | 65 | 341 | 50 | 42 |
| Binary | 110100 | 1000101 | 1111001 | 111001 | 101011 | 0 | 110101 | 11100001 | 101000 | 100010 |
Color Harmonies of #344579
Complementary color
Monochromatic Colors of #344579
Black with #344579
Text Example
Text Example
White with #344579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344579; }
p { color: rgb(52,69,121); }
H1.HeaderClassName
{
color: #344579;
}
.AnyTagClassName
{
color: #344579;
}
</style>
background-color css
<style>
a { background-color: #344579; }
a { background-color: rgb(52,69,121); }
div.DivClassName
{
background-color: #344579;
}
.BgClassName
{
background-color: #344579;
}
</style>
border-color css
<style>
span { border-color: #344579; }
span { border-color: rgb(52,69,121); }
td.TdClassName
{
border-color: #344579;
}
.TagClassName
{
border-color: #344579;
}
</style>