Shades of Ming #3B6D6A
Tints of Ming #3B6D6A
RGB
CMYK
RGB Variations
Color information
#3B6D6A (or 0x3B6D6A) is known color: Ming. HEX triplet: 3B, 6D and 6A. RGB value is (59,109,106). Sum of RGB (Red+Green+Blue) = 59+109+106=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 109 - color contains mainly: green. Hex color #3B6D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6D6A is #C49295. Grayscale: #5D5D5D. Windows color (decimal): -12882582 or 6974779. OLE color: 6974779.
HSL color Cylindrical-coordinate representation of color #3B6D6A: hue angle of 176.4º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B6D6A is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 109 | 106 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.57 |
| HSL | 176.4º | 0.3% | 0.33% | - |
| HSV(B) | 176.4º | 0.46% | 0.43% | - |
| XYZ | 9.87 | 12.91 | 15.61 | - |
| YUV | 93.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 109 | 106 | 0.46 | 0 | 0.03 | 0.57 | 176.4 | 0.3 | 0.33 |
| Hex | 3B | 6D | 6A | 2E | 0 | 3 | 39 | B0 | 1E | 21 |
| Octal | 73 | 155 | 152 | 56 | 0 | 3 | 71 | 260 | 36 | 41 |
| Binary | 111011 | 1101101 | 1101010 | 101110 | 0 | 11 | 111001 | 10110000 | 11110 | 100001 |
Color Harmonies of #3B6D6A
Complementary color
Monochromatic Colors of #3B6D6A
Black with #3B6D6A
Text Example
Text Example
White with #3B6D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6D6A; }
p { color: rgb(59,109,106); }
H1.HeaderClassName
{
color: #3B6D6A;
}
.AnyTagClassName
{
color: #3B6D6A;
}
</style>
background-color css
<style>
a { background-color: #3B6D6A; }
a { background-color: rgb(59,109,106); }
div.DivClassName
{
background-color: #3B6D6A;
}
.BgClassName
{
background-color: #3B6D6A;
}
</style>
border-color css
<style>
span { border-color: #3B6D6A; }
span { border-color: rgb(59,109,106); }
td.TdClassName
{
border-color: #3B6D6A;
}
.TagClassName
{
border-color: #3B6D6A;
}
</style>