Shades of Ming #3B7576
Tints of Ming #3B7576
RGB
CMYK
RGB Variations
Color information
#3B7576 (or 0x3B7576) is known color: Ming. HEX triplet: 3B, 75 and 76. RGB value is (59,117,118). Sum of RGB (Red+Green+Blue) = 59+117+118=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B7576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7576 is #C48A89. Grayscale: #636363. Windows color (decimal): -12880522 or 7763259. OLE color: 7763259.
HSL color Cylindrical-coordinate representation of color #3B7576: hue angle of 181.02º 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 #3B7576 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 117 | 118 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.54 |
| HSL | 181.02º | 0.33% | 0.35% | - |
| HSV(B) | 181.02º | 0.5% | 0.46% | - |
| XYZ | 11.43 | 14.96 | 19.42 | - |
| YUV | 99.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 117 | 118 | 0.50 | 0.01 | 0 | 0.54 | 181.02 | 0.33 | 0.35 |
| Hex | 3B | 75 | 76 | 32 | 1 | 0 | 36 | B5 | 21 | 23 |
| Octal | 73 | 165 | 166 | 62 | 1 | 0 | 66 | 265 | 41 | 43 |
| Binary | 111011 | 1110101 | 1110110 | 110010 | 1 | 0 | 110110 | 10110101 | 100001 | 100011 |
Color Harmonies of #3B7576
Complementary color
Monochromatic Colors of #3B7576
Black with #3B7576
Text Example
Text Example
White with #3B7576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7576; }
p { color: rgb(59,117,118); }
H1.HeaderClassName
{
color: #3B7576;
}
.AnyTagClassName
{
color: #3B7576;
}
</style>
background-color css
<style>
a { background-color: #3B7576; }
a { background-color: rgb(59,117,118); }
div.DivClassName
{
background-color: #3B7576;
}
.BgClassName
{
background-color: #3B7576;
}
</style>
border-color css
<style>
span { border-color: #3B7576; }
span { border-color: rgb(59,117,118); }
td.TdClassName
{
border-color: #3B7576;
}
.TagClassName
{
border-color: #3B7576;
}
</style>