Shades of Ming #3A736F
Tints of Ming #3A736F
RGB
CMYK
RGB Variations
Color information
#3A736F (or 0x3A736F) is known color: Ming. HEX triplet: 3A, 73 and 6F. RGB value is (58,115,111). Sum of RGB (Red+Green+Blue) = 58+115+111=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #3A736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A736F is #C58C90. Grayscale: #616161. Windows color (decimal): -12946577 or 7303994. OLE color: 7303994.
HSL color Cylindrical-coordinate representation of color #3A736F: hue angle of 175.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A736F is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 111 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.55 |
| HSL | 175.79º | 0.33% | 0.34% | - |
| HSV(B) | 175.79º | 0.5% | 0.45% | - |
| XYZ | 10.74 | 14.31 | 17.23 | - |
| YUV | 97.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 111 | 0.50 | 0 | 0.03 | 0.55 | 175.79 | 0.33 | 0.34 |
| Hex | 3A | 73 | 6F | 32 | 0 | 3 | 37 | B0 | 21 | 22 |
| Octal | 72 | 163 | 157 | 62 | 0 | 3 | 67 | 260 | 41 | 42 |
| Binary | 111010 | 1110011 | 1101111 | 110010 | 0 | 11 | 110111 | 10110000 | 100001 | 100010 |
Color Harmonies of #3A736F
Complementary color
Monochromatic Colors of #3A736F
Black with #3A736F
Text Example
Text Example
White with #3A736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A736F; }
p { color: rgb(58,115,111); }
H1.HeaderClassName
{
color: #3A736F;
}
.AnyTagClassName
{
color: #3A736F;
}
</style>
background-color css
<style>
a { background-color: #3A736F; }
a { background-color: rgb(58,115,111); }
div.DivClassName
{
background-color: #3A736F;
}
.BgClassName
{
background-color: #3A736F;
}
</style>
border-color css
<style>
span { border-color: #3A736F; }
span { border-color: rgb(58,115,111); }
td.TdClassName
{
border-color: #3A736F;
}
.TagClassName
{
border-color: #3A736F;
}
</style>