Shades of Resolution Blue #374579
Tints of Resolution Blue #374579
RGB
CMYK
RGB Variations
Color information
#374579 (or 0x374579) is known color: Resolution Blue. HEX triplet: 37, 45 and 79. RGB value is (55,69,121). Sum of RGB (Red+Green+Blue) = 55+69+121=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #374579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374579 is #C8BA86. Grayscale: #464646. Windows color (decimal): -13154951 or 7947575. OLE color: 7947575.
HSL color Cylindrical-coordinate representation of color #374579: hue angle of 227.27º 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 #374579 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 69 | 121 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.53 |
| HSL | 227.27º | 0.38% | 0.35% | - |
| HSV(B) | 227.27º | 0.55% | 0.47% | - |
| XYZ | 7.15 | 6.45 | 18.96 | - |
| YUV | 70.74 | 156.36 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 121 | 0.55 | 0.43 | 0 | 0.53 | 227.27 | 0.38 | 0.35 |
| Hex | 37 | 45 | 79 | 37 | 2B | 0 | 35 | E3 | 26 | 23 |
| Octal | 67 | 105 | 171 | 67 | 53 | 0 | 65 | 343 | 46 | 43 |
| Binary | 110111 | 1000101 | 1111001 | 110111 | 101011 | 0 | 110101 | 11100011 | 100110 | 100011 |
Color Harmonies of #374579
Complementary color
Monochromatic Colors of #374579
Black with #374579
Text Example
Text Example
White with #374579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374579; }
p { color: rgb(55,69,121); }
H1.HeaderClassName
{
color: #374579;
}
.AnyTagClassName
{
color: #374579;
}
</style>
background-color css
<style>
a { background-color: #374579; }
a { background-color: rgb(55,69,121); }
div.DivClassName
{
background-color: #374579;
}
.BgClassName
{
background-color: #374579;
}
</style>
border-color css
<style>
span { border-color: #374579; }
span { border-color: rgb(55,69,121); }
td.TdClassName
{
border-color: #374579;
}
.TagClassName
{
border-color: #374579;
}
</style>