Shades of Ming #3E7470
Tints of Ming #3E7470
RGB
CMYK
RGB Variations
Color information
#3E7470 (or 0x3E7470) is known color: Ming. HEX triplet: 3E, 74 and 70. RGB value is (62,116,112). Sum of RGB (Red+Green+Blue) = 62+116+112=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #3E7470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7470 is #C18B8F. Grayscale: #636363. Windows color (decimal): -12684176 or 7369790. OLE color: 7369790.
HSL color Cylindrical-coordinate representation of color #3E7470: hue angle of 175.56º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E7470 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 116 | 112 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.55 |
| HSL | 175.56º | 0.3% | 0.35% | - |
| HSV(B) | 175.56º | 0.47% | 0.45% | - |
| XYZ | 11.16 | 14.68 | 17.58 | - |
| YUV | 99.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 112 | 0.47 | 0 | 0.03 | 0.55 | 175.56 | 0.3 | 0.35 |
| Hex | 3E | 74 | 70 | 2F | 0 | 3 | 37 | B0 | 1E | 23 |
| Octal | 76 | 164 | 160 | 57 | 0 | 3 | 67 | 260 | 36 | 43 |
| Binary | 111110 | 1110100 | 1110000 | 101111 | 0 | 11 | 110111 | 10110000 | 11110 | 100011 |
Color Harmonies of #3E7470
Complementary color
Monochromatic Colors of #3E7470
Black with #3E7470
Text Example
Text Example
White with #3E7470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7470; }
p { color: rgb(62,116,112); }
H1.HeaderClassName
{
color: #3E7470;
}
.AnyTagClassName
{
color: #3E7470;
}
</style>
background-color css
<style>
a { background-color: #3E7470; }
a { background-color: rgb(62,116,112); }
div.DivClassName
{
background-color: #3E7470;
}
.BgClassName
{
background-color: #3E7470;
}
</style>
border-color css
<style>
span { border-color: #3E7470; }
span { border-color: rgb(62,116,112); }
td.TdClassName
{
border-color: #3E7470;
}
.TagClassName
{
border-color: #3E7470;
}
</style>