Shades of Ming #357274
Tints of Ming #357274
RGB
CMYK
RGB Variations
Color information
#357274 (or 0x357274) is known color: Ming. HEX triplet: 35, 72 and 74. RGB value is (53,114,116). Sum of RGB (Red+Green+Blue) = 53+114+116=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #357274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357274 is #CA8D8B. Grayscale: #5F5F5F. Windows color (decimal): -13274508 or 7631413. OLE color: 7631413.
HSL color Cylindrical-coordinate representation of color #357274: hue angle of 181.9º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357274 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 114 | 116 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.55 |
| HSL | 181.9º | 0.37% | 0.33% | - |
| HSV(B) | 181.9º | 0.54% | 0.45% | - |
| XYZ | 10.64 | 14.05 | 18.67 | - |
| YUV | 95.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 116 | 0.54 | 0.02 | 0 | 0.55 | 181.9 | 0.37 | 0.33 |
| Hex | 35 | 72 | 74 | 36 | 2 | 0 | 37 | B6 | 25 | 21 |
| Octal | 65 | 162 | 164 | 66 | 2 | 0 | 67 | 266 | 45 | 41 |
| Binary | 110101 | 1110010 | 1110100 | 110110 | 10 | 0 | 110111 | 10110110 | 100101 | 100001 |
Color Harmonies of #357274
Complementary color
Monochromatic Colors of #357274
Black with #357274
Text Example
Text Example
White with #357274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357274; }
p { color: rgb(53,114,116); }
H1.HeaderClassName
{
color: #357274;
}
.AnyTagClassName
{
color: #357274;
}
</style>
background-color css
<style>
a { background-color: #357274; }
a { background-color: rgb(53,114,116); }
div.DivClassName
{
background-color: #357274;
}
.BgClassName
{
background-color: #357274;
}
</style>
border-color css
<style>
span { border-color: #357274; }
span { border-color: rgb(53,114,116); }
td.TdClassName
{
border-color: #357274;
}
.TagClassName
{
border-color: #357274;
}
</style>