Shades of Resolution Blue #344072
Tints of Resolution Blue #344072
RGB
CMYK
RGB Variations
Color information
#344072 (or 0x344072) is known color: Resolution Blue. HEX triplet: 34, 40 and 72. RGB value is (52,64,114). Sum of RGB (Red+Green+Blue) = 52+64+114=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #344072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344072 is #CBBF8D. Grayscale: #414141. Windows color (decimal): -13352846 or 7487540. OLE color: 7487540.
HSL color Cylindrical-coordinate representation of color #344072: hue angle of 228.39º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #344072 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 64 | 114 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.55 |
| HSL | 228.39º | 0.37% | 0.33% | - |
| HSV(B) | 228.39º | 0.54% | 0.45% | - |
| XYZ | 6.29 | 5.61 | 16.67 | - |
| YUV | 66.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 114 | 0.54 | 0.44 | 0 | 0.55 | 228.39 | 0.37 | 0.33 |
| Hex | 34 | 40 | 72 | 36 | 2C | 0 | 37 | E4 | 25 | 21 |
| Octal | 64 | 100 | 162 | 66 | 54 | 0 | 67 | 344 | 45 | 41 |
| Binary | 110100 | 1000000 | 1110010 | 110110 | 101100 | 0 | 110111 | 11100100 | 100101 | 100001 |
Color Harmonies of #344072
Complementary color
Monochromatic Colors of #344072
Black with #344072
Text Example
Text Example
White with #344072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344072; }
p { color: rgb(52,64,114); }
H1.HeaderClassName
{
color: #344072;
}
.AnyTagClassName
{
color: #344072;
}
</style>
background-color css
<style>
a { background-color: #344072; }
a { background-color: rgb(52,64,114); }
div.DivClassName
{
background-color: #344072;
}
.BgClassName
{
background-color: #344072;
}
</style>
border-color css
<style>
span { border-color: #344072; }
span { border-color: rgb(52,64,114); }
td.TdClassName
{
border-color: #344072;
}
.TagClassName
{
border-color: #344072;
}
</style>