Shades of Ming #3B7076
Tints of Ming #3B7076
RGB
CMYK
RGB Variations
Color information
#3B7076 (or 0x3B7076) is known color: Ming. HEX triplet: 3B, 70 and 76. RGB value is (59,112,118). Sum of RGB (Red+Green+Blue) = 59+112+118=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B7076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7076 is #C48F89. Grayscale: #606060. Windows color (decimal): -12881802 or 7761979. OLE color: 7761979.
HSL color Cylindrical-coordinate representation of color #3B7076: hue angle of 186.1º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7076 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 112 | 118 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.54 |
| HSL | 186.1º | 0.33% | 0.35% | - |
| HSV(B) | 186.1º | 0.5% | 0.46% | - |
| XYZ | 10.87 | 13.83 | 19.24 | - |
| YUV | 96.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 112 | 118 | 0.50 | 0.05 | 0 | 0.54 | 186.1 | 0.33 | 0.35 |
| Hex | 3B | 70 | 76 | 32 | 5 | 0 | 36 | BA | 21 | 23 |
| Octal | 73 | 160 | 166 | 62 | 5 | 0 | 66 | 272 | 41 | 43 |
| Binary | 111011 | 1110000 | 1110110 | 110010 | 101 | 0 | 110110 | 10111010 | 100001 | 100011 |
Color Harmonies of #3B7076
Complementary color
Monochromatic Colors of #3B7076
Black with #3B7076
Text Example
Text Example
White with #3B7076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7076; }
p { color: rgb(59,112,118); }
H1.HeaderClassName
{
color: #3B7076;
}
.AnyTagClassName
{
color: #3B7076;
}
</style>
background-color css
<style>
a { background-color: #3B7076; }
a { background-color: rgb(59,112,118); }
div.DivClassName
{
background-color: #3B7076;
}
.BgClassName
{
background-color: #3B7076;
}
</style>
border-color css
<style>
span { border-color: #3B7076; }
span { border-color: rgb(59,112,118); }
td.TdClassName
{
border-color: #3B7076;
}
.TagClassName
{
border-color: #3B7076;
}
</style>