Shades of Ming #36777B
Tints of Ming #36777B
RGB
CMYK
RGB Variations
Color information
#36777B (or 0x36777B) is known color: Ming. HEX triplet: 36, 77 and 7B. RGB value is (54,119,123). Sum of RGB (Red+Green+Blue) = 54+119+123=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #36777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36777B is #C98884. Grayscale: #636363. Windows color (decimal): -13207685 or 8091446. OLE color: 8091446.
HSL color Cylindrical-coordinate representation of color #36777B: hue angle of 183.48º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36777B is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 119 | 123 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.52 |
| HSL | 183.48º | 0.39% | 0.35% | - |
| HSV(B) | 183.48º | 0.56% | 0.48% | - |
| XYZ | 11.69 | 15.41 | 21.1 | - |
| YUV | 100.02 | 140.97 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 119 | 123 | 0.56 | 0.03 | 0 | 0.52 | 183.48 | 0.39 | 0.35 |
| Hex | 36 | 77 | 7B | 38 | 3 | 0 | 34 | B7 | 27 | 23 |
| Octal | 66 | 167 | 173 | 70 | 3 | 0 | 64 | 267 | 47 | 43 |
| Binary | 110110 | 1110111 | 1111011 | 111000 | 11 | 0 | 110100 | 10110111 | 100111 | 100011 |
Color Harmonies of #36777B
Complementary color
Monochromatic Colors of #36777B
Black with #36777B
Text Example
Text Example
White with #36777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36777B; }
p { color: rgb(54,119,123); }
H1.HeaderClassName
{
color: #36777B;
}
.AnyTagClassName
{
color: #36777B;
}
</style>
background-color css
<style>
a { background-color: #36777B; }
a { background-color: rgb(54,119,123); }
div.DivClassName
{
background-color: #36777B;
}
.BgClassName
{
background-color: #36777B;
}
</style>
border-color css
<style>
span { border-color: #36777B; }
span { border-color: rgb(54,119,123); }
td.TdClassName
{
border-color: #36777B;
}
.TagClassName
{
border-color: #36777B;
}
</style>