Shades of Ming #3A6C70
Tints of Ming #3A6C70
RGB
CMYK
RGB Variations
Color information
#3A6C70 (or 0x3A6C70) is known color: Ming. HEX triplet: 3A, 6C and 70. RGB value is (58,108,112). Sum of RGB (Red+Green+Blue) = 58+108+112=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A6C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6C70 is #C5938F. Grayscale: #5D5D5D. Windows color (decimal): -12948368 or 7367738. OLE color: 7367738.
HSL color Cylindrical-coordinate representation of color #3A6C70: hue angle of 184.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6C70 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 108 | 112 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.56 |
| HSL | 184.44º | 0.32% | 0.33% | - |
| HSV(B) | 184.44º | 0.48% | 0.44% | - |
| XYZ | 10.03 | 12.79 | 17.27 | - |
| YUV | 93.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 112 | 0.48 | 0.04 | 0 | 0.56 | 184.44 | 0.32 | 0.33 |
| Hex | 3A | 6C | 70 | 30 | 4 | 0 | 38 | B8 | 20 | 21 |
| Octal | 72 | 154 | 160 | 60 | 4 | 0 | 70 | 270 | 40 | 41 |
| Binary | 111010 | 1101100 | 1110000 | 110000 | 100 | 0 | 111000 | 10111000 | 100000 | 100001 |
Color Harmonies of #3A6C70
Complementary color
Monochromatic Colors of #3A6C70
Black with #3A6C70
Text Example
Text Example
White with #3A6C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6C70; }
p { color: rgb(58,108,112); }
H1.HeaderClassName
{
color: #3A6C70;
}
.AnyTagClassName
{
color: #3A6C70;
}
</style>
background-color css
<style>
a { background-color: #3A6C70; }
a { background-color: rgb(58,108,112); }
div.DivClassName
{
background-color: #3A6C70;
}
.BgClassName
{
background-color: #3A6C70;
}
</style>
border-color css
<style>
span { border-color: #3A6C70; }
span { border-color: rgb(58,108,112); }
td.TdClassName
{
border-color: #3A6C70;
}
.TagClassName
{
border-color: #3A6C70;
}
</style>