Shades of Ming #356F78
Tints of Ming #356F78
RGB
CMYK
RGB Variations
Color information
#356F78 (or 0x356F78) is known color: Ming. HEX triplet: 35, 6F and 78. RGB value is (53,111,120). Sum of RGB (Red+Green+Blue) = 53+111+120=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #356F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F78 is #CA9087. Grayscale: #5E5E5E. Windows color (decimal): -13275272 or 7892789. OLE color: 7892789.
HSL color Cylindrical-coordinate representation of color #356F78: hue angle of 188.06º 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 #356F78 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 111 | 120 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.53 |
| HSL | 188.06º | 0.39% | 0.34% | - |
| HSV(B) | 188.06º | 0.56% | 0.47% | - |
| XYZ | 10.54 | 13.48 | 19.82 | - |
| YUV | 94.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 120 | 0.56 | 0.08 | 0 | 0.53 | 188.06 | 0.39 | 0.34 |
| Hex | 35 | 6F | 78 | 38 | 8 | 0 | 35 | BC | 27 | 22 |
| Octal | 65 | 157 | 170 | 70 | 10 | 0 | 65 | 274 | 47 | 42 |
| Binary | 110101 | 1101111 | 1111000 | 111000 | 1000 | 0 | 110101 | 10111100 | 100111 | 100010 |
Color Harmonies of #356F78
Complementary color
Monochromatic Colors of #356F78
Black with #356F78
Text Example
Text Example
White with #356F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F78; }
p { color: rgb(53,111,120); }
H1.HeaderClassName
{
color: #356F78;
}
.AnyTagClassName
{
color: #356F78;
}
</style>
background-color css
<style>
a { background-color: #356F78; }
a { background-color: rgb(53,111,120); }
div.DivClassName
{
background-color: #356F78;
}
.BgClassName
{
background-color: #356F78;
}
</style>
border-color css
<style>
span { border-color: #356F78; }
span { border-color: rgb(53,111,120); }
td.TdClassName
{
border-color: #356F78;
}
.TagClassName
{
border-color: #356F78;
}
</style>