Shades of Ming #356E78
Tints of Ming #356E78
RGB
CMYK
RGB Variations
Color information
#356E78 (or 0x356E78) is known color: Ming. HEX triplet: 35, 6E and 78. RGB value is (53,110,120). Sum of RGB (Red+Green+Blue) = 53+110+120=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #356E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E78 is #CA9187. Grayscale: #5D5D5D. Windows color (decimal): -13275528 or 7892533. OLE color: 7892533.
HSL color Cylindrical-coordinate representation of color #356E78: hue angle of 188.96º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #356E78 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 110 | 120 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.53 |
| HSL | 188.96º | 0.39% | 0.34% | - |
| HSV(B) | 188.96º | 0.56% | 0.47% | - |
| XYZ | 10.43 | 13.26 | 19.78 | - |
| YUV | 94.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 120 | 0.56 | 0.08 | 0 | 0.53 | 188.96 | 0.39 | 0.34 |
| Hex | 35 | 6E | 78 | 38 | 8 | 0 | 35 | BD | 27 | 22 |
| Octal | 65 | 156 | 170 | 70 | 10 | 0 | 65 | 275 | 47 | 42 |
| Binary | 110101 | 1101110 | 1111000 | 111000 | 1000 | 0 | 110101 | 10111101 | 100111 | 100010 |
Color Harmonies of #356E78
Complementary color
Monochromatic Colors of #356E78
Black with #356E78
Text Example
Text Example
White with #356E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356E78; }
p { color: rgb(53,110,120); }
H1.HeaderClassName
{
color: #356E78;
}
.AnyTagClassName
{
color: #356E78;
}
</style>
background-color css
<style>
a { background-color: #356E78; }
a { background-color: rgb(53,110,120); }
div.DivClassName
{
background-color: #356E78;
}
.BgClassName
{
background-color: #356E78;
}
</style>
border-color css
<style>
span { border-color: #356E78; }
span { border-color: rgb(53,110,120); }
td.TdClassName
{
border-color: #356E78;
}
.TagClassName
{
border-color: #356E78;
}
</style>