Shades of Ming #3F6D73
Tints of Ming #3F6D73
RGB
CMYK
RGB Variations
Color information
#3F6D73 (or 0x3F6D73) is known color: Ming. HEX triplet: 3F, 6D and 73. RGB value is (63,109,115). Sum of RGB (Red+Green+Blue) = 63+109+115=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F6D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6D73 is #C0928C. Grayscale: #5F5F5F. Windows color (decimal): -12620429 or 7564607. OLE color: 7564607.
HSL color Cylindrical-coordinate representation of color #3F6D73: hue angle of 186.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F6D73 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 109 | 115 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.55 |
| HSL | 186.92º | 0.29% | 0.35% | - |
| HSV(B) | 186.92º | 0.45% | 0.45% | - |
| XYZ | 10.61 | 13.23 | 18.21 | - |
| YUV | 95.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 109 | 115 | 0.45 | 0.05 | 0 | 0.55 | 186.92 | 0.29 | 0.35 |
| Hex | 3F | 6D | 73 | 2D | 5 | 0 | 37 | BB | 1D | 23 |
| Octal | 77 | 155 | 163 | 55 | 5 | 0 | 67 | 273 | 35 | 43 |
| Binary | 111111 | 1101101 | 1110011 | 101101 | 101 | 0 | 110111 | 10111011 | 11101 | 100011 |
Color Harmonies of #3F6D73
Complementary color
Monochromatic Colors of #3F6D73
Black with #3F6D73
Text Example
Text Example
White with #3F6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6D73; }
p { color: rgb(63,109,115); }
H1.HeaderClassName
{
color: #3F6D73;
}
.AnyTagClassName
{
color: #3F6D73;
}
</style>
background-color css
<style>
a { background-color: #3F6D73; }
a { background-color: rgb(63,109,115); }
div.DivClassName
{
background-color: #3F6D73;
}
.BgClassName
{
background-color: #3F6D73;
}
</style>
border-color css
<style>
span { border-color: #3F6D73; }
span { border-color: rgb(63,109,115); }
td.TdClassName
{
border-color: #3F6D73;
}
.TagClassName
{
border-color: #3F6D73;
}
</style>