Shades of Matisse #395F85
Tints of Matisse #395F85
RGB
CMYK
RGB Variations
Color information
#395F85 (or 0x395F85) is known color: Matisse. HEX triplet: 39, 5F and 85. RGB value is (57,95,133). Sum of RGB (Red+Green+Blue) = 57+95+133=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #395F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395F85 is #C6A07A. Grayscale: #575757. Windows color (decimal): -13017211 or 8740665. OLE color: 8740665.
HSL color Cylindrical-coordinate representation of color #395F85: hue angle of 210º 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 #395F85 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 95 | 133 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.48 |
| HSL | 210º | 0.4% | 0.37% | - |
| HSV(B) | 210º | 0.57% | 0.52% | - |
| XYZ | 10.01 | 10.75 | 23.74 | - |
| YUV | 87.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 95 | 133 | 0.57 | 0.29 | 0 | 0.48 | 210 | 0.4 | 0.37 |
| Hex | 39 | 5F | 85 | 39 | 1D | 0 | 30 | D2 | 28 | 25 |
| Octal | 71 | 137 | 205 | 71 | 35 | 0 | 60 | 322 | 50 | 45 |
| Binary | 111001 | 1011111 | 10000101 | 111001 | 11101 | 0 | 110000 | 11010010 | 101000 | 100101 |
Color Harmonies of #395F85
Complementary color
Monochromatic Colors of #395F85
Black with #395F85
Text Example
Text Example
White with #395F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395F85; }
p { color: rgb(57,95,133); }
H1.HeaderClassName
{
color: #395F85;
}
.AnyTagClassName
{
color: #395F85;
}
</style>
background-color css
<style>
a { background-color: #395F85; }
a { background-color: rgb(57,95,133); }
div.DivClassName
{
background-color: #395F85;
}
.BgClassName
{
background-color: #395F85;
}
</style>
border-color css
<style>
span { border-color: #395F85; }
span { border-color: rgb(57,95,133); }
td.TdClassName
{
border-color: #395F85;
}
.TagClassName
{
border-color: #395F85;
}
</style>