Shades of Matisse #395C84
Tints of Matisse #395C84
RGB
CMYK
RGB Variations
Color information
#395C84 (or 0x395C84) is known color: Matisse. HEX triplet: 39, 5C and 84. RGB value is (57,92,132). Sum of RGB (Red+Green+Blue) = 57+92+132=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #395C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395C84 is #C6A37B. Grayscale: #555555. Windows color (decimal): -13017980 or 8674361. OLE color: 8674361.
HSL color Cylindrical-coordinate representation of color #395C84: hue angle of 212º 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 #395C84 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 92 | 132 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.48 |
| HSL | 212º | 0.4% | 0.37% | - |
| HSV(B) | 212º | 0.57% | 0.52% | - |
| XYZ | 9.68 | 10.19 | 23.29 | - |
| YUV | 86.1 | 153.9 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 132 | 0.57 | 0.30 | 0 | 0.48 | 212 | 0.4 | 0.37 |
| Hex | 39 | 5C | 84 | 39 | 1E | 0 | 30 | D4 | 28 | 25 |
| Octal | 71 | 134 | 204 | 71 | 36 | 0 | 60 | 324 | 50 | 45 |
| Binary | 111001 | 1011100 | 10000100 | 111001 | 11110 | 0 | 110000 | 11010100 | 101000 | 100101 |
Color Harmonies of #395C84
Complementary color
Monochromatic Colors of #395C84
Black with #395C84
Text Example
Text Example
White with #395C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395C84; }
p { color: rgb(57,92,132); }
H1.HeaderClassName
{
color: #395C84;
}
.AnyTagClassName
{
color: #395C84;
}
</style>
background-color css
<style>
a { background-color: #395C84; }
a { background-color: rgb(57,92,132); }
div.DivClassName
{
background-color: #395C84;
}
.BgClassName
{
background-color: #395C84;
}
</style>
border-color css
<style>
span { border-color: #395C84; }
span { border-color: rgb(57,92,132); }
td.TdClassName
{
border-color: #395C84;
}
.TagClassName
{
border-color: #395C84;
}
</style>