Shades of Ming #3B6D72
Tints of Ming #3B6D72
RGB
CMYK
RGB Variations
Color information
#3B6D72 (or 0x3B6D72) is known color: Ming. HEX triplet: 3B, 6D and 72. RGB value is (59,109,114). Sum of RGB (Red+Green+Blue) = 59+109+114=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B6D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6D72 is #C4928D. Grayscale: #5E5E5E. Windows color (decimal): -12882574 or 7499067. OLE color: 7499067.
HSL color Cylindrical-coordinate representation of color #3B6D72: hue angle of 185.45º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B6D72 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 109 | 114 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.55 |
| HSL | 185.45º | 0.32% | 0.34% | - |
| HSV(B) | 185.45º | 0.48% | 0.45% | - |
| XYZ | 10.31 | 13.08 | 17.9 | - |
| YUV | 94.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 109 | 114 | 0.48 | 0.04 | 0 | 0.55 | 185.45 | 0.32 | 0.34 |
| Hex | 3B | 6D | 72 | 30 | 4 | 0 | 37 | B9 | 20 | 22 |
| Octal | 73 | 155 | 162 | 60 | 4 | 0 | 67 | 271 | 40 | 42 |
| Binary | 111011 | 1101101 | 1110010 | 110000 | 100 | 0 | 110111 | 10111001 | 100000 | 100010 |
Color Harmonies of #3B6D72
Complementary color
Monochromatic Colors of #3B6D72
Black with #3B6D72
Text Example
Text Example
White with #3B6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6D72; }
p { color: rgb(59,109,114); }
H1.HeaderClassName
{
color: #3B6D72;
}
.AnyTagClassName
{
color: #3B6D72;
}
</style>
background-color css
<style>
a { background-color: #3B6D72; }
a { background-color: rgb(59,109,114); }
div.DivClassName
{
background-color: #3B6D72;
}
.BgClassName
{
background-color: #3B6D72;
}
</style>
border-color css
<style>
span { border-color: #3B6D72; }
span { border-color: rgb(59,109,114); }
td.TdClassName
{
border-color: #3B6D72;
}
.TagClassName
{
border-color: #3B6D72;
}
</style>