Shades of Resolution Blue #374975
Tints of Resolution Blue #374975
RGB
CMYK
RGB Variations
Color information
#374975 (or 0x374975) is known color: Resolution Blue. HEX triplet: 37, 49 and 75. RGB value is (55,73,117). Sum of RGB (Red+Green+Blue) = 55+73+117=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #374975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374975 is #C8B68A. Grayscale: #484848. Windows color (decimal): -13153931 or 7686455. OLE color: 7686455.
HSL color Cylindrical-coordinate representation of color #374975: hue angle of 222.58º 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 #374975 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 73 | 117 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.54 |
| HSL | 222.58º | 0.36% | 0.34% | - |
| HSV(B) | 222.58º | 0.53% | 0.46% | - |
| XYZ | 7.17 | 6.86 | 17.78 | - |
| YUV | 72.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 117 | 0.53 | 0.38 | 0 | 0.54 | 222.58 | 0.36 | 0.34 |
| Hex | 37 | 49 | 75 | 35 | 26 | 0 | 36 | DF | 24 | 22 |
| Octal | 67 | 111 | 165 | 65 | 46 | 0 | 66 | 337 | 44 | 42 |
| Binary | 110111 | 1001001 | 1110101 | 110101 | 100110 | 0 | 110110 | 11011111 | 100100 | 100010 |
Color Harmonies of #374975
Complementary color
Monochromatic Colors of #374975
Black with #374975
Text Example
Text Example
White with #374975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374975; }
p { color: rgb(55,73,117); }
H1.HeaderClassName
{
color: #374975;
}
.AnyTagClassName
{
color: #374975;
}
</style>
background-color css
<style>
a { background-color: #374975; }
a { background-color: rgb(55,73,117); }
div.DivClassName
{
background-color: #374975;
}
.BgClassName
{
background-color: #374975;
}
</style>
border-color css
<style>
span { border-color: #374975; }
span { border-color: rgb(55,73,117); }
td.TdClassName
{
border-color: #374975;
}
.TagClassName
{
border-color: #374975;
}
</style>