Shades of Ming #336D70
Tints of Ming #336D70
RGB
CMYK
RGB Variations
Color information
#336D70 (or 0x336D70) is known color: Ming. HEX triplet: 33, 6D and 70. RGB value is (51,109,112). Sum of RGB (Red+Green+Blue) = 51+109+112=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #336D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336D70 is #CC928F. Grayscale: #5B5B5B. Windows color (decimal): -13406864 or 7367987. OLE color: 7367987.
HSL color Cylindrical-coordinate representation of color #336D70: hue angle of 182.95º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336D70 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 109 | 112 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.56 |
| HSL | 182.95º | 0.37% | 0.32% | - |
| HSV(B) | 182.95º | 0.54% | 0.44% | - |
| XYZ | 9.76 | 12.81 | 17.29 | - |
| YUV | 92 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 112 | 0.54 | 0.03 | 0 | 0.56 | 182.95 | 0.37 | 0.32 |
| Hex | 33 | 6D | 70 | 36 | 3 | 0 | 38 | B7 | 25 | 20 |
| Octal | 63 | 155 | 160 | 66 | 3 | 0 | 70 | 267 | 45 | 40 |
| Binary | 110011 | 1101101 | 1110000 | 110110 | 11 | 0 | 111000 | 10110111 | 100101 | 100000 |
Color Harmonies of #336D70
Complementary color
Monochromatic Colors of #336D70
Black with #336D70
Text Example
Text Example
White with #336D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D70; }
p { color: rgb(51,109,112); }
H1.HeaderClassName
{
color: #336D70;
}
.AnyTagClassName
{
color: #336D70;
}
</style>
background-color css
<style>
a { background-color: #336D70; }
a { background-color: rgb(51,109,112); }
div.DivClassName
{
background-color: #336D70;
}
.BgClassName
{
background-color: #336D70;
}
</style>
border-color css
<style>
span { border-color: #336D70; }
span { border-color: rgb(51,109,112); }
td.TdClassName
{
border-color: #336D70;
}
.TagClassName
{
border-color: #336D70;
}
</style>