Shades of Ming #396F7B
Tints of Ming #396F7B
RGB
CMYK
RGB Variations
Color information
#396F7B (or 0x396F7B) is known color: Ming. HEX triplet: 39, 6F and 7B. RGB value is (57,111,123). Sum of RGB (Red+Green+Blue) = 57+111+123=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 123 - color contains mainly: blue. Hex color #396F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F7B is #C69084. Grayscale: #606060. Windows color (decimal): -13013125 or 8089401. OLE color: 8089401.
HSL color Cylindrical-coordinate representation of color #396F7B: hue angle of 190.91º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #396F7B is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 111 | 123 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.52 |
| HSL | 190.91º | 0.37% | 0.35% | - |
| HSV(B) | 190.91º | 0.54% | 0.48% | - |
| XYZ | 10.95 | 13.67 | 20.8 | - |
| YUV | 96.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 123 | 0.54 | 0.10 | 0 | 0.52 | 190.91 | 0.37 | 0.35 |
| Hex | 39 | 6F | 7B | 36 | A | 0 | 34 | BF | 25 | 23 |
| Octal | 71 | 157 | 173 | 66 | 12 | 0 | 64 | 277 | 45 | 43 |
| Binary | 111001 | 1101111 | 1111011 | 110110 | 1010 | 0 | 110100 | 10111111 | 100101 | 100011 |
Color Harmonies of #396F7B
Complementary color
Monochromatic Colors of #396F7B
Black with #396F7B
Text Example
Text Example
White with #396F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F7B; }
p { color: rgb(57,111,123); }
H1.HeaderClassName
{
color: #396F7B;
}
.AnyTagClassName
{
color: #396F7B;
}
</style>
background-color css
<style>
a { background-color: #396F7B; }
a { background-color: rgb(57,111,123); }
div.DivClassName
{
background-color: #396F7B;
}
.BgClassName
{
background-color: #396F7B;
}
</style>
border-color css
<style>
span { border-color: #396F7B; }
span { border-color: rgb(57,111,123); }
td.TdClassName
{
border-color: #396F7B;
}
.TagClassName
{
border-color: #396F7B;
}
</style>