Shades of Ming #3B6E6D
Tints of Ming #3B6E6D
RGB
CMYK
RGB Variations
Color information
#3B6E6D (or 0x3B6E6D) is known color: Ming. HEX triplet: 3B, 6E and 6D. RGB value is (59,110,109). Sum of RGB (Red+Green+Blue) = 59+110+109=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 110 - color contains mainly: green. Hex color #3B6E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6E6D is #C49192. Grayscale: #5E5E5E. Windows color (decimal): -12882323 or 7171643. OLE color: 7171643.
HSL color Cylindrical-coordinate representation of color #3B6E6D: hue angle of 178.82º 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 #3B6E6D is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 110 | 109 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.57 |
| HSL | 178.82º | 0.3% | 0.33% | - |
| HSV(B) | 178.82º | 0.46% | 0.43% | - |
| XYZ | 10.14 | 13.19 | 16.48 | - |
| YUV | 94.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 110 | 109 | 0.46 | 0 | 0.01 | 0.57 | 178.82 | 0.3 | 0.33 |
| Hex | 3B | 6E | 6D | 2E | 0 | 1 | 39 | B3 | 1E | 21 |
| Octal | 73 | 156 | 155 | 56 | 0 | 1 | 71 | 263 | 36 | 41 |
| Binary | 111011 | 1101110 | 1101101 | 101110 | 0 | 1 | 111001 | 10110011 | 11110 | 100001 |
Color Harmonies of #3B6E6D
Complementary color
Monochromatic Colors of #3B6E6D
Black with #3B6E6D
Text Example
Text Example
White with #3B6E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6E6D; }
p { color: rgb(59,110,109); }
H1.HeaderClassName
{
color: #3B6E6D;
}
.AnyTagClassName
{
color: #3B6E6D;
}
</style>
background-color css
<style>
a { background-color: #3B6E6D; }
a { background-color: rgb(59,110,109); }
div.DivClassName
{
background-color: #3B6E6D;
}
.BgClassName
{
background-color: #3B6E6D;
}
</style>
border-color css
<style>
span { border-color: #3B6E6D; }
span { border-color: rgb(59,110,109); }
td.TdClassName
{
border-color: #3B6E6D;
}
.TagClassName
{
border-color: #3B6E6D;
}
</style>