Shades of Ming #3B7478
Tints of Ming #3B7478
RGB
CMYK
RGB Variations
Color information
#3B7478 (or 0x3B7478) is known color: Ming. HEX triplet: 3B, 74 and 78. RGB value is (59,116,120). Sum of RGB (Red+Green+Blue) = 59+116+120=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B7478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7478 is #C48B87. Grayscale: #636363. Windows color (decimal): -12880776 or 7894075. OLE color: 7894075.
HSL color Cylindrical-coordinate representation of color #3B7478: hue angle of 183.93º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B7478 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 116 | 120 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.53 |
| HSL | 183.93º | 0.34% | 0.35% | - |
| HSV(B) | 183.93º | 0.51% | 0.47% | - |
| XYZ | 11.44 | 14.78 | 20.02 | - |
| YUV | 99.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 116 | 120 | 0.51 | 0.03 | 0 | 0.53 | 183.93 | 0.34 | 0.35 |
| Hex | 3B | 74 | 78 | 33 | 3 | 0 | 35 | B8 | 22 | 23 |
| Octal | 73 | 164 | 170 | 63 | 3 | 0 | 65 | 270 | 42 | 43 |
| Binary | 111011 | 1110100 | 1111000 | 110011 | 11 | 0 | 110101 | 10111000 | 100010 | 100011 |
Color Harmonies of #3B7478
Complementary color
Monochromatic Colors of #3B7478
Black with #3B7478
Text Example
Text Example
White with #3B7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7478; }
p { color: rgb(59,116,120); }
H1.HeaderClassName
{
color: #3B7478;
}
.AnyTagClassName
{
color: #3B7478;
}
</style>
background-color css
<style>
a { background-color: #3B7478; }
a { background-color: rgb(59,116,120); }
div.DivClassName
{
background-color: #3B7478;
}
.BgClassName
{
background-color: #3B7478;
}
</style>
border-color css
<style>
span { border-color: #3B7478; }
span { border-color: rgb(59,116,120); }
td.TdClassName
{
border-color: #3B7478;
}
.TagClassName
{
border-color: #3B7478;
}
</style>