Shades of Matisse #395D84
Tints of Matisse #395D84
RGB
CMYK
RGB Variations
Color information
#395D84 (or 0x395D84) is known color: Matisse. HEX triplet: 39, 5D and 84. RGB value is (57,93,132). Sum of RGB (Red+Green+Blue) = 57+93+132=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #395D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395D84 is #C6A27B. Grayscale: #565656. Windows color (decimal): -13017724 or 8674617. OLE color: 8674617.
HSL color Cylindrical-coordinate representation of color #395D84: hue angle of 211.2º 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 #395D84 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 93 | 132 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.48 |
| HSL | 211.2º | 0.4% | 0.37% | - |
| HSV(B) | 211.2º | 0.57% | 0.52% | - |
| XYZ | 9.77 | 10.36 | 23.32 | - |
| YUV | 86.68 | 153.57 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 132 | 0.57 | 0.30 | 0 | 0.48 | 211.2 | 0.4 | 0.37 |
| Hex | 39 | 5D | 84 | 39 | 1E | 0 | 30 | D3 | 28 | 25 |
| Octal | 71 | 135 | 204 | 71 | 36 | 0 | 60 | 323 | 50 | 45 |
| Binary | 111001 | 1011101 | 10000100 | 111001 | 11110 | 0 | 110000 | 11010011 | 101000 | 100101 |
Color Harmonies of #395D84
Complementary color
Monochromatic Colors of #395D84
Black with #395D84
Text Example
Text Example
White with #395D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395D84; }
p { color: rgb(57,93,132); }
H1.HeaderClassName
{
color: #395D84;
}
.AnyTagClassName
{
color: #395D84;
}
</style>
background-color css
<style>
a { background-color: #395D84; }
a { background-color: rgb(57,93,132); }
div.DivClassName
{
background-color: #395D84;
}
.BgClassName
{
background-color: #395D84;
}
</style>
border-color css
<style>
span { border-color: #395D84; }
span { border-color: rgb(57,93,132); }
td.TdClassName
{
border-color: #395D84;
}
.TagClassName
{
border-color: #395D84;
}
</style>