Shades of Ming #35737E
Tints of Ming #35737E
RGB
CMYK
RGB Variations
Color information
#35737E (or 0x35737E) is known color: Ming. HEX triplet: 35, 73 and 7E. RGB value is (53,115,126). Sum of RGB (Red+Green+Blue) = 53+115+126=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 126 - color contains mainly: blue. Hex color #35737E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35737E is #CA8C81. Grayscale: #616161. Windows color (decimal): -13274242 or 8287029. OLE color: 8287029.
HSL color Cylindrical-coordinate representation of color #35737E: hue angle of 189.04º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35737E is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 115 | 126 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.51 |
| HSL | 189.04º | 0.41% | 0.35% | - |
| HSV(B) | 189.04º | 0.58% | 0.49% | - |
| XYZ | 11.36 | 14.52 | 21.94 | - |
| YUV | 97.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 115 | 126 | 0.58 | 0.09 | 0 | 0.51 | 189.04 | 0.41 | 0.35 |
| Hex | 35 | 73 | 7E | 3A | 9 | 0 | 33 | BD | 29 | 23 |
| Octal | 65 | 163 | 176 | 72 | 11 | 0 | 63 | 275 | 51 | 43 |
| Binary | 110101 | 1110011 | 1111110 | 111010 | 1001 | 0 | 110011 | 10111101 | 101001 | 100011 |
Color Harmonies of #35737E
Complementary color
Monochromatic Colors of #35737E
Black with #35737E
Text Example
Text Example
White with #35737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35737E; }
p { color: rgb(53,115,126); }
H1.HeaderClassName
{
color: #35737E;
}
.AnyTagClassName
{
color: #35737E;
}
</style>
background-color css
<style>
a { background-color: #35737E; }
a { background-color: rgb(53,115,126); }
div.DivClassName
{
background-color: #35737E;
}
.BgClassName
{
background-color: #35737E;
}
</style>
border-color css
<style>
span { border-color: #35737E; }
span { border-color: rgb(53,115,126); }
td.TdClassName
{
border-color: #35737E;
}
.TagClassName
{
border-color: #35737E;
}
</style>