Shades of Ming #36717A
Tints of Ming #36717A
RGB
CMYK
RGB Variations
Color information
#36717A (or 0x36717A) is known color: Ming. HEX triplet: 36, 71 and 7A. RGB value is (54,113,122). Sum of RGB (Red+Green+Blue) = 54+113+122=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #36717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36717A is #C98E85. Grayscale: #606060. Windows color (decimal): -13209222 or 8024374. OLE color: 8024374.
HSL color Cylindrical-coordinate representation of color #36717A: hue angle of 187.94º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36717A is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 113 | 122 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.52 |
| HSL | 187.94º | 0.39% | 0.35% | - |
| HSV(B) | 187.94º | 0.56% | 0.48% | - |
| XYZ | 10.94 | 14 | 20.54 | - |
| YUV | 96.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 122 | 0.56 | 0.07 | 0 | 0.52 | 187.94 | 0.39 | 0.35 |
| Hex | 36 | 71 | 7A | 38 | 7 | 0 | 34 | BC | 27 | 23 |
| Octal | 66 | 161 | 172 | 70 | 7 | 0 | 64 | 274 | 47 | 43 |
| Binary | 110110 | 1110001 | 1111010 | 111000 | 111 | 0 | 110100 | 10111100 | 100111 | 100011 |
Color Harmonies of #36717A
Complementary color
Monochromatic Colors of #36717A
Black with #36717A
Text Example
Text Example
White with #36717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36717A; }
p { color: rgb(54,113,122); }
H1.HeaderClassName
{
color: #36717A;
}
.AnyTagClassName
{
color: #36717A;
}
</style>
background-color css
<style>
a { background-color: #36717A; }
a { background-color: rgb(54,113,122); }
div.DivClassName
{
background-color: #36717A;
}
.BgClassName
{
background-color: #36717A;
}
</style>
border-color css
<style>
span { border-color: #36717A; }
span { border-color: rgb(54,113,122); }
td.TdClassName
{
border-color: #36717A;
}
.TagClassName
{
border-color: #36717A;
}
</style>