Shades of Resolution Blue #344674
Tints of Resolution Blue #344674
RGB
CMYK
RGB Variations
Color information
#344674 (or 0x344674) is known color: Resolution Blue. HEX triplet: 34, 46 and 74. RGB value is (52,70,116). Sum of RGB (Red+Green+Blue) = 52+70+116=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #344674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344674 is #CBB98B. Grayscale: #454545. Windows color (decimal): -13351308 or 7620148. OLE color: 7620148.
HSL color Cylindrical-coordinate representation of color #344674: hue angle of 223.12º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #344674 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 70 | 116 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.55 |
| HSL | 223.13º | 0.38% | 0.33% | - |
| HSV(B) | 223.13º | 0.55% | 0.45% | - |
| XYZ | 6.76 | 6.37 | 17.4 | - |
| YUV | 69.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 116 | 0.55 | 0.40 | 0 | 0.55 | 223.13 | 0.38 | 0.33 |
| Hex | 34 | 46 | 74 | 37 | 28 | 0 | 37 | DF | 26 | 21 |
| Octal | 64 | 106 | 164 | 67 | 50 | 0 | 67 | 337 | 46 | 41 |
| Binary | 110100 | 1000110 | 1110100 | 110111 | 101000 | 0 | 110111 | 11011111 | 100110 | 100001 |
Color Harmonies of #344674
Complementary color
Monochromatic Colors of #344674
Black with #344674
Text Example
Text Example
White with #344674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344674; }
p { color: rgb(52,70,116); }
H1.HeaderClassName
{
color: #344674;
}
.AnyTagClassName
{
color: #344674;
}
</style>
background-color css
<style>
a { background-color: #344674; }
a { background-color: rgb(52,70,116); }
div.DivClassName
{
background-color: #344674;
}
.BgClassName
{
background-color: #344674;
}
</style>
border-color css
<style>
span { border-color: #344674; }
span { border-color: rgb(52,70,116); }
td.TdClassName
{
border-color: #344674;
}
.TagClassName
{
border-color: #344674;
}
</style>