Shades of Ming #356E6F
Tints of Ming #356E6F
RGB
CMYK
RGB Variations
Color information
#356E6F (or 0x356E6F) is known color: Ming. HEX triplet: 35, 6E and 6F. RGB value is (53,110,111). Sum of RGB (Red+Green+Blue) = 53+110+111=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #356E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E6F is #CA9190. Grayscale: #5D5D5D. Windows color (decimal): -13275537 or 7302709. OLE color: 7302709.
HSL color Cylindrical-coordinate representation of color #356E6F: hue angle of 181.03º 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 #356E6F is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 110 | 111 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.56 |
| HSL | 181.03º | 0.35% | 0.32% | - |
| HSV(B) | 181.03º | 0.52% | 0.44% | - |
| XYZ | 9.91 | 13.06 | 17.04 | - |
| YUV | 93.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 111 | 0.52 | 0.01 | 0 | 0.56 | 181.03 | 0.35 | 0.32 |
| Hex | 35 | 6E | 6F | 34 | 1 | 0 | 38 | B5 | 23 | 20 |
| Octal | 65 | 156 | 157 | 64 | 1 | 0 | 70 | 265 | 43 | 40 |
| Binary | 110101 | 1101110 | 1101111 | 110100 | 1 | 0 | 111000 | 10110101 | 100011 | 100000 |
Color Harmonies of #356E6F
Complementary color
Monochromatic Colors of #356E6F
Black with #356E6F
Text Example
Text Example
White with #356E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356E6F; }
p { color: rgb(53,110,111); }
H1.HeaderClassName
{
color: #356E6F;
}
.AnyTagClassName
{
color: #356E6F;
}
</style>
background-color css
<style>
a { background-color: #356E6F; }
a { background-color: rgb(53,110,111); }
div.DivClassName
{
background-color: #356E6F;
}
.BgClassName
{
background-color: #356E6F;
}
</style>
border-color css
<style>
span { border-color: #356E6F; }
span { border-color: rgb(53,110,111); }
td.TdClassName
{
border-color: #356E6F;
}
.TagClassName
{
border-color: #356E6F;
}
</style>