Shades of Resolution Blue #37477B
Tints of Resolution Blue #37477B
RGB
CMYK
RGB Variations
Color information
#37477B (or 0x37477B) is known color: Resolution Blue. HEX triplet: 37, 47 and 7B. RGB value is (55,71,123). Sum of RGB (Red+Green+Blue) = 55+71+123=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #37477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37477B is #C8B884. Grayscale: #474747. Windows color (decimal): -13154437 or 8079159. OLE color: 8079159.
HSL color Cylindrical-coordinate representation of color #37477B: hue angle of 225.88º 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 #37477B is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 71 | 123 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.52 |
| HSL | 225.88º | 0.38% | 0.35% | - |
| HSV(B) | 225.88º | 0.55% | 0.48% | - |
| XYZ | 7.4 | 6.75 | 19.65 | - |
| YUV | 72.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 123 | 0.55 | 0.42 | 0 | 0.52 | 225.88 | 0.38 | 0.35 |
| Hex | 37 | 47 | 7B | 37 | 2A | 0 | 34 | E2 | 26 | 23 |
| Octal | 67 | 107 | 173 | 67 | 52 | 0 | 64 | 342 | 46 | 43 |
| Binary | 110111 | 1000111 | 1111011 | 110111 | 101010 | 0 | 110100 | 11100010 | 100110 | 100011 |
Color Harmonies of #37477B
Complementary color
Monochromatic Colors of #37477B
Black with #37477B
Text Example
Text Example
White with #37477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37477B; }
p { color: rgb(55,71,123); }
H1.HeaderClassName
{
color: #37477B;
}
.AnyTagClassName
{
color: #37477B;
}
</style>
background-color css
<style>
a { background-color: #37477B; }
a { background-color: rgb(55,71,123); }
div.DivClassName
{
background-color: #37477B;
}
.BgClassName
{
background-color: #37477B;
}
</style>
border-color css
<style>
span { border-color: #37477B; }
span { border-color: rgb(55,71,123); }
td.TdClassName
{
border-color: #37477B;
}
.TagClassName
{
border-color: #37477B;
}
</style>