Shades of Ming #3A7875
Tints of Ming #3A7875
RGB
CMYK
RGB Variations
Color information
#3A7875 (or 0x3A7875) is known color: Ming. HEX triplet: 3A, 78 and 75. RGB value is (58,120,117). Sum of RGB (Red+Green+Blue) = 58+120+117=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7875 is #C5878A. Grayscale: #656565. Windows color (decimal): -12945291 or 7698490. OLE color: 7698490.
HSL color Cylindrical-coordinate representation of color #3A7875: hue angle of 177.1º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A7875 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 120 | 117 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.53 |
| HSL | 177.1º | 0.35% | 0.35% | - |
| HSV(B) | 177.1º | 0.52% | 0.47% | - |
| XYZ | 11.67 | 15.62 | 19.23 | - |
| YUV | 101.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 120 | 117 | 0.52 | 0 | 0.02 | 0.53 | 177.1 | 0.35 | 0.35 |
| Hex | 3A | 78 | 75 | 34 | 0 | 2 | 35 | B1 | 23 | 23 |
| Octal | 72 | 170 | 165 | 64 | 0 | 2 | 65 | 261 | 43 | 43 |
| Binary | 111010 | 1111000 | 1110101 | 110100 | 0 | 10 | 110101 | 10110001 | 100011 | 100011 |
Color Harmonies of #3A7875
Complementary color
Monochromatic Colors of #3A7875
Black with #3A7875
Text Example
Text Example
White with #3A7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7875; }
p { color: rgb(58,120,117); }
H1.HeaderClassName
{
color: #3A7875;
}
.AnyTagClassName
{
color: #3A7875;
}
</style>
background-color css
<style>
a { background-color: #3A7875; }
a { background-color: rgb(58,120,117); }
div.DivClassName
{
background-color: #3A7875;
}
.BgClassName
{
background-color: #3A7875;
}
</style>
border-color css
<style>
span { border-color: #3A7875; }
span { border-color: rgb(58,120,117); }
td.TdClassName
{
border-color: #3A7875;
}
.TagClassName
{
border-color: #3A7875;
}
</style>