Shades of Ming #3E7872
Tints of Ming #3E7872
RGB
CMYK
RGB Variations
Color information
#3E7872 (or 0x3E7872) is known color: Ming. HEX triplet: 3E, 78 and 72. RGB value is (62,120,114). Sum of RGB (Red+Green+Blue) = 62+120+114=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #3E7872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7872 is #C1878D. Grayscale: #656565. Windows color (decimal): -12683150 or 7501886. OLE color: 7501886.
HSL color Cylindrical-coordinate representation of color #3E7872: hue angle of 173.79º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E7872 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 120 | 114 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.53 |
| HSL | 173.79º | 0.32% | 0.36% | - |
| HSV(B) | 173.79º | 0.48% | 0.47% | - |
| XYZ | 11.74 | 15.67 | 18.33 | - |
| YUV | 101.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 114 | 0.48 | 0 | 0.05 | 0.53 | 173.79 | 0.32 | 0.36 |
| Hex | 3E | 78 | 72 | 30 | 0 | 5 | 35 | AE | 20 | 24 |
| Octal | 76 | 170 | 162 | 60 | 0 | 5 | 65 | 256 | 40 | 44 |
| Binary | 111110 | 1111000 | 1110010 | 110000 | 0 | 101 | 110101 | 10101110 | 100000 | 100100 |
Color Harmonies of #3E7872
Complementary color
Monochromatic Colors of #3E7872
Black with #3E7872
Text Example
Text Example
White with #3E7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7872; }
p { color: rgb(62,120,114); }
H1.HeaderClassName
{
color: #3E7872;
}
.AnyTagClassName
{
color: #3E7872;
}
</style>
background-color css
<style>
a { background-color: #3E7872; }
a { background-color: rgb(62,120,114); }
div.DivClassName
{
background-color: #3E7872;
}
.BgClassName
{
background-color: #3E7872;
}
</style>
border-color css
<style>
span { border-color: #3E7872; }
span { border-color: rgb(62,120,114); }
td.TdClassName
{
border-color: #3E7872;
}
.TagClassName
{
border-color: #3E7872;
}
</style>