Shades of Ming #35686E
Tints of Ming #35686E
RGB
CMYK
RGB Variations
Color information
#35686E (or 0x35686E) is known color: Ming. HEX triplet: 35, 68 and 6E. RGB value is (53,104,110). Sum of RGB (Red+Green+Blue) = 53+104+110=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #35686E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35686E is #CA9791. Grayscale: #595959. Windows color (decimal): -13277074 or 7235637. OLE color: 7235637.
HSL color Cylindrical-coordinate representation of color #35686E: hue angle of 186.32º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35686E is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 104 | 110 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.57 |
| HSL | 186.32º | 0.35% | 0.32% | - |
| HSV(B) | 186.32º | 0.52% | 0.43% | - |
| XYZ | 9.23 | 11.78 | 16.54 | - |
| YUV | 89.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 110 | 0.52 | 0.05 | 0 | 0.57 | 186.32 | 0.35 | 0.32 |
| Hex | 35 | 68 | 6E | 34 | 5 | 0 | 39 | BA | 23 | 20 |
| Octal | 65 | 150 | 156 | 64 | 5 | 0 | 71 | 272 | 43 | 40 |
| Binary | 110101 | 1101000 | 1101110 | 110100 | 101 | 0 | 111001 | 10111010 | 100011 | 100000 |
Color Harmonies of #35686E
Complementary color
Monochromatic Colors of #35686E
Black with #35686E
Text Example
Text Example
White with #35686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35686E; }
p { color: rgb(53,104,110); }
H1.HeaderClassName
{
color: #35686E;
}
.AnyTagClassName
{
color: #35686E;
}
</style>
background-color css
<style>
a { background-color: #35686E; }
a { background-color: rgb(53,104,110); }
div.DivClassName
{
background-color: #35686E;
}
.BgClassName
{
background-color: #35686E;
}
</style>
border-color css
<style>
span { border-color: #35686E; }
span { border-color: rgb(53,104,110); }
td.TdClassName
{
border-color: #35686E;
}
.TagClassName
{
border-color: #35686E;
}
</style>