Shades of Resolution Blue #344477
Tints of Resolution Blue #344477
RGB
CMYK
RGB Variations
Color information
#344477 (or 0x344477) is known color: Resolution Blue. HEX triplet: 34, 44 and 77. RGB value is (52,68,119). Sum of RGB (Red+Green+Blue) = 52+68+119=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #344477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344477 is #CBBB88. Grayscale: #444444. Windows color (decimal): -13351817 or 7816244. OLE color: 7816244.
HSL color Cylindrical-coordinate representation of color #344477: hue angle of 225.67º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #344477 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 68 | 119 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.53 |
| HSL | 225.67º | 0.39% | 0.34% | - |
| HSV(B) | 225.67º | 0.56% | 0.47% | - |
| XYZ | 6.81 | 6.2 | 18.29 | - |
| YUV | 69.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 119 | 0.56 | 0.43 | 0 | 0.53 | 225.67 | 0.39 | 0.34 |
| Hex | 34 | 44 | 77 | 38 | 2B | 0 | 35 | E2 | 27 | 22 |
| Octal | 64 | 104 | 167 | 70 | 53 | 0 | 65 | 342 | 47 | 42 |
| Binary | 110100 | 1000100 | 1110111 | 111000 | 101011 | 0 | 110101 | 11100010 | 100111 | 100010 |
Color Harmonies of #344477
Complementary color
Monochromatic Colors of #344477
Black with #344477
Text Example
Text Example
White with #344477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344477; }
p { color: rgb(52,68,119); }
H1.HeaderClassName
{
color: #344477;
}
.AnyTagClassName
{
color: #344477;
}
</style>
background-color css
<style>
a { background-color: #344477; }
a { background-color: rgb(52,68,119); }
div.DivClassName
{
background-color: #344477;
}
.BgClassName
{
background-color: #344477;
}
</style>
border-color css
<style>
span { border-color: #344477; }
span { border-color: rgb(52,68,119); }
td.TdClassName
{
border-color: #344477;
}
.TagClassName
{
border-color: #344477;
}
</style>