Shades of Ming #336C6F
Tints of Ming #336C6F
RGB
CMYK
RGB Variations
Color information
#336C6F (or 0x336C6F) is known color: Ming. HEX triplet: 33, 6C and 6F. RGB value is (51,108,111). Sum of RGB (Red+Green+Blue) = 51+108+111=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #336C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C6F is #CC9390. Grayscale: #5B5B5B. Windows color (decimal): -13407121 or 7302195. OLE color: 7302195.
HSL color Cylindrical-coordinate representation of color #336C6F: hue angle of 183º 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 #336C6F is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 108 | 111 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.56 |
| HSL | 183º | 0.37% | 0.32% | - |
| HSV(B) | 183º | 0.54% | 0.44% | - |
| XYZ | 9.6 | 12.58 | 16.96 | - |
| YUV | 91.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 111 | 0.54 | 0.03 | 0 | 0.56 | 183 | 0.37 | 0.32 |
| Hex | 33 | 6C | 6F | 36 | 3 | 0 | 38 | B7 | 25 | 20 |
| Octal | 63 | 154 | 157 | 66 | 3 | 0 | 70 | 267 | 45 | 40 |
| Binary | 110011 | 1101100 | 1101111 | 110110 | 11 | 0 | 111000 | 10110111 | 100101 | 100000 |
Color Harmonies of #336C6F
Complementary color
Monochromatic Colors of #336C6F
Black with #336C6F
Text Example
Text Example
White with #336C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C6F; }
p { color: rgb(51,108,111); }
H1.HeaderClassName
{
color: #336C6F;
}
.AnyTagClassName
{
color: #336C6F;
}
</style>
background-color css
<style>
a { background-color: #336C6F; }
a { background-color: rgb(51,108,111); }
div.DivClassName
{
background-color: #336C6F;
}
.BgClassName
{
background-color: #336C6F;
}
</style>
border-color css
<style>
span { border-color: #336C6F; }
span { border-color: rgb(51,108,111); }
td.TdClassName
{
border-color: #336C6F;
}
.TagClassName
{
border-color: #336C6F;
}
</style>