Shades of Resolution Blue #344176
Tints of Resolution Blue #344176
RGB
CMYK
RGB Variations
Color information
#344176 (or 0x344176) is known color: Resolution Blue. HEX triplet: 34, 41 and 76. RGB value is (52,65,118). Sum of RGB (Red+Green+Blue) = 52+65+118=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #344176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344176 is #CBBE89. Grayscale: #424242. Windows color (decimal): -13352586 or 7749940. OLE color: 7749940.
HSL color Cylindrical-coordinate representation of color #344176: hue angle of 228.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #344176 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 65 | 118 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.54 |
| HSL | 228.18º | 0.39% | 0.33% | - |
| HSV(B) | 228.18º | 0.56% | 0.46% | - |
| XYZ | 6.58 | 5.82 | 17.92 | - |
| YUV | 67.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 118 | 0.56 | 0.45 | 0 | 0.54 | 228.18 | 0.39 | 0.33 |
| Hex | 34 | 41 | 76 | 38 | 2D | 0 | 36 | E4 | 27 | 21 |
| Octal | 64 | 101 | 166 | 70 | 55 | 0 | 66 | 344 | 47 | 41 |
| Binary | 110100 | 1000001 | 1110110 | 111000 | 101101 | 0 | 110110 | 11100100 | 100111 | 100001 |
Color Harmonies of #344176
Complementary color
Monochromatic Colors of #344176
Black with #344176
Text Example
Text Example
White with #344176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344176; }
p { color: rgb(52,65,118); }
H1.HeaderClassName
{
color: #344176;
}
.AnyTagClassName
{
color: #344176;
}
</style>
background-color css
<style>
a { background-color: #344176; }
a { background-color: rgb(52,65,118); }
div.DivClassName
{
background-color: #344176;
}
.BgClassName
{
background-color: #344176;
}
</style>
border-color css
<style>
span { border-color: #344176; }
span { border-color: rgb(52,65,118); }
td.TdClassName
{
border-color: #344176;
}
.TagClassName
{
border-color: #344176;
}
</style>