Shades of Ming #36787C
Tints of Ming #36787C
RGB
CMYK
RGB Variations
Color information
#36787C (or 0x36787C) is known color: Ming. HEX triplet: 36, 78 and 7C. RGB value is (54,120,124). Sum of RGB (Red+Green+Blue) = 54+120+124=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #36787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36787C is #C98783. Grayscale: #646464. Windows color (decimal): -13207428 or 8157238. OLE color: 8157238.
HSL color Cylindrical-coordinate representation of color #36787C: hue angle of 183.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36787C is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 120 | 124 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.51 |
| HSL | 183.43º | 0.39% | 0.35% | - |
| HSV(B) | 183.43º | 0.56% | 0.49% | - |
| XYZ | 11.88 | 15.67 | 21.47 | - |
| YUV | 100.72 | 141.13 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 120 | 124 | 0.56 | 0.03 | 0 | 0.51 | 183.43 | 0.39 | 0.35 |
| Hex | 36 | 78 | 7C | 38 | 3 | 0 | 33 | B7 | 27 | 23 |
| Octal | 66 | 170 | 174 | 70 | 3 | 0 | 63 | 267 | 47 | 43 |
| Binary | 110110 | 1111000 | 1111100 | 111000 | 11 | 0 | 110011 | 10110111 | 100111 | 100011 |
Color Harmonies of #36787C
Complementary color
Monochromatic Colors of #36787C
Black with #36787C
Text Example
Text Example
White with #36787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36787C; }
p { color: rgb(54,120,124); }
H1.HeaderClassName
{
color: #36787C;
}
.AnyTagClassName
{
color: #36787C;
}
</style>
background-color css
<style>
a { background-color: #36787C; }
a { background-color: rgb(54,120,124); }
div.DivClassName
{
background-color: #36787C;
}
.BgClassName
{
background-color: #36787C;
}
</style>
border-color css
<style>
span { border-color: #36787C; }
span { border-color: rgb(54,120,124); }
td.TdClassName
{
border-color: #36787C;
}
.TagClassName
{
border-color: #36787C;
}
</style>