Shades of Resolution Blue #374776
Tints of Resolution Blue #374776
RGB
CMYK
RGB Variations
Color information
#374776 (or 0x374776) is known color: Resolution Blue. HEX triplet: 37, 47 and 76. RGB value is (55,71,118). Sum of RGB (Red+Green+Blue) = 55+71+118=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #374776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374776 is #C8B889. Grayscale: #474747. Windows color (decimal): -13154442 or 7751479. OLE color: 7751479.
HSL color Cylindrical-coordinate representation of color #374776: hue angle of 224.76º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #374776 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 71 | 118 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.54 |
| HSL | 224.76º | 0.36% | 0.34% | - |
| HSV(B) | 224.76º | 0.53% | 0.46% | - |
| XYZ | 7.1 | 6.63 | 18.04 | - |
| YUV | 71.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 118 | 0.53 | 0.40 | 0 | 0.54 | 224.76 | 0.36 | 0.34 |
| Hex | 37 | 47 | 76 | 35 | 28 | 0 | 36 | E1 | 24 | 22 |
| Octal | 67 | 107 | 166 | 65 | 50 | 0 | 66 | 341 | 44 | 42 |
| Binary | 110111 | 1000111 | 1110110 | 110101 | 101000 | 0 | 110110 | 11100001 | 100100 | 100010 |
Color Harmonies of #374776
Complementary color
Monochromatic Colors of #374776
Black with #374776
Text Example
Text Example
White with #374776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374776; }
p { color: rgb(55,71,118); }
H1.HeaderClassName
{
color: #374776;
}
.AnyTagClassName
{
color: #374776;
}
</style>
background-color css
<style>
a { background-color: #374776; }
a { background-color: rgb(55,71,118); }
div.DivClassName
{
background-color: #374776;
}
.BgClassName
{
background-color: #374776;
}
</style>
border-color css
<style>
span { border-color: #374776; }
span { border-color: rgb(55,71,118); }
td.TdClassName
{
border-color: #374776;
}
.TagClassName
{
border-color: #374776;
}
</style>