Shades of Resolution Blue #37477A
Tints of Resolution Blue #37477A
RGB
CMYK
RGB Variations
Color information
#37477A (or 0x37477A) is known color: Resolution Blue. HEX triplet: 37, 47 and 7A. RGB value is (55,71,122). Sum of RGB (Red+Green+Blue) = 55+71+122=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #37477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37477A is #C8B885. Grayscale: #474747. Windows color (decimal): -13154438 or 8013623. OLE color: 8013623.
HSL color Cylindrical-coordinate representation of color #37477A: hue angle of 225.67º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37477A is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 71 | 122 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.52 |
| HSL | 225.67º | 0.38% | 0.35% | - |
| HSV(B) | 225.67º | 0.55% | 0.48% | - |
| XYZ | 7.34 | 6.72 | 19.32 | - |
| YUV | 72.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 122 | 0.55 | 0.42 | 0 | 0.52 | 225.67 | 0.38 | 0.35 |
| Hex | 37 | 47 | 7A | 37 | 2A | 0 | 34 | E2 | 26 | 23 |
| Octal | 67 | 107 | 172 | 67 | 52 | 0 | 64 | 342 | 46 | 43 |
| Binary | 110111 | 1000111 | 1111010 | 110111 | 101010 | 0 | 110100 | 11100010 | 100110 | 100011 |
Color Harmonies of #37477A
Complementary color
Monochromatic Colors of #37477A
Black with #37477A
Text Example
Text Example
White with #37477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37477A; }
p { color: rgb(55,71,122); }
H1.HeaderClassName
{
color: #37477A;
}
.AnyTagClassName
{
color: #37477A;
}
</style>
background-color css
<style>
a { background-color: #37477A; }
a { background-color: rgb(55,71,122); }
div.DivClassName
{
background-color: #37477A;
}
.BgClassName
{
background-color: #37477A;
}
</style>
border-color css
<style>
span { border-color: #37477A; }
span { border-color: rgb(55,71,122); }
td.TdClassName
{
border-color: #37477A;
}
.TagClassName
{
border-color: #37477A;
}
</style>