Shades of Resolution Blue #344170
Tints of Resolution Blue #344170
RGB
CMYK
RGB Variations
Color information
#344170 (or 0x344170) is known color: Resolution Blue. HEX triplet: 34, 41 and 70. RGB value is (52,65,112). Sum of RGB (Red+Green+Blue) = 52+65+112=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #344170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344170 is #CBBE8F. Grayscale: #424242. Windows color (decimal): -13352592 or 7356724. OLE color: 7356724.
HSL color Cylindrical-coordinate representation of color #344170: hue angle of 227º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #344170 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 65 | 112 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.56 |
| HSL | 227º | 0.37% | 0.32% | - |
| HSV(B) | 227º | 0.54% | 0.44% | - |
| XYZ | 6.23 | 5.68 | 16.1 | - |
| YUV | 66.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 112 | 0.54 | 0.42 | 0 | 0.56 | 227 | 0.37 | 0.32 |
| Hex | 34 | 41 | 70 | 36 | 2A | 0 | 38 | E3 | 25 | 20 |
| Octal | 64 | 101 | 160 | 66 | 52 | 0 | 70 | 343 | 45 | 40 |
| Binary | 110100 | 1000001 | 1110000 | 110110 | 101010 | 0 | 111000 | 11100011 | 100101 | 100000 |
Color Harmonies of #344170
Complementary color
Monochromatic Colors of #344170
Black with #344170
Text Example
Text Example
White with #344170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344170; }
p { color: rgb(52,65,112); }
H1.HeaderClassName
{
color: #344170;
}
.AnyTagClassName
{
color: #344170;
}
</style>
background-color css
<style>
a { background-color: #344170; }
a { background-color: rgb(52,65,112); }
div.DivClassName
{
background-color: #344170;
}
.BgClassName
{
background-color: #344170;
}
</style>
border-color css
<style>
span { border-color: #344170; }
span { border-color: rgb(52,65,112); }
td.TdClassName
{
border-color: #344170;
}
.TagClassName
{
border-color: #344170;
}
</style>