Shades of Resolution Blue #344973
Tints of Resolution Blue #344973
RGB
CMYK
RGB Variations
Color information
#344973 (or 0x344973) is known color: Resolution Blue. HEX triplet: 34, 49 and 73. RGB value is (52,73,115). Sum of RGB (Red+Green+Blue) = 52+73+115=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #344973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344973 is #CBB68C. Grayscale: #474747. Windows color (decimal): -13350541 or 7555380. OLE color: 7555380.
HSL color Cylindrical-coordinate representation of color #344973: hue angle of 220º 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 #344973 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 73 | 115 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.55 |
| HSL | 220º | 0.38% | 0.33% | - |
| HSV(B) | 220º | 0.55% | 0.45% | - |
| XYZ | 6.89 | 6.73 | 17.16 | - |
| YUV | 71.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 115 | 0.55 | 0.37 | 0 | 0.55 | 220 | 0.38 | 0.33 |
| Hex | 34 | 49 | 73 | 37 | 25 | 0 | 37 | DC | 26 | 21 |
| Octal | 64 | 111 | 163 | 67 | 45 | 0 | 67 | 334 | 46 | 41 |
| Binary | 110100 | 1001001 | 1110011 | 110111 | 100101 | 0 | 110111 | 11011100 | 100110 | 100001 |
Color Harmonies of #344973
Complementary color
Monochromatic Colors of #344973
Black with #344973
Text Example
Text Example
White with #344973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344973; }
p { color: rgb(52,73,115); }
H1.HeaderClassName
{
color: #344973;
}
.AnyTagClassName
{
color: #344973;
}
</style>
background-color css
<style>
a { background-color: #344973; }
a { background-color: rgb(52,73,115); }
div.DivClassName
{
background-color: #344973;
}
.BgClassName
{
background-color: #344973;
}
</style>
border-color css
<style>
span { border-color: #344973; }
span { border-color: rgb(52,73,115); }
td.TdClassName
{
border-color: #344973;
}
.TagClassName
{
border-color: #344973;
}
</style>