Shades of Ming #3B6B70
Tints of Ming #3B6B70
RGB
CMYK
RGB Variations
Color information
#3B6B70 (or 0x3B6B70) is known color: Ming. HEX triplet: 3B, 6B and 70. RGB value is (59,107,112). Sum of RGB (Red+Green+Blue) = 59+107+112=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B6B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6B70 is #C4948F. Grayscale: #5D5D5D. Windows color (decimal): -12883088 or 7367483. OLE color: 7367483.
HSL color Cylindrical-coordinate representation of color #3B6B70: hue angle of 185.66º 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 #3B6B70 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 107 | 112 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.56 |
| HSL | 185.66º | 0.31% | 0.34% | - |
| HSV(B) | 185.66º | 0.47% | 0.44% | - |
| XYZ | 9.99 | 12.62 | 17.24 | - |
| YUV | 93.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 107 | 112 | 0.47 | 0.04 | 0 | 0.56 | 185.66 | 0.31 | 0.34 |
| Hex | 3B | 6B | 70 | 2F | 4 | 0 | 38 | BA | 1F | 22 |
| Octal | 73 | 153 | 160 | 57 | 4 | 0 | 70 | 272 | 37 | 42 |
| Binary | 111011 | 1101011 | 1110000 | 101111 | 100 | 0 | 111000 | 10111010 | 11111 | 100010 |
Color Harmonies of #3B6B70
Complementary color
Monochromatic Colors of #3B6B70
Black with #3B6B70
Text Example
Text Example
White with #3B6B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6B70; }
p { color: rgb(59,107,112); }
H1.HeaderClassName
{
color: #3B6B70;
}
.AnyTagClassName
{
color: #3B6B70;
}
</style>
background-color css
<style>
a { background-color: #3B6B70; }
a { background-color: rgb(59,107,112); }
div.DivClassName
{
background-color: #3B6B70;
}
.BgClassName
{
background-color: #3B6B70;
}
</style>
border-color css
<style>
span { border-color: #3B6B70; }
span { border-color: rgb(59,107,112); }
td.TdClassName
{
border-color: #3B6B70;
}
.TagClassName
{
border-color: #3B6B70;
}
</style>