Shades of Ming #336F76
Tints of Ming #336F76
RGB
CMYK
RGB Variations
Color information
#336F76 (or 0x336F76) is known color: Ming. HEX triplet: 33, 6F and 76. RGB value is (51,111,118). Sum of RGB (Red+Green+Blue) = 51+111+118=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #336F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F76 is #CC9089. Grayscale: #5D5D5D. Windows color (decimal): -13406346 or 7761715. OLE color: 7761715.
HSL color Cylindrical-coordinate representation of color #336F76: hue angle of 186.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336F76 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 111 | 118 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.54 |
| HSL | 186.27º | 0.4% | 0.33% | - |
| HSV(B) | 186.27º | 0.57% | 0.46% | - |
| XYZ | 10.32 | 13.38 | 19.18 | - |
| YUV | 93.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 118 | 0.57 | 0.06 | 0 | 0.54 | 186.27 | 0.4 | 0.33 |
| Hex | 33 | 6F | 76 | 39 | 6 | 0 | 36 | BA | 28 | 21 |
| Octal | 63 | 157 | 166 | 71 | 6 | 0 | 66 | 272 | 50 | 41 |
| Binary | 110011 | 1101111 | 1110110 | 111001 | 110 | 0 | 110110 | 10111010 | 101000 | 100001 |
Color Harmonies of #336F76
Complementary color
Monochromatic Colors of #336F76
Black with #336F76
Text Example
Text Example
White with #336F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F76; }
p { color: rgb(51,111,118); }
H1.HeaderClassName
{
color: #336F76;
}
.AnyTagClassName
{
color: #336F76;
}
</style>
background-color css
<style>
a { background-color: #336F76; }
a { background-color: rgb(51,111,118); }
div.DivClassName
{
background-color: #336F76;
}
.BgClassName
{
background-color: #336F76;
}
</style>
border-color css
<style>
span { border-color: #336F76; }
span { border-color: rgb(51,111,118); }
td.TdClassName
{
border-color: #336F76;
}
.TagClassName
{
border-color: #336F76;
}
</style>