Shades of Ming #3E6F6D
Tints of Ming #3E6F6D
RGB
CMYK
RGB Variations
Color information
#3E6F6D (or 0x3E6F6D) is known color: Ming. HEX triplet: 3E, 6F and 6D. RGB value is (62,111,109). Sum of RGB (Red+Green+Blue) = 62+111+109=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 111 - color contains mainly: green. Hex color #3E6F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6F6D is #C19092. Grayscale: #606060. Windows color (decimal): -12685459 or 7171902. OLE color: 7171902.
HSL color Cylindrical-coordinate representation of color #3E6F6D: hue angle of 177.55º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E6F6D is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 111 | 109 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.56 |
| HSL | 177.55º | 0.28% | 0.34% | - |
| HSV(B) | 177.55º | 0.44% | 0.44% | - |
| XYZ | 10.43 | 13.5 | 16.52 | - |
| YUV | 96.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 111 | 109 | 0.44 | 0 | 0.02 | 0.56 | 177.55 | 0.28 | 0.34 |
| Hex | 3E | 6F | 6D | 2C | 0 | 2 | 38 | B2 | 1C | 22 |
| Octal | 76 | 157 | 155 | 54 | 0 | 2 | 70 | 262 | 34 | 42 |
| Binary | 111110 | 1101111 | 1101101 | 101100 | 0 | 10 | 111000 | 10110010 | 11100 | 100010 |
Color Harmonies of #3E6F6D
Complementary color
Monochromatic Colors of #3E6F6D
Black with #3E6F6D
Text Example
Text Example
White with #3E6F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6F6D; }
p { color: rgb(62,111,109); }
H1.HeaderClassName
{
color: #3E6F6D;
}
.AnyTagClassName
{
color: #3E6F6D;
}
</style>
background-color css
<style>
a { background-color: #3E6F6D; }
a { background-color: rgb(62,111,109); }
div.DivClassName
{
background-color: #3E6F6D;
}
.BgClassName
{
background-color: #3E6F6D;
}
</style>
border-color css
<style>
span { border-color: #3E6F6D; }
span { border-color: rgb(62,111,109); }
td.TdClassName
{
border-color: #3E6F6D;
}
.TagClassName
{
border-color: #3E6F6D;
}
</style>