Shades of Ming #37737A
Tints of Ming #37737A
RGB
CMYK
RGB Variations
Color information
#37737A (or 0x37737A) is known color: Ming. HEX triplet: 37, 73 and 7A. RGB value is (55,115,122). Sum of RGB (Red+Green+Blue) = 55+115+122=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #37737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37737A is #C88C85. Grayscale: #616161. Windows color (decimal): -13143174 or 8024887. OLE color: 8024887.
HSL color Cylindrical-coordinate representation of color #37737A: hue angle of 186.27º 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 #37737A is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 115 | 122 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.52 |
| HSL | 186.27º | 0.38% | 0.35% | - |
| HSV(B) | 186.27º | 0.55% | 0.48% | - |
| XYZ | 11.22 | 14.48 | 20.62 | - |
| YUV | 97.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 122 | 0.55 | 0.06 | 0 | 0.52 | 186.27 | 0.38 | 0.35 |
| Hex | 37 | 73 | 7A | 37 | 6 | 0 | 34 | BA | 26 | 23 |
| Octal | 67 | 163 | 172 | 67 | 6 | 0 | 64 | 272 | 46 | 43 |
| Binary | 110111 | 1110011 | 1111010 | 110111 | 110 | 0 | 110100 | 10111010 | 100110 | 100011 |
Color Harmonies of #37737A
Complementary color
Monochromatic Colors of #37737A
Black with #37737A
Text Example
Text Example
White with #37737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37737A; }
p { color: rgb(55,115,122); }
H1.HeaderClassName
{
color: #37737A;
}
.AnyTagClassName
{
color: #37737A;
}
</style>
background-color css
<style>
a { background-color: #37737A; }
a { background-color: rgb(55,115,122); }
div.DivClassName
{
background-color: #37737A;
}
.BgClassName
{
background-color: #37737A;
}
</style>
border-color css
<style>
span { border-color: #37737A; }
span { border-color: rgb(55,115,122); }
td.TdClassName
{
border-color: #37737A;
}
.TagClassName
{
border-color: #37737A;
}
</style>