Shades of Ming #3A847D
Tints of Ming #3A847D
RGB
CMYK
RGB Variations
Color information
#3A847D (or 0x3A847D) is known color: Ming. HEX triplet: 3A, 84 and 7D. RGB value is (58,132,125). Sum of RGB (Red+Green+Blue) = 58+132+125=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #3A847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A847D is #C57B82. Grayscale: #6D6D6D. Windows color (decimal): -12942211 or 8225850. OLE color: 8225850.
HSL color Cylindrical-coordinate representation of color #3A847D: hue angle of 174.32º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A847D is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 125 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.48 |
| HSL | 174.32º | 0.39% | 0.37% | - |
| HSV(B) | 174.32º | 0.56% | 0.52% | - |
| XYZ | 13.7 | 18.88 | 22.32 | - |
| YUV | 109.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 125 | 0.56 | 0 | 0.05 | 0.48 | 174.32 | 0.39 | 0.37 |
| Hex | 3A | 84 | 7D | 38 | 0 | 5 | 30 | AE | 27 | 25 |
| Octal | 72 | 204 | 175 | 70 | 0 | 5 | 60 | 256 | 47 | 45 |
| Binary | 111010 | 10000100 | 1111101 | 111000 | 0 | 101 | 110000 | 10101110 | 100111 | 100101 |
Color Harmonies of #3A847D
Complementary color
Monochromatic Colors of #3A847D
Black with #3A847D
Text Example
Text Example
White with #3A847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A847D; }
p { color: rgb(58,132,125); }
H1.HeaderClassName
{
color: #3A847D;
}
.AnyTagClassName
{
color: #3A847D;
}
</style>
background-color css
<style>
a { background-color: #3A847D; }
a { background-color: rgb(58,132,125); }
div.DivClassName
{
background-color: #3A847D;
}
.BgClassName
{
background-color: #3A847D;
}
</style>
border-color css
<style>
span { border-color: #3A847D; }
span { border-color: rgb(58,132,125); }
td.TdClassName
{
border-color: #3A847D;
}
.TagClassName
{
border-color: #3A847D;
}
</style>