Shades of Resolution Blue #374675
Tints of Resolution Blue #374675
RGB
CMYK
RGB Variations
Color information
#374675 (or 0x374675) is known color: Resolution Blue. HEX triplet: 37, 46 and 75. RGB value is (55,70,117). Sum of RGB (Red+Green+Blue) = 55+70+117=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #374675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374675 is #C8B98A. Grayscale: #464646. Windows color (decimal): -13154699 or 7685687. OLE color: 7685687.
HSL color Cylindrical-coordinate representation of color #374675: hue angle of 225.48º 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 #374675 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 70 | 117 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.54 |
| HSL | 225.48º | 0.36% | 0.34% | - |
| HSV(B) | 225.48º | 0.53% | 0.46% | - |
| XYZ | 6.98 | 6.48 | 17.71 | - |
| YUV | 70.87 | 154.03 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 117 | 0.53 | 0.40 | 0 | 0.54 | 225.48 | 0.36 | 0.34 |
| Hex | 37 | 46 | 75 | 35 | 28 | 0 | 36 | E1 | 24 | 22 |
| Octal | 67 | 106 | 165 | 65 | 50 | 0 | 66 | 341 | 44 | 42 |
| Binary | 110111 | 1000110 | 1110101 | 110101 | 101000 | 0 | 110110 | 11100001 | 100100 | 100010 |
Color Harmonies of #374675
Complementary color
Monochromatic Colors of #374675
Black with #374675
Text Example
Text Example
White with #374675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374675; }
p { color: rgb(55,70,117); }
H1.HeaderClassName
{
color: #374675;
}
.AnyTagClassName
{
color: #374675;
}
</style>
background-color css
<style>
a { background-color: #374675; }
a { background-color: rgb(55,70,117); }
div.DivClassName
{
background-color: #374675;
}
.BgClassName
{
background-color: #374675;
}
</style>
border-color css
<style>
span { border-color: #374675; }
span { border-color: rgb(55,70,117); }
td.TdClassName
{
border-color: #374675;
}
.TagClassName
{
border-color: #374675;
}
</style>