Shades of Ming #35686C
Tints of Ming #35686C
RGB
CMYK
RGB Variations
Color information
#35686C (or 0x35686C) is known color: Ming. HEX triplet: 35, 68 and 6C. RGB value is (53,104,108). Sum of RGB (Red+Green+Blue) = 53+104+108=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #35686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35686C is #CA9793. Grayscale: #595959. Windows color (decimal): -13277076 or 7104565. OLE color: 7104565.
HSL color Cylindrical-coordinate representation of color #35686C: hue angle of 184.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35686C is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 104 | 108 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.58 |
| HSL | 184.36º | 0.34% | 0.32% | - |
| HSV(B) | 184.36º | 0.51% | 0.42% | - |
| XYZ | 9.13 | 11.74 | 15.97 | - |
| YUV | 89.21 | 138.6 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 108 | 0.51 | 0.04 | 0 | 0.58 | 184.36 | 0.34 | 0.32 |
| Hex | 35 | 68 | 6C | 33 | 4 | 0 | 3A | B8 | 22 | 20 |
| Octal | 65 | 150 | 154 | 63 | 4 | 0 | 72 | 270 | 42 | 40 |
| Binary | 110101 | 1101000 | 1101100 | 110011 | 100 | 0 | 111010 | 10111000 | 100010 | 100000 |
Color Harmonies of #35686C
Complementary color
Monochromatic Colors of #35686C
Black with #35686C
Text Example
Text Example
White with #35686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35686C; }
p { color: rgb(53,104,108); }
H1.HeaderClassName
{
color: #35686C;
}
.AnyTagClassName
{
color: #35686C;
}
</style>
background-color css
<style>
a { background-color: #35686C; }
a { background-color: rgb(53,104,108); }
div.DivClassName
{
background-color: #35686C;
}
.BgClassName
{
background-color: #35686C;
}
</style>
border-color css
<style>
span { border-color: #35686C; }
span { border-color: rgb(53,104,108); }
td.TdClassName
{
border-color: #35686C;
}
.TagClassName
{
border-color: #35686C;
}
</style>