Shades of Resolution Blue #374679
Tints of Resolution Blue #374679
RGB
CMYK
RGB Variations
Color information
#374679 (or 0x374679) is known color: Resolution Blue. HEX triplet: 37, 46 and 79. RGB value is (55,70,121). Sum of RGB (Red+Green+Blue) = 55+70+121=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #374679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374679 is #C8B986. Grayscale: #474747. Windows color (decimal): -13154695 or 7947831. OLE color: 7947831.
HSL color Cylindrical-coordinate representation of color #374679: hue angle of 226.36º 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 #374679 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 70 | 121 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.53 |
| HSL | 226.36º | 0.38% | 0.35% | - |
| HSV(B) | 226.36º | 0.55% | 0.47% | - |
| XYZ | 7.22 | 6.57 | 18.98 | - |
| YUV | 71.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 121 | 0.55 | 0.42 | 0 | 0.53 | 226.36 | 0.38 | 0.35 |
| Hex | 37 | 46 | 79 | 37 | 2A | 0 | 35 | E2 | 26 | 23 |
| Octal | 67 | 106 | 171 | 67 | 52 | 0 | 65 | 342 | 46 | 43 |
| Binary | 110111 | 1000110 | 1111001 | 110111 | 101010 | 0 | 110101 | 11100010 | 100110 | 100011 |
Color Harmonies of #374679
Complementary color
Monochromatic Colors of #374679
Black with #374679
Text Example
Text Example
White with #374679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374679; }
p { color: rgb(55,70,121); }
H1.HeaderClassName
{
color: #374679;
}
.AnyTagClassName
{
color: #374679;
}
</style>
background-color css
<style>
a { background-color: #374679; }
a { background-color: rgb(55,70,121); }
div.DivClassName
{
background-color: #374679;
}
.BgClassName
{
background-color: #374679;
}
</style>
border-color css
<style>
span { border-color: #374679; }
span { border-color: rgb(55,70,121); }
td.TdClassName
{
border-color: #374679;
}
.TagClassName
{
border-color: #374679;
}
</style>