Shades of Resolution Blue #334876
Tints of Resolution Blue #334876
RGB
CMYK
RGB Variations
Color information
#334876 (or 0x334876) is known color: Resolution Blue. HEX triplet: 33, 48 and 76. RGB value is (51,72,118). Sum of RGB (Red+Green+Blue) = 51+72+118=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #334876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334876 is #CCB789. Grayscale: #464646. Windows color (decimal): -13416330 or 7751731. OLE color: 7751731.
HSL color Cylindrical-coordinate representation of color #334876: hue angle of 221.19º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334876 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 72 | 118 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.54 |
| HSL | 221.19º | 0.4% | 0.33% | - |
| HSV(B) | 221.19º | 0.57% | 0.46% | - |
| XYZ | 6.95 | 6.65 | 18.06 | - |
| YUV | 70.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 118 | 0.57 | 0.39 | 0 | 0.54 | 221.19 | 0.4 | 0.33 |
| Hex | 33 | 48 | 76 | 39 | 27 | 0 | 36 | DD | 28 | 21 |
| Octal | 63 | 110 | 166 | 71 | 47 | 0 | 66 | 335 | 50 | 41 |
| Binary | 110011 | 1001000 | 1110110 | 111001 | 100111 | 0 | 110110 | 11011101 | 101000 | 100001 |
Color Harmonies of #334876
Complementary color
Monochromatic Colors of #334876
Black with #334876
Text Example
Text Example
White with #334876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334876; }
p { color: rgb(51,72,118); }
H1.HeaderClassName
{
color: #334876;
}
.AnyTagClassName
{
color: #334876;
}
</style>
background-color css
<style>
a { background-color: #334876; }
a { background-color: rgb(51,72,118); }
div.DivClassName
{
background-color: #334876;
}
.BgClassName
{
background-color: #334876;
}
</style>
border-color css
<style>
span { border-color: #334876; }
span { border-color: rgb(51,72,118); }
td.TdClassName
{
border-color: #334876;
}
.TagClassName
{
border-color: #334876;
}
</style>