Shades of Ming #3D7478
Tints of Ming #3D7478
RGB
CMYK
RGB Variations
Color information
#3D7478 (or 0x3D7478) is known color: Ming. HEX triplet: 3D, 74 and 78. RGB value is (61,116,120). Sum of RGB (Red+Green+Blue) = 61+116+120=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D7478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7478 is #C28B87. Grayscale: #636363. Windows color (decimal): -12749704 or 7894077. OLE color: 7894077.
HSL color Cylindrical-coordinate representation of color #3D7478: hue angle of 184.07º degrees, saturation: 0.33, 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 #3D7478 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 116 | 120 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.53 |
| HSL | 184.07º | 0.33% | 0.35% | - |
| HSV(B) | 184.07º | 0.49% | 0.47% | - |
| XYZ | 11.56 | 14.84 | 20.02 | - |
| YUV | 100.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 116 | 120 | 0.49 | 0.03 | 0 | 0.53 | 184.07 | 0.33 | 0.35 |
| Hex | 3D | 74 | 78 | 31 | 3 | 0 | 35 | B8 | 21 | 23 |
| Octal | 75 | 164 | 170 | 61 | 3 | 0 | 65 | 270 | 41 | 43 |
| Binary | 111101 | 1110100 | 1111000 | 110001 | 11 | 0 | 110101 | 10111000 | 100001 | 100011 |
Color Harmonies of #3D7478
Complementary color
Monochromatic Colors of #3D7478
Black with #3D7478
Text Example
Text Example
White with #3D7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7478; }
p { color: rgb(61,116,120); }
H1.HeaderClassName
{
color: #3D7478;
}
.AnyTagClassName
{
color: #3D7478;
}
</style>
background-color css
<style>
a { background-color: #3D7478; }
a { background-color: rgb(61,116,120); }
div.DivClassName
{
background-color: #3D7478;
}
.BgClassName
{
background-color: #3D7478;
}
</style>
border-color css
<style>
span { border-color: #3D7478; }
span { border-color: rgb(61,116,120); }
td.TdClassName
{
border-color: #3D7478;
}
.TagClassName
{
border-color: #3D7478;
}
</style>