Shades of Ming #37717A
Tints of Ming #37717A
RGB
CMYK
RGB Variations
Color information
#37717A (or 0x37717A) is known color: Ming. HEX triplet: 37, 71 and 7A. RGB value is (55,113,122). Sum of RGB (Red+Green+Blue) = 55+113+122=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #37717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37717A is #C88E85. Grayscale: #606060. Windows color (decimal): -13143686 or 8024375. OLE color: 8024375.
HSL color Cylindrical-coordinate representation of color #37717A: hue angle of 188.06º 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 #37717A is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 113 | 122 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.52 |
| HSL | 188.06º | 0.38% | 0.35% | - |
| HSV(B) | 188.06º | 0.55% | 0.48% | - |
| XYZ | 10.99 | 14.03 | 20.54 | - |
| YUV | 96.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 122 | 0.55 | 0.07 | 0 | 0.52 | 188.06 | 0.38 | 0.35 |
| Hex | 37 | 71 | 7A | 37 | 7 | 0 | 34 | BC | 26 | 23 |
| Octal | 67 | 161 | 172 | 67 | 7 | 0 | 64 | 274 | 46 | 43 |
| Binary | 110111 | 1110001 | 1111010 | 110111 | 111 | 0 | 110100 | 10111100 | 100110 | 100011 |
Color Harmonies of #37717A
Complementary color
Monochromatic Colors of #37717A
Black with #37717A
Text Example
Text Example
White with #37717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37717A; }
p { color: rgb(55,113,122); }
H1.HeaderClassName
{
color: #37717A;
}
.AnyTagClassName
{
color: #37717A;
}
</style>
background-color css
<style>
a { background-color: #37717A; }
a { background-color: rgb(55,113,122); }
div.DivClassName
{
background-color: #37717A;
}
.BgClassName
{
background-color: #37717A;
}
</style>
border-color css
<style>
span { border-color: #37717A; }
span { border-color: rgb(55,113,122); }
td.TdClassName
{
border-color: #37717A;
}
.TagClassName
{
border-color: #37717A;
}
</style>