Shades of Ming #36696E
Tints of Ming #36696E
RGB
CMYK
RGB Variations
Color information
#36696E (or 0x36696E) is known color: Ming. HEX triplet: 36, 69 and 6E. RGB value is (54,105,110). Sum of RGB (Red+Green+Blue) = 54+105+110=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #36696E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36696E is #C99691. Grayscale: #5A5A5A. Windows color (decimal): -13211282 or 7235894. OLE color: 7235894.
HSL color Cylindrical-coordinate representation of color #36696E: hue angle of 185.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36696E is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 105 | 110 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.57 |
| HSL | 185.36º | 0.34% | 0.32% | - |
| HSV(B) | 185.36º | 0.51% | 0.43% | - |
| XYZ | 9.39 | 12.01 | 16.58 | - |
| YUV | 90.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 110 | 0.51 | 0.05 | 0 | 0.57 | 185.36 | 0.34 | 0.32 |
| Hex | 36 | 69 | 6E | 33 | 5 | 0 | 39 | B9 | 22 | 20 |
| Octal | 66 | 151 | 156 | 63 | 5 | 0 | 71 | 271 | 42 | 40 |
| Binary | 110110 | 1101001 | 1101110 | 110011 | 101 | 0 | 111001 | 10111001 | 100010 | 100000 |
Color Harmonies of #36696E
Complementary color
Monochromatic Colors of #36696E
Black with #36696E
Text Example
Text Example
White with #36696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36696E; }
p { color: rgb(54,105,110); }
H1.HeaderClassName
{
color: #36696E;
}
.AnyTagClassName
{
color: #36696E;
}
</style>
background-color css
<style>
a { background-color: #36696E; }
a { background-color: rgb(54,105,110); }
div.DivClassName
{
background-color: #36696E;
}
.BgClassName
{
background-color: #36696E;
}
</style>
border-color css
<style>
span { border-color: #36696E; }
span { border-color: rgb(54,105,110); }
td.TdClassName
{
border-color: #36696E;
}
.TagClassName
{
border-color: #36696E;
}
</style>