Shades of Ming #3B6E6C
Tints of Ming #3B6E6C
RGB
CMYK
RGB Variations
Color information
#3B6E6C (or 0x3B6E6C) is known color: Ming. HEX triplet: 3B, 6E and 6C. RGB value is (59,110,108). Sum of RGB (Red+Green+Blue) = 59+110+108=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 110 - color contains mainly: green. Hex color #3B6E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6E6C is #C49193. Grayscale: #5E5E5E. Windows color (decimal): -12882324 or 7106107. OLE color: 7106107.
HSL color Cylindrical-coordinate representation of color #3B6E6C: hue angle of 177.65º 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 #3B6E6C is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 110 | 108 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.57 |
| HSL | 177.65º | 0.3% | 0.33% | - |
| HSV(B) | 177.65º | 0.46% | 0.43% | - |
| XYZ | 10.09 | 13.16 | 16.2 | - |
| YUV | 94.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 110 | 108 | 0.46 | 0 | 0.02 | 0.57 | 177.65 | 0.3 | 0.33 |
| Hex | 3B | 6E | 6C | 2E | 0 | 2 | 39 | B2 | 1E | 21 |
| Octal | 73 | 156 | 154 | 56 | 0 | 2 | 71 | 262 | 36 | 41 |
| Binary | 111011 | 1101110 | 1101100 | 101110 | 0 | 10 | 111001 | 10110010 | 11110 | 100001 |
Color Harmonies of #3B6E6C
Complementary color
Monochromatic Colors of #3B6E6C
Black with #3B6E6C
Text Example
Text Example
White with #3B6E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6E6C; }
p { color: rgb(59,110,108); }
H1.HeaderClassName
{
color: #3B6E6C;
}
.AnyTagClassName
{
color: #3B6E6C;
}
</style>
background-color css
<style>
a { background-color: #3B6E6C; }
a { background-color: rgb(59,110,108); }
div.DivClassName
{
background-color: #3B6E6C;
}
.BgClassName
{
background-color: #3B6E6C;
}
</style>
border-color css
<style>
span { border-color: #3B6E6C; }
span { border-color: rgb(59,110,108); }
td.TdClassName
{
border-color: #3B6E6C;
}
.TagClassName
{
border-color: #3B6E6C;
}
</style>