Shades of Matisse #396388
Tints of Matisse #396388
RGB
CMYK
RGB Variations
Color information
#396388 (or 0x396388) is known color: Matisse. HEX triplet: 39, 63 and 88. RGB value is (57,99,136). Sum of RGB (Red+Green+Blue) = 57+99+136=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #396388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396388 is #C69C77. Grayscale: #5A5A5A. Windows color (decimal): -13016184 or 8938297. OLE color: 8938297.
HSL color Cylindrical-coordinate representation of color #396388: hue angle of 208.1º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #396388 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 99 | 136 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.47 |
| HSL | 208.1º | 0.41% | 0.38% | - |
| HSV(B) | 208.1º | 0.58% | 0.53% | - |
| XYZ | 10.59 | 11.57 | 24.97 | - |
| YUV | 90.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 136 | 0.58 | 0.27 | 0 | 0.47 | 208.1 | 0.41 | 0.38 |
| Hex | 39 | 63 | 88 | 3A | 1B | 0 | 2F | D0 | 29 | 26 |
| Octal | 71 | 143 | 210 | 72 | 33 | 0 | 57 | 320 | 51 | 46 |
| Binary | 111001 | 1100011 | 10001000 | 111010 | 11011 | 0 | 101111 | 11010000 | 101001 | 100110 |
Color Harmonies of #396388
Complementary color
Monochromatic Colors of #396388
Black with #396388
Text Example
Text Example
White with #396388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396388; }
p { color: rgb(57,99,136); }
H1.HeaderClassName
{
color: #396388;
}
.AnyTagClassName
{
color: #396388;
}
</style>
background-color css
<style>
a { background-color: #396388; }
a { background-color: rgb(57,99,136); }
div.DivClassName
{
background-color: #396388;
}
.BgClassName
{
background-color: #396388;
}
</style>
border-color css
<style>
span { border-color: #396388; }
span { border-color: rgb(57,99,136); }
td.TdClassName
{
border-color: #396388;
}
.TagClassName
{
border-color: #396388;
}
</style>