Shades of Ming #3E7372
Tints of Ming #3E7372
RGB
CMYK
RGB Variations
Color information
#3E7372 (or 0x3E7372) is known color: Ming. HEX triplet: 3E, 73 and 72. RGB value is (62,115,114). Sum of RGB (Red+Green+Blue) = 62+115+114=291 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.31% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #3E7372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7372 is #C18C8D. Grayscale: #626262. Windows color (decimal): -12684430 or 7500606. OLE color: 7500606.
HSL color Cylindrical-coordinate representation of color #3E7372: hue angle of 178.87º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E7372 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 115 | 114 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.55 |
| HSL | 178.87º | 0.3% | 0.35% | - |
| HSV(B) | 178.87º | 0.46% | 0.45% | - |
| XYZ | 11.15 | 14.5 | 18.13 | - |
| YUV | 99.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 115 | 114 | 0.46 | 0 | 0.01 | 0.55 | 178.87 | 0.3 | 0.35 |
| Hex | 3E | 73 | 72 | 2E | 0 | 1 | 37 | B3 | 1E | 23 |
| Octal | 76 | 163 | 162 | 56 | 0 | 1 | 67 | 263 | 36 | 43 |
| Binary | 111110 | 1110011 | 1110010 | 101110 | 0 | 1 | 110111 | 10110011 | 11110 | 100011 |
Color Harmonies of #3E7372
Complementary color
Monochromatic Colors of #3E7372
Black with #3E7372
Text Example
Text Example
White with #3E7372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7372; }
p { color: rgb(62,115,114); }
H1.HeaderClassName
{
color: #3E7372;
}
.AnyTagClassName
{
color: #3E7372;
}
</style>
background-color css
<style>
a { background-color: #3E7372; }
a { background-color: rgb(62,115,114); }
div.DivClassName
{
background-color: #3E7372;
}
.BgClassName
{
background-color: #3E7372;
}
</style>
border-color css
<style>
span { border-color: #3E7372; }
span { border-color: rgb(62,115,114); }
td.TdClassName
{
border-color: #3E7372;
}
.TagClassName
{
border-color: #3E7372;
}
</style>