Shades of Ming #3B6D6F
Tints of Ming #3B6D6F
RGB
CMYK
RGB Variations
Color information
#3B6D6F (or 0x3B6D6F) is known color: Ming. HEX triplet: 3B, 6D and 6F. RGB value is (59,109,111). Sum of RGB (Red+Green+Blue) = 59+109+111=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B6D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6D6F is #C49290. Grayscale: #5E5E5E. Windows color (decimal): -12882577 or 7302459. OLE color: 7302459.
HSL color Cylindrical-coordinate representation of color #3B6D6F: hue angle of 182.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B6D6F is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 109 | 111 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.56 |
| HSL | 182.31º | 0.31% | 0.33% | - |
| HSV(B) | 182.31º | 0.47% | 0.44% | - |
| XYZ | 10.14 | 13.01 | 17.02 | - |
| YUV | 94.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 109 | 111 | 0.47 | 0.02 | 0 | 0.56 | 182.31 | 0.31 | 0.33 |
| Hex | 3B | 6D | 6F | 2F | 2 | 0 | 38 | B6 | 1F | 21 |
| Octal | 73 | 155 | 157 | 57 | 2 | 0 | 70 | 266 | 37 | 41 |
| Binary | 111011 | 1101101 | 1101111 | 101111 | 10 | 0 | 111000 | 10110110 | 11111 | 100001 |
Color Harmonies of #3B6D6F
Complementary color
Monochromatic Colors of #3B6D6F
Black with #3B6D6F
Text Example
Text Example
White with #3B6D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6D6F; }
p { color: rgb(59,109,111); }
H1.HeaderClassName
{
color: #3B6D6F;
}
.AnyTagClassName
{
color: #3B6D6F;
}
</style>
background-color css
<style>
a { background-color: #3B6D6F; }
a { background-color: rgb(59,109,111); }
div.DivClassName
{
background-color: #3B6D6F;
}
.BgClassName
{
background-color: #3B6D6F;
}
</style>
border-color css
<style>
span { border-color: #3B6D6F; }
span { border-color: rgb(59,109,111); }
td.TdClassName
{
border-color: #3B6D6F;
}
.TagClassName
{
border-color: #3B6D6F;
}
</style>