Shades of Ming #3A7478
Tints of Ming #3A7478
RGB
CMYK
RGB Variations
Color information
#3A7478 (or 0x3A7478) is known color: Ming. HEX triplet: 3A, 74 and 78. RGB value is (58,116,120). Sum of RGB (Red+Green+Blue) = 58+116+120=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A7478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7478 is #C58B87. Grayscale: #636363. Windows color (decimal): -12946312 or 7894074. OLE color: 7894074.
HSL color Cylindrical-coordinate representation of color #3A7478: hue angle of 183.87º 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 #3A7478 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 116 | 120 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.53 |
| HSL | 183.87º | 0.35% | 0.35% | - |
| HSV(B) | 183.87º | 0.52% | 0.47% | - |
| XYZ | 11.38 | 14.75 | 20.02 | - |
| YUV | 99.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 120 | 0.52 | 0.03 | 0 | 0.53 | 183.87 | 0.35 | 0.35 |
| Hex | 3A | 74 | 78 | 34 | 3 | 0 | 35 | B8 | 23 | 23 |
| Octal | 72 | 164 | 170 | 64 | 3 | 0 | 65 | 270 | 43 | 43 |
| Binary | 111010 | 1110100 | 1111000 | 110100 | 11 | 0 | 110101 | 10111000 | 100011 | 100011 |
Color Harmonies of #3A7478
Complementary color
Monochromatic Colors of #3A7478
Black with #3A7478
Text Example
Text Example
White with #3A7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7478; }
p { color: rgb(58,116,120); }
H1.HeaderClassName
{
color: #3A7478;
}
.AnyTagClassName
{
color: #3A7478;
}
</style>
background-color css
<style>
a { background-color: #3A7478; }
a { background-color: rgb(58,116,120); }
div.DivClassName
{
background-color: #3A7478;
}
.BgClassName
{
background-color: #3A7478;
}
</style>
border-color css
<style>
span { border-color: #3A7478; }
span { border-color: rgb(58,116,120); }
td.TdClassName
{
border-color: #3A7478;
}
.TagClassName
{
border-color: #3A7478;
}
</style>