Shades of Matisse #395E75
Tints of Matisse #395E75
RGB
CMYK
RGB Variations
Color information
#395E75 (or 0x395E75) is known color: Matisse. HEX triplet: 39, 5E and 75. RGB value is (57,94,117). Sum of RGB (Red+Green+Blue) = 57+94+117=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #395E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E75 is #C6A18A. Grayscale: #555555. Windows color (decimal): -13017483 or 7691833. OLE color: 7691833.
HSL color Cylindrical-coordinate representation of color #395E75: hue angle of 203º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #395E75 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 94 | 117 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.54 |
| HSL | 203º | 0.34% | 0.34% | - |
| HSV(B) | 203º | 0.51% | 0.46% | - |
| XYZ | 8.9 | 10.16 | 18.32 | - |
| YUV | 85.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 117 | 0.51 | 0.20 | 0 | 0.54 | 203 | 0.34 | 0.34 |
| Hex | 39 | 5E | 75 | 33 | 14 | 0 | 36 | CB | 22 | 22 |
| Octal | 71 | 136 | 165 | 63 | 24 | 0 | 66 | 313 | 42 | 42 |
| Binary | 111001 | 1011110 | 1110101 | 110011 | 10100 | 0 | 110110 | 11001011 | 100010 | 100010 |
Color Harmonies of #395E75
Complementary color
Monochromatic Colors of #395E75
Black with #395E75
Text Example
Text Example
White with #395E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395E75; }
p { color: rgb(57,94,117); }
H1.HeaderClassName
{
color: #395E75;
}
.AnyTagClassName
{
color: #395E75;
}
</style>
background-color css
<style>
a { background-color: #395E75; }
a { background-color: rgb(57,94,117); }
div.DivClassName
{
background-color: #395E75;
}
.BgClassName
{
background-color: #395E75;
}
</style>
border-color css
<style>
span { border-color: #395E75; }
span { border-color: rgb(57,94,117); }
td.TdClassName
{
border-color: #395E75;
}
.TagClassName
{
border-color: #395E75;
}
</style>