Shades of Ming #35686B
Tints of Ming #35686B
RGB
CMYK
RGB Variations
Color information
#35686B (or 0x35686B) is known color: Ming. HEX triplet: 35, 68 and 6B. RGB value is (53,104,107). Sum of RGB (Red+Green+Blue) = 53+104+107=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 107 - color contains mainly: blue. Hex color #35686B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35686B is #CA9794. Grayscale: #595959. Windows color (decimal): -13277077 or 7039029. OLE color: 7039029.
HSL color Cylindrical-coordinate representation of color #35686B: hue angle of 183.33º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35686B is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 104 | 107 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.58 |
| HSL | 183.33º | 0.34% | 0.31% | - |
| HSV(B) | 183.33º | 0.5% | 0.42% | - |
| XYZ | 9.07 | 11.72 | 15.69 | - |
| YUV | 89.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 107 | 0.50 | 0.03 | 0 | 0.58 | 183.33 | 0.34 | 0.31 |
| Hex | 35 | 68 | 6B | 32 | 3 | 0 | 3A | B7 | 22 | 1F |
| Octal | 65 | 150 | 153 | 62 | 3 | 0 | 72 | 267 | 42 | 37 |
| Binary | 110101 | 1101000 | 1101011 | 110010 | 11 | 0 | 111010 | 10110111 | 100010 | 11111 |
Color Harmonies of #35686B
Complementary color
Monochromatic Colors of #35686B
Black with #35686B
Text Example
Text Example
White with #35686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35686B; }
p { color: rgb(53,104,107); }
H1.HeaderClassName
{
color: #35686B;
}
.AnyTagClassName
{
color: #35686B;
}
</style>
background-color css
<style>
a { background-color: #35686B; }
a { background-color: rgb(53,104,107); }
div.DivClassName
{
background-color: #35686B;
}
.BgClassName
{
background-color: #35686B;
}
</style>
border-color css
<style>
span { border-color: #35686B; }
span { border-color: rgb(53,104,107); }
td.TdClassName
{
border-color: #35686B;
}
.TagClassName
{
border-color: #35686B;
}
</style>