Shades of Resolution Blue #344879
Tints of Resolution Blue #344879
RGB
CMYK
RGB Variations
Color information
#344879 (or 0x344879) is known color: Resolution Blue. HEX triplet: 34, 48 and 79. RGB value is (52,72,121). Sum of RGB (Red+Green+Blue) = 52+72+121=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #344879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344879 is #CBB786. Grayscale: #474747. Windows color (decimal): -13350791 or 7948340. OLE color: 7948340.
HSL color Cylindrical-coordinate representation of color #344879: hue angle of 222.61º 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 #344879 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 72 | 121 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.53 |
| HSL | 222.61º | 0.4% | 0.34% | - |
| HSV(B) | 222.61º | 0.57% | 0.47% | - |
| XYZ | 7.18 | 6.75 | 19.01 | - |
| YUV | 71.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 121 | 0.57 | 0.40 | 0 | 0.53 | 222.61 | 0.4 | 0.34 |
| Hex | 34 | 48 | 79 | 39 | 28 | 0 | 35 | DF | 28 | 22 |
| Octal | 64 | 110 | 171 | 71 | 50 | 0 | 65 | 337 | 50 | 42 |
| Binary | 110100 | 1001000 | 1111001 | 111001 | 101000 | 0 | 110101 | 11011111 | 101000 | 100010 |
Color Harmonies of #344879
Complementary color
Monochromatic Colors of #344879
Black with #344879
Text Example
Text Example
White with #344879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344879; }
p { color: rgb(52,72,121); }
H1.HeaderClassName
{
color: #344879;
}
.AnyTagClassName
{
color: #344879;
}
</style>
background-color css
<style>
a { background-color: #344879; }
a { background-color: rgb(52,72,121); }
div.DivClassName
{
background-color: #344879;
}
.BgClassName
{
background-color: #344879;
}
</style>
border-color css
<style>
span { border-color: #344879; }
span { border-color: rgb(52,72,121); }
td.TdClassName
{
border-color: #344879;
}
.TagClassName
{
border-color: #344879;
}
</style>