Shades of Ming #3B787C
Tints of Ming #3B787C
RGB
CMYK
RGB Variations
Color information
#3B787C (or 0x3B787C) is known color: Ming. HEX triplet: 3B, 78 and 7C. RGB value is (59,120,124). Sum of RGB (Red+Green+Blue) = 59+120+124=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B787C is #C48783. Grayscale: #666666. Windows color (decimal): -12879748 or 8157243. OLE color: 8157243.
HSL color Cylindrical-coordinate representation of color #3B787C: hue angle of 183.69º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B787C is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 120 | 124 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.51 |
| HSL | 183.69º | 0.36% | 0.36% | - |
| HSV(B) | 183.69º | 0.52% | 0.49% | - |
| XYZ | 12.16 | 15.82 | 21.48 | - |
| YUV | 102.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 120 | 124 | 0.52 | 0.03 | 0 | 0.51 | 183.69 | 0.36 | 0.36 |
| Hex | 3B | 78 | 7C | 34 | 3 | 0 | 33 | B8 | 24 | 24 |
| Octal | 73 | 170 | 174 | 64 | 3 | 0 | 63 | 270 | 44 | 44 |
| Binary | 111011 | 1111000 | 1111100 | 110100 | 11 | 0 | 110011 | 10111000 | 100100 | 100100 |
Color Harmonies of #3B787C
Complementary color
Monochromatic Colors of #3B787C
Black with #3B787C
Text Example
Text Example
White with #3B787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B787C; }
p { color: rgb(59,120,124); }
H1.HeaderClassName
{
color: #3B787C;
}
.AnyTagClassName
{
color: #3B787C;
}
</style>
background-color css
<style>
a { background-color: #3B787C; }
a { background-color: rgb(59,120,124); }
div.DivClassName
{
background-color: #3B787C;
}
.BgClassName
{
background-color: #3B787C;
}
</style>
border-color css
<style>
span { border-color: #3B787C; }
span { border-color: rgb(59,120,124); }
td.TdClassName
{
border-color: #3B787C;
}
.TagClassName
{
border-color: #3B787C;
}
</style>