Shades of Resolution Blue #37497A
Tints of Resolution Blue #37497A
RGB
CMYK
RGB Variations
Color information
#37497A (or 0x37497A) is known color: Resolution Blue. HEX triplet: 37, 49 and 7A. RGB value is (55,73,122). Sum of RGB (Red+Green+Blue) = 55+73+122=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #37497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37497A is #C8B685. Grayscale: #484848. Windows color (decimal): -13153926 or 8014135. OLE color: 8014135.
HSL color Cylindrical-coordinate representation of color #37497A: hue angle of 223.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 #37497A is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 73 | 122 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.52 |
| HSL | 223.88º | 0.38% | 0.35% | - |
| HSV(B) | 223.88º | 0.55% | 0.48% | - |
| XYZ | 7.47 | 6.98 | 19.37 | - |
| YUV | 73.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 122 | 0.55 | 0.40 | 0 | 0.52 | 223.88 | 0.38 | 0.35 |
| Hex | 37 | 49 | 7A | 37 | 28 | 0 | 34 | E0 | 26 | 23 |
| Octal | 67 | 111 | 172 | 67 | 50 | 0 | 64 | 340 | 46 | 43 |
| Binary | 110111 | 1001001 | 1111010 | 110111 | 101000 | 0 | 110100 | 11100000 | 100110 | 100011 |
Color Harmonies of #37497A
Complementary color
Monochromatic Colors of #37497A
Black with #37497A
Text Example
Text Example
White with #37497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37497A; }
p { color: rgb(55,73,122); }
H1.HeaderClassName
{
color: #37497A;
}
.AnyTagClassName
{
color: #37497A;
}
</style>
background-color css
<style>
a { background-color: #37497A; }
a { background-color: rgb(55,73,122); }
div.DivClassName
{
background-color: #37497A;
}
.BgClassName
{
background-color: #37497A;
}
</style>
border-color css
<style>
span { border-color: #37497A; }
span { border-color: rgb(55,73,122); }
td.TdClassName
{
border-color: #37497A;
}
.TagClassName
{
border-color: #37497A;
}
</style>