Shades of Ming #3E716D
Tints of Ming #3E716D
RGB
CMYK
RGB Variations
Color information
#3E716D (or 0x3E716D) is known color: Ming. HEX triplet: 3E, 71 and 6D. RGB value is (62,113,109). Sum of RGB (Red+Green+Blue) = 62+113+109=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #3E716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E716D is #C18E92. Grayscale: #616161. Windows color (decimal): -12684947 or 7172414. OLE color: 7172414.
HSL color Cylindrical-coordinate representation of color #3E716D: hue angle of 175.29º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E716D is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 113 | 109 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.56 |
| HSL | 175.29º | 0.29% | 0.34% | - |
| HSV(B) | 175.29º | 0.45% | 0.44% | - |
| XYZ | 10.65 | 13.94 | 16.6 | - |
| YUV | 97.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 109 | 0.45 | 0 | 0.04 | 0.56 | 175.29 | 0.29 | 0.34 |
| Hex | 3E | 71 | 6D | 2D | 0 | 4 | 38 | AF | 1D | 22 |
| Octal | 76 | 161 | 155 | 55 | 0 | 4 | 70 | 257 | 35 | 42 |
| Binary | 111110 | 1110001 | 1101101 | 101101 | 0 | 100 | 111000 | 10101111 | 11101 | 100010 |
Color Harmonies of #3E716D
Complementary color
Monochromatic Colors of #3E716D
Black with #3E716D
Text Example
Text Example
White with #3E716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E716D; }
p { color: rgb(62,113,109); }
H1.HeaderClassName
{
color: #3E716D;
}
.AnyTagClassName
{
color: #3E716D;
}
</style>
background-color css
<style>
a { background-color: #3E716D; }
a { background-color: rgb(62,113,109); }
div.DivClassName
{
background-color: #3E716D;
}
.BgClassName
{
background-color: #3E716D;
}
</style>
border-color css
<style>
span { border-color: #3E716D; }
span { border-color: rgb(62,113,109); }
td.TdClassName
{
border-color: #3E716D;
}
.TagClassName
{
border-color: #3E716D;
}
</style>