Shades of Resolution Blue #374875
Tints of Resolution Blue #374875
RGB
CMYK
RGB Variations
Color information
#374875 (or 0x374875) is known color: Resolution Blue. HEX triplet: 37, 48 and 75. RGB value is (55,72,117). Sum of RGB (Red+Green+Blue) = 55+72+117=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #374875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374875 is #C8B78A. Grayscale: #474747. Windows color (decimal): -13154187 or 7686199. OLE color: 7686199.
HSL color Cylindrical-coordinate representation of color #374875: hue angle of 223.55º 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 #374875 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 72 | 117 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.54 |
| HSL | 223.55º | 0.36% | 0.34% | - |
| HSV(B) | 223.55º | 0.53% | 0.46% | - |
| XYZ | 7.1 | 6.73 | 17.75 | - |
| YUV | 72.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 72 | 117 | 0.53 | 0.38 | 0 | 0.54 | 223.55 | 0.36 | 0.34 |
| Hex | 37 | 48 | 75 | 35 | 26 | 0 | 36 | E0 | 24 | 22 |
| Octal | 67 | 110 | 165 | 65 | 46 | 0 | 66 | 340 | 44 | 42 |
| Binary | 110111 | 1001000 | 1110101 | 110101 | 100110 | 0 | 110110 | 11100000 | 100100 | 100010 |
Color Harmonies of #374875
Complementary color
Monochromatic Colors of #374875
Black with #374875
Text Example
Text Example
White with #374875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374875; }
p { color: rgb(55,72,117); }
H1.HeaderClassName
{
color: #374875;
}
.AnyTagClassName
{
color: #374875;
}
</style>
background-color css
<style>
a { background-color: #374875; }
a { background-color: rgb(55,72,117); }
div.DivClassName
{
background-color: #374875;
}
.BgClassName
{
background-color: #374875;
}
</style>
border-color css
<style>
span { border-color: #374875; }
span { border-color: rgb(55,72,117); }
td.TdClassName
{
border-color: #374875;
}
.TagClassName
{
border-color: #374875;
}
</style>