Shades of Ming #33696D
Tints of Ming #33696D
RGB
CMYK
RGB Variations
Color information
#33696D (or 0x33696D) is known color: Ming. HEX triplet: 33, 69 and 6D. RGB value is (51,105,109). Sum of RGB (Red+Green+Blue) = 51+105+109=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #33696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33696D is #CC9692. Grayscale: #595959. Windows color (decimal): -13407891 or 7170355. OLE color: 7170355.
HSL color Cylindrical-coordinate representation of color #33696D: hue angle of 184.14º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33696D is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 105 | 109 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.57 |
| HSL | 184.14º | 0.36% | 0.31% | - |
| HSV(B) | 184.14º | 0.53% | 0.43% | - |
| XYZ | 9.18 | 11.91 | 16.28 | - |
| YUV | 89.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 109 | 0.53 | 0.04 | 0 | 0.57 | 184.14 | 0.36 | 0.31 |
| Hex | 33 | 69 | 6D | 35 | 4 | 0 | 39 | B8 | 24 | 1F |
| Octal | 63 | 151 | 155 | 65 | 4 | 0 | 71 | 270 | 44 | 37 |
| Binary | 110011 | 1101001 | 1101101 | 110101 | 100 | 0 | 111001 | 10111000 | 100100 | 11111 |
Color Harmonies of #33696D
Complementary color
Monochromatic Colors of #33696D
Black with #33696D
Text Example
Text Example
White with #33696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33696D; }
p { color: rgb(51,105,109); }
H1.HeaderClassName
{
color: #33696D;
}
.AnyTagClassName
{
color: #33696D;
}
</style>
background-color css
<style>
a { background-color: #33696D; }
a { background-color: rgb(51,105,109); }
div.DivClassName
{
background-color: #33696D;
}
.BgClassName
{
background-color: #33696D;
}
</style>
border-color css
<style>
span { border-color: #33696D; }
span { border-color: rgb(51,105,109); }
td.TdClassName
{
border-color: #33696D;
}
.TagClassName
{
border-color: #33696D;
}
</style>