Shades of Resolution Blue #37457C
Tints of Resolution Blue #37457C
RGB
CMYK
RGB Variations
Color information
#37457C (or 0x37457C) is known color: Resolution Blue. HEX triplet: 37, 45 and 7C. RGB value is (55,69,124). Sum of RGB (Red+Green+Blue) = 55+69+124=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #37457C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37457C is #C8BA83. Grayscale: #464646. Windows color (decimal): -13154948 or 8144183. OLE color: 8144183.
HSL color Cylindrical-coordinate representation of color #37457C: hue angle of 227.83º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37457C is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 69 | 124 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.51 |
| HSL | 227.83º | 0.39% | 0.35% | - |
| HSV(B) | 227.83º | 0.56% | 0.49% | - |
| XYZ | 7.34 | 6.52 | 19.94 | - |
| YUV | 71.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 124 | 0.56 | 0.44 | 0 | 0.51 | 227.83 | 0.39 | 0.35 |
| Hex | 37 | 45 | 7C | 38 | 2C | 0 | 33 | E4 | 27 | 23 |
| Octal | 67 | 105 | 174 | 70 | 54 | 0 | 63 | 344 | 47 | 43 |
| Binary | 110111 | 1000101 | 1111100 | 111000 | 101100 | 0 | 110011 | 11100100 | 100111 | 100011 |
Color Harmonies of #37457C
Complementary color
Monochromatic Colors of #37457C
Black with #37457C
Text Example
Text Example
White with #37457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37457C; }
p { color: rgb(55,69,124); }
H1.HeaderClassName
{
color: #37457C;
}
.AnyTagClassName
{
color: #37457C;
}
</style>
background-color css
<style>
a { background-color: #37457C; }
a { background-color: rgb(55,69,124); }
div.DivClassName
{
background-color: #37457C;
}
.BgClassName
{
background-color: #37457C;
}
</style>
border-color css
<style>
span { border-color: #37457C; }
span { border-color: rgb(55,69,124); }
td.TdClassName
{
border-color: #37457C;
}
.TagClassName
{
border-color: #37457C;
}
</style>