Shades of Resolution Blue #344570
Tints of Resolution Blue #344570
RGB
CMYK
RGB Variations
Color information
#344570 (or 0x344570) is known color: Resolution Blue. HEX triplet: 34, 45 and 70. RGB value is (52,69,112). Sum of RGB (Red+Green+Blue) = 52+69+112=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #344570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344570 is #CBBA8F. Grayscale: #444444. Windows color (decimal): -13351568 or 7357748. OLE color: 7357748.
HSL color Cylindrical-coordinate representation of color #344570: hue angle of 223º 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 #344570 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 69 | 112 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.56 |
| HSL | 223º | 0.37% | 0.32% | - |
| HSV(B) | 223º | 0.54% | 0.44% | - |
| XYZ | 6.47 | 6.16 | 16.18 | - |
| YUV | 68.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 112 | 0.54 | 0.38 | 0 | 0.56 | 223 | 0.37 | 0.32 |
| Hex | 34 | 45 | 70 | 36 | 26 | 0 | 38 | DF | 25 | 20 |
| Octal | 64 | 105 | 160 | 66 | 46 | 0 | 70 | 337 | 45 | 40 |
| Binary | 110100 | 1000101 | 1110000 | 110110 | 100110 | 0 | 111000 | 11011111 | 100101 | 100000 |
Color Harmonies of #344570
Complementary color
Monochromatic Colors of #344570
Black with #344570
Text Example
Text Example
White with #344570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344570; }
p { color: rgb(52,69,112); }
H1.HeaderClassName
{
color: #344570;
}
.AnyTagClassName
{
color: #344570;
}
</style>
background-color css
<style>
a { background-color: #344570; }
a { background-color: rgb(52,69,112); }
div.DivClassName
{
background-color: #344570;
}
.BgClassName
{
background-color: #344570;
}
</style>
border-color css
<style>
span { border-color: #344570; }
span { border-color: rgb(52,69,112); }
td.TdClassName
{
border-color: #344570;
}
.TagClassName
{
border-color: #344570;
}
</style>