Shades of Ming #366E70
Tints of Ming #366E70
RGB
CMYK
RGB Variations
Color information
#366E70 (or 0x366E70) is known color: Ming. HEX triplet: 36, 6E and 70. RGB value is (54,110,112). Sum of RGB (Red+Green+Blue) = 54+110+112=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #366E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366E70 is #C9918F. Grayscale: #5D5D5D. Windows color (decimal): -13210000 or 7368246. OLE color: 7368246.
HSL color Cylindrical-coordinate representation of color #366E70: hue angle of 182.07º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #366E70 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 110 | 112 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.56 |
| HSL | 182.07º | 0.35% | 0.33% | - |
| HSV(B) | 182.07º | 0.52% | 0.44% | - |
| XYZ | 10.02 | 13.11 | 17.33 | - |
| YUV | 93.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 112 | 0.52 | 0.02 | 0 | 0.56 | 182.07 | 0.35 | 0.33 |
| Hex | 36 | 6E | 70 | 34 | 2 | 0 | 38 | B6 | 23 | 21 |
| Octal | 66 | 156 | 160 | 64 | 2 | 0 | 70 | 266 | 43 | 41 |
| Binary | 110110 | 1101110 | 1110000 | 110100 | 10 | 0 | 111000 | 10110110 | 100011 | 100001 |
Color Harmonies of #366E70
Complementary color
Monochromatic Colors of #366E70
Black with #366E70
Text Example
Text Example
White with #366E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366E70; }
p { color: rgb(54,110,112); }
H1.HeaderClassName
{
color: #366E70;
}
.AnyTagClassName
{
color: #366E70;
}
</style>
background-color css
<style>
a { background-color: #366E70; }
a { background-color: rgb(54,110,112); }
div.DivClassName
{
background-color: #366E70;
}
.BgClassName
{
background-color: #366E70;
}
</style>
border-color css
<style>
span { border-color: #366E70; }
span { border-color: rgb(54,110,112); }
td.TdClassName
{
border-color: #366E70;
}
.TagClassName
{
border-color: #366E70;
}
</style>