Shades of Ming #3D6C73
Tints of Ming #3D6C73
RGB
CMYK
RGB Variations
Color information
#3D6C73 (or 0x3D6C73) is known color: Ming. HEX triplet: 3D, 6C and 73. RGB value is (61,108,115). Sum of RGB (Red+Green+Blue) = 61+108+115=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D6C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6C73 is #C2938C. Grayscale: #5E5E5E. Windows color (decimal): -12751757 or 7564349. OLE color: 7564349.
HSL color Cylindrical-coordinate representation of color #3D6C73: hue angle of 187.78º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D6C73 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 108 | 115 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.55 |
| HSL | 187.78º | 0.31% | 0.35% | - |
| HSV(B) | 187.78º | 0.47% | 0.45% | - |
| XYZ | 10.38 | 12.96 | 18.17 | - |
| YUV | 94.75 | 139.43 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 108 | 115 | 0.47 | 0.06 | 0 | 0.55 | 187.78 | 0.31 | 0.35 |
| Hex | 3D | 6C | 73 | 2F | 6 | 0 | 37 | BC | 1F | 23 |
| Octal | 75 | 154 | 163 | 57 | 6 | 0 | 67 | 274 | 37 | 43 |
| Binary | 111101 | 1101100 | 1110011 | 101111 | 110 | 0 | 110111 | 10111100 | 11111 | 100011 |
Color Harmonies of #3D6C73
Complementary color
Monochromatic Colors of #3D6C73
Black with #3D6C73
Text Example
Text Example
White with #3D6C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6C73; }
p { color: rgb(61,108,115); }
H1.HeaderClassName
{
color: #3D6C73;
}
.AnyTagClassName
{
color: #3D6C73;
}
</style>
background-color css
<style>
a { background-color: #3D6C73; }
a { background-color: rgb(61,108,115); }
div.DivClassName
{
background-color: #3D6C73;
}
.BgClassName
{
background-color: #3D6C73;
}
</style>
border-color css
<style>
span { border-color: #3D6C73; }
span { border-color: rgb(61,108,115); }
td.TdClassName
{
border-color: #3D6C73;
}
.TagClassName
{
border-color: #3D6C73;
}
</style>