Shades of Ming #35696F
Tints of Ming #35696F
RGB
CMYK
RGB Variations
Color information
#35696F (or 0x35696F) is known color: Ming. HEX triplet: 35, 69 and 6F. RGB value is (53,105,111). Sum of RGB (Red+Green+Blue) = 53+105+111=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #35696F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35696F is #CA9690. Grayscale: #5A5A5A. Windows color (decimal): -13276817 or 7301429. OLE color: 7301429.
HSL color Cylindrical-coordinate representation of color #35696F: hue angle of 186.21º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35696F is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 105 | 111 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.56 |
| HSL | 186.21º | 0.35% | 0.32% | - |
| HSV(B) | 186.21º | 0.52% | 0.44% | - |
| XYZ | 9.39 | 12.01 | 16.86 | - |
| YUV | 90.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 105 | 111 | 0.52 | 0.05 | 0 | 0.56 | 186.21 | 0.35 | 0.32 |
| Hex | 35 | 69 | 6F | 34 | 5 | 0 | 38 | BA | 23 | 20 |
| Octal | 65 | 151 | 157 | 64 | 5 | 0 | 70 | 272 | 43 | 40 |
| Binary | 110101 | 1101001 | 1101111 | 110100 | 101 | 0 | 111000 | 10111010 | 100011 | 100000 |
Color Harmonies of #35696F
Complementary color
Monochromatic Colors of #35696F
Black with #35696F
Text Example
Text Example
White with #35696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35696F; }
p { color: rgb(53,105,111); }
H1.HeaderClassName
{
color: #35696F;
}
.AnyTagClassName
{
color: #35696F;
}
</style>
background-color css
<style>
a { background-color: #35696F; }
a { background-color: rgb(53,105,111); }
div.DivClassName
{
background-color: #35696F;
}
.BgClassName
{
background-color: #35696F;
}
</style>
border-color css
<style>
span { border-color: #35696F; }
span { border-color: rgb(53,105,111); }
td.TdClassName
{
border-color: #35696F;
}
.TagClassName
{
border-color: #35696F;
}
</style>