Shades of Resolution Blue #374979
Tints of Resolution Blue #374979
RGB
CMYK
RGB Variations
Color information
#374979 (or 0x374979) is known color: Resolution Blue. HEX triplet: 37, 49 and 79. RGB value is (55,73,121). Sum of RGB (Red+Green+Blue) = 55+73+121=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #374979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374979 is #C8B686. Grayscale: #484848. Windows color (decimal): -13153927 or 7948599. OLE color: 7948599.
HSL color Cylindrical-coordinate representation of color #374979: hue angle of 223.64º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #374979 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 73 | 121 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.53 |
| HSL | 223.64º | 0.38% | 0.35% | - |
| HSV(B) | 223.64º | 0.55% | 0.47% | - |
| XYZ | 7.41 | 6.96 | 19.04 | - |
| YUV | 73.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 121 | 0.55 | 0.40 | 0 | 0.53 | 223.64 | 0.38 | 0.35 |
| Hex | 37 | 49 | 79 | 37 | 28 | 0 | 35 | E0 | 26 | 23 |
| Octal | 67 | 111 | 171 | 67 | 50 | 0 | 65 | 340 | 46 | 43 |
| Binary | 110111 | 1001001 | 1111001 | 110111 | 101000 | 0 | 110101 | 11100000 | 100110 | 100011 |
Color Harmonies of #374979
Complementary color
Monochromatic Colors of #374979
Black with #374979
Text Example
Text Example
White with #374979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374979; }
p { color: rgb(55,73,121); }
H1.HeaderClassName
{
color: #374979;
}
.AnyTagClassName
{
color: #374979;
}
</style>
background-color css
<style>
a { background-color: #374979; }
a { background-color: rgb(55,73,121); }
div.DivClassName
{
background-color: #374979;
}
.BgClassName
{
background-color: #374979;
}
</style>
border-color css
<style>
span { border-color: #374979; }
span { border-color: rgb(55,73,121); }
td.TdClassName
{
border-color: #374979;
}
.TagClassName
{
border-color: #374979;
}
</style>