Shades of Resolution Blue #344270
Tints of Resolution Blue #344270
RGB
CMYK
RGB Variations
Color information
#344270 (or 0x344270) is known color: Resolution Blue. HEX triplet: 34, 42 and 70. RGB value is (52,66,112). Sum of RGB (Red+Green+Blue) = 52+66+112=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #344270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344270 is #CBBD8F. Grayscale: #424242. Windows color (decimal): -13352336 or 7356980. OLE color: 7356980.
HSL color Cylindrical-coordinate representation of color #344270: hue angle of 226º 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 #344270 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 66 | 112 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.56 |
| HSL | 226º | 0.37% | 0.32% | - |
| HSV(B) | 226º | 0.54% | 0.44% | - |
| XYZ | 6.29 | 5.8 | 16.12 | - |
| YUV | 67.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 112 | 0.54 | 0.41 | 0 | 0.56 | 226 | 0.37 | 0.32 |
| Hex | 34 | 42 | 70 | 36 | 29 | 0 | 38 | E2 | 25 | 20 |
| Octal | 64 | 102 | 160 | 66 | 51 | 0 | 70 | 342 | 45 | 40 |
| Binary | 110100 | 1000010 | 1110000 | 110110 | 101001 | 0 | 111000 | 11100010 | 100101 | 100000 |
Color Harmonies of #344270
Complementary color
Monochromatic Colors of #344270
Black with #344270
Text Example
Text Example
White with #344270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344270; }
p { color: rgb(52,66,112); }
H1.HeaderClassName
{
color: #344270;
}
.AnyTagClassName
{
color: #344270;
}
</style>
background-color css
<style>
a { background-color: #344270; }
a { background-color: rgb(52,66,112); }
div.DivClassName
{
background-color: #344270;
}
.BgClassName
{
background-color: #344270;
}
</style>
border-color css
<style>
span { border-color: #344270; }
span { border-color: rgb(52,66,112); }
td.TdClassName
{
border-color: #344270;
}
.TagClassName
{
border-color: #344270;
}
</style>