Shades of Ming #35686D
Tints of Ming #35686D
RGB
CMYK
RGB Variations
Color information
#35686D (or 0x35686D) is known color: Ming. HEX triplet: 35, 68 and 6D. RGB value is (53,104,109). Sum of RGB (Red+Green+Blue) = 53+104+109=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #35686D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35686D is #CA9792. Grayscale: #595959. Windows color (decimal): -13277075 or 7170101. OLE color: 7170101.
HSL color Cylindrical-coordinate representation of color #35686D: hue angle of 185.36º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35686D is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 104 | 109 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.57 |
| HSL | 185.36º | 0.35% | 0.32% | - |
| HSV(B) | 185.36º | 0.51% | 0.43% | - |
| XYZ | 9.18 | 11.76 | 16.25 | - |
| YUV | 89.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 109 | 0.51 | 0.05 | 0 | 0.57 | 185.36 | 0.35 | 0.32 |
| Hex | 35 | 68 | 6D | 33 | 5 | 0 | 39 | B9 | 23 | 20 |
| Octal | 65 | 150 | 155 | 63 | 5 | 0 | 71 | 271 | 43 | 40 |
| Binary | 110101 | 1101000 | 1101101 | 110011 | 101 | 0 | 111001 | 10111001 | 100011 | 100000 |
Color Harmonies of #35686D
Complementary color
Monochromatic Colors of #35686D
Black with #35686D
Text Example
Text Example
White with #35686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35686D; }
p { color: rgb(53,104,109); }
H1.HeaderClassName
{
color: #35686D;
}
.AnyTagClassName
{
color: #35686D;
}
</style>
background-color css
<style>
a { background-color: #35686D; }
a { background-color: rgb(53,104,109); }
div.DivClassName
{
background-color: #35686D;
}
.BgClassName
{
background-color: #35686D;
}
</style>
border-color css
<style>
span { border-color: #35686D; }
span { border-color: rgb(53,104,109); }
td.TdClassName
{
border-color: #35686D;
}
.TagClassName
{
border-color: #35686D;
}
</style>