Shades of Ming #3E6F72
Tints of Ming #3E6F72
RGB
CMYK
RGB Variations
Color information
#3E6F72 (or 0x3E6F72) is known color: Ming. HEX triplet: 3E, 6F and 72. RGB value is (62,111,114). Sum of RGB (Red+Green+Blue) = 62+111+114=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E6F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6F72 is #C1908D. Grayscale: #606060. Windows color (decimal): -12685454 or 7499582. OLE color: 7499582.
HSL color Cylindrical-coordinate representation of color #3E6F72: hue angle of 183.46º 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 #3E6F72 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 111 | 114 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.55 |
| HSL | 183.46º | 0.3% | 0.35% | - |
| HSV(B) | 183.46º | 0.46% | 0.45% | - |
| XYZ | 10.71 | 13.61 | 17.98 | - |
| YUV | 96.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 111 | 114 | 0.46 | 0.03 | 0 | 0.55 | 183.46 | 0.3 | 0.35 |
| Hex | 3E | 6F | 72 | 2E | 3 | 0 | 37 | B7 | 1E | 23 |
| Octal | 76 | 157 | 162 | 56 | 3 | 0 | 67 | 267 | 36 | 43 |
| Binary | 111110 | 1101111 | 1110010 | 101110 | 11 | 0 | 110111 | 10110111 | 11110 | 100011 |
Color Harmonies of #3E6F72
Complementary color
Monochromatic Colors of #3E6F72
Black with #3E6F72
Text Example
Text Example
White with #3E6F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6F72; }
p { color: rgb(62,111,114); }
H1.HeaderClassName
{
color: #3E6F72;
}
.AnyTagClassName
{
color: #3E6F72;
}
</style>
background-color css
<style>
a { background-color: #3E6F72; }
a { background-color: rgb(62,111,114); }
div.DivClassName
{
background-color: #3E6F72;
}
.BgClassName
{
background-color: #3E6F72;
}
</style>
border-color css
<style>
span { border-color: #3E6F72; }
span { border-color: rgb(62,111,114); }
td.TdClassName
{
border-color: #3E6F72;
}
.TagClassName
{
border-color: #3E6F72;
}
</style>