Shades of Ming #3A747D
Tints of Ming #3A747D
RGB
CMYK
RGB Variations
Color information
#3A747D (or 0x3A747D) is known color: Ming. HEX triplet: 3A, 74 and 7D. RGB value is (58,116,125). Sum of RGB (Red+Green+Blue) = 58+116+125=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A747D is #C58B82. Grayscale: #636363. Windows color (decimal): -12946307 or 8221754. OLE color: 8221754.
HSL color Cylindrical-coordinate representation of color #3A747D: hue angle of 188.06º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A747D is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 116 | 125 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.51 |
| HSL | 188.06º | 0.37% | 0.36% | - |
| HSV(B) | 188.06º | 0.54% | 0.49% | - |
| XYZ | 11.69 | 14.87 | 21.66 | - |
| YUV | 99.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 125 | 0.54 | 0.07 | 0 | 0.51 | 188.06 | 0.37 | 0.36 |
| Hex | 3A | 74 | 7D | 36 | 7 | 0 | 33 | BC | 25 | 24 |
| Octal | 72 | 164 | 175 | 66 | 7 | 0 | 63 | 274 | 45 | 44 |
| Binary | 111010 | 1110100 | 1111101 | 110110 | 111 | 0 | 110011 | 10111100 | 100101 | 100100 |
Color Harmonies of #3A747D
Complementary color
Monochromatic Colors of #3A747D
Black with #3A747D
Text Example
Text Example
White with #3A747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A747D; }
p { color: rgb(58,116,125); }
H1.HeaderClassName
{
color: #3A747D;
}
.AnyTagClassName
{
color: #3A747D;
}
</style>
background-color css
<style>
a { background-color: #3A747D; }
a { background-color: rgb(58,116,125); }
div.DivClassName
{
background-color: #3A747D;
}
.BgClassName
{
background-color: #3A747D;
}
</style>
border-color css
<style>
span { border-color: #3A747D; }
span { border-color: rgb(58,116,125); }
td.TdClassName
{
border-color: #3A747D;
}
.TagClassName
{
border-color: #3A747D;
}
</style>