Shades of Ming #3D6F72
Tints of Ming #3D6F72
RGB
CMYK
RGB Variations
Color information
#3D6F72 (or 0x3D6F72) is known color: Ming. HEX triplet: 3D, 6F and 72. RGB value is (61,111,114). Sum of RGB (Red+Green+Blue) = 61+111+114=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D6F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6F72 is #C2908D. Grayscale: #606060. Windows color (decimal): -12750990 or 7499581. OLE color: 7499581.
HSL color Cylindrical-coordinate representation of color #3D6F72: hue angle of 183.4º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D6F72 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 111 | 114 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.55 |
| HSL | 183.4º | 0.3% | 0.34% | - |
| HSV(B) | 183.4º | 0.46% | 0.45% | - |
| XYZ | 10.65 | 13.58 | 17.98 | - |
| YUV | 96.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 111 | 114 | 0.46 | 0.03 | 0 | 0.55 | 183.4 | 0.3 | 0.34 |
| Hex | 3D | 6F | 72 | 2E | 3 | 0 | 37 | B7 | 1E | 22 |
| Octal | 75 | 157 | 162 | 56 | 3 | 0 | 67 | 267 | 36 | 42 |
| Binary | 111101 | 1101111 | 1110010 | 101110 | 11 | 0 | 110111 | 10110111 | 11110 | 100010 |
Color Harmonies of #3D6F72
Complementary color
Monochromatic Colors of #3D6F72
Black with #3D6F72
Text Example
Text Example
White with #3D6F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6F72; }
p { color: rgb(61,111,114); }
H1.HeaderClassName
{
color: #3D6F72;
}
.AnyTagClassName
{
color: #3D6F72;
}
</style>
background-color css
<style>
a { background-color: #3D6F72; }
a { background-color: rgb(61,111,114); }
div.DivClassName
{
background-color: #3D6F72;
}
.BgClassName
{
background-color: #3D6F72;
}
</style>
border-color css
<style>
span { border-color: #3D6F72; }
span { border-color: rgb(61,111,114); }
td.TdClassName
{
border-color: #3D6F72;
}
.TagClassName
{
border-color: #3D6F72;
}
</style>