Shades of Matisse #396385
Tints of Matisse #396385
RGB
CMYK
RGB Variations
Color information
#396385 (or 0x396385) is known color: Matisse. HEX triplet: 39, 63 and 85. RGB value is (57,99,133). Sum of RGB (Red+Green+Blue) = 57+99+133=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #396385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396385 is #C69C7A. Grayscale: #5A5A5A. Windows color (decimal): -13016187 or 8741689. OLE color: 8741689.
HSL color Cylindrical-coordinate representation of color #396385: hue angle of 206.84º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #396385 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 99 | 133 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.48 |
| HSL | 206.84º | 0.4% | 0.37% | - |
| HSV(B) | 206.84º | 0.57% | 0.52% | - |
| XYZ | 10.38 | 11.49 | 23.86 | - |
| YUV | 90.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 133 | 0.57 | 0.26 | 0 | 0.48 | 206.84 | 0.4 | 0.37 |
| Hex | 39 | 63 | 85 | 39 | 1A | 0 | 30 | CF | 28 | 25 |
| Octal | 71 | 143 | 205 | 71 | 32 | 0 | 60 | 317 | 50 | 45 |
| Binary | 111001 | 1100011 | 10000101 | 111001 | 11010 | 0 | 110000 | 11001111 | 101000 | 100101 |
Color Harmonies of #396385
Complementary color
Monochromatic Colors of #396385
Black with #396385
Text Example
Text Example
White with #396385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396385; }
p { color: rgb(57,99,133); }
H1.HeaderClassName
{
color: #396385;
}
.AnyTagClassName
{
color: #396385;
}
</style>
background-color css
<style>
a { background-color: #396385; }
a { background-color: rgb(57,99,133); }
div.DivClassName
{
background-color: #396385;
}
.BgClassName
{
background-color: #396385;
}
</style>
border-color css
<style>
span { border-color: #396385; }
span { border-color: rgb(57,99,133); }
td.TdClassName
{
border-color: #396385;
}
.TagClassName
{
border-color: #396385;
}
</style>