Shades of Ming #3B7070
Tints of Ming #3B7070
RGB
CMYK
RGB Variations
Color information
#3B7070 (or 0x3B7070) is known color: Ming. HEX triplet: 3B, 70 and 70. RGB value is (59,112,112). Sum of RGB (Red+Green+Blue) = 59+112+112=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #3B7070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7070 is #C48F8F. Grayscale: #606060. Windows color (decimal): -12881808 or 7368763. OLE color: 7368763.
HSL color Cylindrical-coordinate representation of color #3B7070: hue angle of 180º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B7070 is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 112 | 112 | - |
| CMYK | 0.47 | 0 | 0 | 0.56 |
| HSL | 180º | 0.31% | 0.34% | - |
| HSV(B) | 180º | 0.47% | 0.44% | - |
| XYZ | 10.52 | 13.69 | 17.42 | - |
| YUV | 96.15 | 136.94 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 112 | 112 | 0.47 | 0 | 0 | 0.56 | 180 | 0.31 | 0.34 |
| Hex | 3B | 70 | 70 | 2F | 0 | 0 | 38 | B4 | 1F | 22 |
| Octal | 73 | 160 | 160 | 57 | 0 | 0 | 70 | 264 | 37 | 42 |
| Binary | 111011 | 1110000 | 1110000 | 101111 | 0 | 0 | 111000 | 10110100 | 11111 | 100010 |
Color Harmonies of #3B7070
Complementary color
Monochromatic Colors of #3B7070
Black with #3B7070
Text Example
Text Example
White with #3B7070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7070; }
p { color: rgb(59,112,112); }
H1.HeaderClassName
{
color: #3B7070;
}
.AnyTagClassName
{
color: #3B7070;
}
</style>
background-color css
<style>
a { background-color: #3B7070; }
a { background-color: rgb(59,112,112); }
div.DivClassName
{
background-color: #3B7070;
}
.BgClassName
{
background-color: #3B7070;
}
</style>
border-color css
<style>
span { border-color: #3B7070; }
span { border-color: rgb(59,112,112); }
td.TdClassName
{
border-color: #3B7070;
}
.TagClassName
{
border-color: #3B7070;
}
</style>