Shades of Ming #336D74
Tints of Ming #336D74
RGB
CMYK
RGB Variations
Color information
#336D74 (or 0x336D74) is known color: Ming. HEX triplet: 33, 6D and 74. RGB value is (51,109,116). Sum of RGB (Red+Green+Blue) = 51+109+116=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #336D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336D74 is #CC928B. Grayscale: #5C5C5C. Windows color (decimal): -13406860 or 7630131. OLE color: 7630131.
HSL color Cylindrical-coordinate representation of color #336D74: hue angle of 186.46º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336D74 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 109 | 116 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.55 |
| HSL | 186.46º | 0.39% | 0.33% | - |
| HSV(B) | 186.46º | 0.56% | 0.45% | - |
| XYZ | 9.99 | 12.9 | 18.49 | - |
| YUV | 92.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 116 | 0.56 | 0.06 | 0 | 0.55 | 186.46 | 0.39 | 0.33 |
| Hex | 33 | 6D | 74 | 38 | 6 | 0 | 37 | BA | 27 | 21 |
| Octal | 63 | 155 | 164 | 70 | 6 | 0 | 67 | 272 | 47 | 41 |
| Binary | 110011 | 1101101 | 1110100 | 111000 | 110 | 0 | 110111 | 10111010 | 100111 | 100001 |
Color Harmonies of #336D74
Complementary color
Monochromatic Colors of #336D74
Black with #336D74
Text Example
Text Example
White with #336D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D74; }
p { color: rgb(51,109,116); }
H1.HeaderClassName
{
color: #336D74;
}
.AnyTagClassName
{
color: #336D74;
}
</style>
background-color css
<style>
a { background-color: #336D74; }
a { background-color: rgb(51,109,116); }
div.DivClassName
{
background-color: #336D74;
}
.BgClassName
{
background-color: #336D74;
}
</style>
border-color css
<style>
span { border-color: #336D74; }
span { border-color: rgb(51,109,116); }
td.TdClassName
{
border-color: #336D74;
}
.TagClassName
{
border-color: #336D74;
}
</style>