Shades of Ming #3D7477
Tints of Ming #3D7477
RGB
CMYK
RGB Variations
Color information
#3D7477 (or 0x3D7477) is known color: Ming. HEX triplet: 3D, 74 and 77. RGB value is (61,116,119). Sum of RGB (Red+Green+Blue) = 61+116+119=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D7477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7477 is #C28B88. Grayscale: #636363. Windows color (decimal): -12749705 or 7828541. OLE color: 7828541.
HSL color Cylindrical-coordinate representation of color #3D7477: hue angle of 183.1º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D7477 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 116 | 119 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.53 |
| HSL | 183.1º | 0.32% | 0.35% | - |
| HSV(B) | 183.1º | 0.49% | 0.47% | - |
| XYZ | 11.5 | 14.81 | 19.71 | - |
| YUV | 99.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 116 | 119 | 0.49 | 0.03 | 0 | 0.53 | 183.1 | 0.32 | 0.35 |
| Hex | 3D | 74 | 77 | 31 | 3 | 0 | 35 | B7 | 20 | 23 |
| Octal | 75 | 164 | 167 | 61 | 3 | 0 | 65 | 267 | 40 | 43 |
| Binary | 111101 | 1110100 | 1110111 | 110001 | 11 | 0 | 110101 | 10110111 | 100000 | 100011 |
Color Harmonies of #3D7477
Complementary color
Monochromatic Colors of #3D7477
Black with #3D7477
Text Example
Text Example
White with #3D7477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7477; }
p { color: rgb(61,116,119); }
H1.HeaderClassName
{
color: #3D7477;
}
.AnyTagClassName
{
color: #3D7477;
}
</style>
background-color css
<style>
a { background-color: #3D7477; }
a { background-color: rgb(61,116,119); }
div.DivClassName
{
background-color: #3D7477;
}
.BgClassName
{
background-color: #3D7477;
}
</style>
border-color css
<style>
span { border-color: #3D7477; }
span { border-color: rgb(61,116,119); }
td.TdClassName
{
border-color: #3D7477;
}
.TagClassName
{
border-color: #3D7477;
}
</style>