Shades of Resolution Blue #344673
Tints of Resolution Blue #344673
RGB
CMYK
RGB Variations
Color information
#344673 (or 0x344673) is known color: Resolution Blue. HEX triplet: 34, 46 and 73. RGB value is (52,70,115). Sum of RGB (Red+Green+Blue) = 52+70+115=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #344673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344673 is #CBB98C. Grayscale: #454545. Windows color (decimal): -13351309 or 7554612. OLE color: 7554612.
HSL color Cylindrical-coordinate representation of color #344673: hue angle of 222.86º 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 #344673 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 70 | 115 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.55 |
| HSL | 222.86º | 0.38% | 0.33% | - |
| HSV(B) | 222.86º | 0.55% | 0.45% | - |
| XYZ | 6.7 | 6.35 | 17.09 | - |
| YUV | 69.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 115 | 0.55 | 0.39 | 0 | 0.55 | 222.86 | 0.38 | 0.33 |
| Hex | 34 | 46 | 73 | 37 | 27 | 0 | 37 | DF | 26 | 21 |
| Octal | 64 | 106 | 163 | 67 | 47 | 0 | 67 | 337 | 46 | 41 |
| Binary | 110100 | 1000110 | 1110011 | 110111 | 100111 | 0 | 110111 | 11011111 | 100110 | 100001 |
Color Harmonies of #344673
Complementary color
Monochromatic Colors of #344673
Black with #344673
Text Example
Text Example
White with #344673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344673; }
p { color: rgb(52,70,115); }
H1.HeaderClassName
{
color: #344673;
}
.AnyTagClassName
{
color: #344673;
}
</style>
background-color css
<style>
a { background-color: #344673; }
a { background-color: rgb(52,70,115); }
div.DivClassName
{
background-color: #344673;
}
.BgClassName
{
background-color: #344673;
}
</style>
border-color css
<style>
span { border-color: #344673; }
span { border-color: rgb(52,70,115); }
td.TdClassName
{
border-color: #344673;
}
.TagClassName
{
border-color: #344673;
}
</style>