Shades of Ming #3B6D74
Tints of Ming #3B6D74
RGB
CMYK
RGB Variations
Color information
#3B6D74 (or 0x3B6D74) is known color: Ming. HEX triplet: 3B, 6D and 74. RGB value is (59,109,116). Sum of RGB (Red+Green+Blue) = 59+109+116=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B6D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6D74 is #C4928B. Grayscale: #5E5E5E. Windows color (decimal): -12882572 or 7630139. OLE color: 7630139.
HSL color Cylindrical-coordinate representation of color #3B6D74: hue angle of 187.37º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B6D74 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 109 | 116 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.55 |
| HSL | 187.37º | 0.33% | 0.34% | - |
| HSV(B) | 187.37º | 0.49% | 0.45% | - |
| XYZ | 10.42 | 13.13 | 18.51 | - |
| YUV | 94.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 109 | 116 | 0.49 | 0.06 | 0 | 0.55 | 187.37 | 0.33 | 0.34 |
| Hex | 3B | 6D | 74 | 31 | 6 | 0 | 37 | BB | 21 | 22 |
| Octal | 73 | 155 | 164 | 61 | 6 | 0 | 67 | 273 | 41 | 42 |
| Binary | 111011 | 1101101 | 1110100 | 110001 | 110 | 0 | 110111 | 10111011 | 100001 | 100010 |
Color Harmonies of #3B6D74
Complementary color
Monochromatic Colors of #3B6D74
Black with #3B6D74
Text Example
Text Example
White with #3B6D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6D74; }
p { color: rgb(59,109,116); }
H1.HeaderClassName
{
color: #3B6D74;
}
.AnyTagClassName
{
color: #3B6D74;
}
</style>
background-color css
<style>
a { background-color: #3B6D74; }
a { background-color: rgb(59,109,116); }
div.DivClassName
{
background-color: #3B6D74;
}
.BgClassName
{
background-color: #3B6D74;
}
</style>
border-color css
<style>
span { border-color: #3B6D74; }
span { border-color: rgb(59,109,116); }
td.TdClassName
{
border-color: #3B6D74;
}
.TagClassName
{
border-color: #3B6D74;
}
</style>