Shades of Ming #3D727B
Tints of Ming #3D727B
RGB
CMYK
RGB Variations
Color information
#3D727B (or 0x3D727B) is known color: Ming. HEX triplet: 3D, 72 and 7B. RGB value is (61,114,123). Sum of RGB (Red+Green+Blue) = 61+114+123=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D727B is #C28D84. Grayscale: #636363. Windows color (decimal): -12750213 or 8090173. OLE color: 8090173.
HSL color Cylindrical-coordinate representation of color #3D727B: hue angle of 188.71º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D727B is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 114 | 123 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.52 |
| HSL | 188.71º | 0.34% | 0.36% | - |
| HSV(B) | 188.71º | 0.5% | 0.48% | - |
| XYZ | 11.52 | 14.46 | 20.92 | - |
| YUV | 99.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 114 | 123 | 0.50 | 0.07 | 0 | 0.52 | 188.71 | 0.34 | 0.36 |
| Hex | 3D | 72 | 7B | 32 | 7 | 0 | 34 | BD | 22 | 24 |
| Octal | 75 | 162 | 173 | 62 | 7 | 0 | 64 | 275 | 42 | 44 |
| Binary | 111101 | 1110010 | 1111011 | 110010 | 111 | 0 | 110100 | 10111101 | 100010 | 100100 |
Color Harmonies of #3D727B
Complementary color
Monochromatic Colors of #3D727B
Black with #3D727B
Text Example
Text Example
White with #3D727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D727B; }
p { color: rgb(61,114,123); }
H1.HeaderClassName
{
color: #3D727B;
}
.AnyTagClassName
{
color: #3D727B;
}
</style>
background-color css
<style>
a { background-color: #3D727B; }
a { background-color: rgb(61,114,123); }
div.DivClassName
{
background-color: #3D727B;
}
.BgClassName
{
background-color: #3D727B;
}
</style>
border-color css
<style>
span { border-color: #3D727B; }
span { border-color: rgb(61,114,123); }
td.TdClassName
{
border-color: #3D727B;
}
.TagClassName
{
border-color: #3D727B;
}
</style>