Shades of Ming #3A757D
Tints of Ming #3A757D
RGB
CMYK
RGB Variations
Color information
#3A757D (or 0x3A757D) is known color: Ming. HEX triplet: 3A, 75 and 7D. RGB value is (58,117,125). Sum of RGB (Red+Green+Blue) = 58+117+125=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A757D is #C58A82. Grayscale: #646464. Windows color (decimal): -12946051 or 8222010. OLE color: 8222010.
HSL color Cylindrical-coordinate representation of color #3A757D: hue angle of 187.16º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A757D is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 117 | 125 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.51 |
| HSL | 187.16º | 0.37% | 0.36% | - |
| HSV(B) | 187.16º | 0.54% | 0.49% | - |
| XYZ | 11.81 | 15.1 | 21.69 | - |
| YUV | 100.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 125 | 0.54 | 0.06 | 0 | 0.51 | 187.16 | 0.37 | 0.36 |
| Hex | 3A | 75 | 7D | 36 | 6 | 0 | 33 | BB | 25 | 24 |
| Octal | 72 | 165 | 175 | 66 | 6 | 0 | 63 | 273 | 45 | 44 |
| Binary | 111010 | 1110101 | 1111101 | 110110 | 110 | 0 | 110011 | 10111011 | 100101 | 100100 |
Color Harmonies of #3A757D
Complementary color
Monochromatic Colors of #3A757D
Black with #3A757D
Text Example
Text Example
White with #3A757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A757D; }
p { color: rgb(58,117,125); }
H1.HeaderClassName
{
color: #3A757D;
}
.AnyTagClassName
{
color: #3A757D;
}
</style>
background-color css
<style>
a { background-color: #3A757D; }
a { background-color: rgb(58,117,125); }
div.DivClassName
{
background-color: #3A757D;
}
.BgClassName
{
background-color: #3A757D;
}
</style>
border-color css
<style>
span { border-color: #3A757D; }
span { border-color: rgb(58,117,125); }
td.TdClassName
{
border-color: #3A757D;
}
.TagClassName
{
border-color: #3A757D;
}
</style>