Shades of Ming #3A707C
Tints of Ming #3A707C
RGB
CMYK
RGB Variations
Color information
#3A707C (or 0x3A707C) is known color: Ming. HEX triplet: 3A, 70 and 7C. RGB value is (58,112,124). Sum of RGB (Red+Green+Blue) = 58+112+124=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A707C is #C58F83. Grayscale: #616161. Windows color (decimal): -12947332 or 8155194. OLE color: 8155194.
HSL color Cylindrical-coordinate representation of color #3A707C: hue angle of 190.91º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A707C is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 112 | 124 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.51 |
| HSL | 190.91º | 0.36% | 0.36% | - |
| HSV(B) | 190.91º | 0.53% | 0.49% | - |
| XYZ | 11.18 | 13.94 | 21.17 | - |
| YUV | 97.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 124 | 0.53 | 0.10 | 0 | 0.51 | 190.91 | 0.36 | 0.36 |
| Hex | 3A | 70 | 7C | 35 | A | 0 | 33 | BF | 24 | 24 |
| Octal | 72 | 160 | 174 | 65 | 12 | 0 | 63 | 277 | 44 | 44 |
| Binary | 111010 | 1110000 | 1111100 | 110101 | 1010 | 0 | 110011 | 10111111 | 100100 | 100100 |
Color Harmonies of #3A707C
Complementary color
Monochromatic Colors of #3A707C
Black with #3A707C
Text Example
Text Example
White with #3A707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A707C; }
p { color: rgb(58,112,124); }
H1.HeaderClassName
{
color: #3A707C;
}
.AnyTagClassName
{
color: #3A707C;
}
</style>
background-color css
<style>
a { background-color: #3A707C; }
a { background-color: rgb(58,112,124); }
div.DivClassName
{
background-color: #3A707C;
}
.BgClassName
{
background-color: #3A707C;
}
</style>
border-color css
<style>
span { border-color: #3A707C; }
span { border-color: rgb(58,112,124); }
td.TdClassName
{
border-color: #3A707C;
}
.TagClassName
{
border-color: #3A707C;
}
</style>