Shades of Ming #356F7A
Tints of Ming #356F7A
RGB
CMYK
RGB Variations
Color information
#356F7A (or 0x356F7A) is known color: Ming. HEX triplet: 35, 6F and 7A. RGB value is (53,111,122). Sum of RGB (Red+Green+Blue) = 53+111+122=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #356F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F7A is #CA9085. Grayscale: #5E5E5E. Windows color (decimal): -13275270 or 8023861. OLE color: 8023861.
HSL color Cylindrical-coordinate representation of color #356F7A: hue angle of 189.57º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #356F7A is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 111 | 122 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.52 |
| HSL | 189.57º | 0.39% | 0.34% | - |
| HSV(B) | 189.57º | 0.57% | 0.48% | - |
| XYZ | 10.67 | 13.53 | 20.46 | - |
| YUV | 94.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 122 | 0.57 | 0.09 | 0 | 0.52 | 189.57 | 0.39 | 0.34 |
| Hex | 35 | 6F | 7A | 39 | 9 | 0 | 34 | BE | 27 | 22 |
| Octal | 65 | 157 | 172 | 71 | 11 | 0 | 64 | 276 | 47 | 42 |
| Binary | 110101 | 1101111 | 1111010 | 111001 | 1001 | 0 | 110100 | 10111110 | 100111 | 100010 |
Color Harmonies of #356F7A
Complementary color
Monochromatic Colors of #356F7A
Black with #356F7A
Text Example
Text Example
White with #356F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F7A; }
p { color: rgb(53,111,122); }
H1.HeaderClassName
{
color: #356F7A;
}
.AnyTagClassName
{
color: #356F7A;
}
</style>
background-color css
<style>
a { background-color: #356F7A; }
a { background-color: rgb(53,111,122); }
div.DivClassName
{
background-color: #356F7A;
}
.BgClassName
{
background-color: #356F7A;
}
</style>
border-color css
<style>
span { border-color: #356F7A; }
span { border-color: rgb(53,111,122); }
td.TdClassName
{
border-color: #356F7A;
}
.TagClassName
{
border-color: #356F7A;
}
</style>