Shades of Matisse #395F7D
Tints of Matisse #395F7D
RGB
CMYK
RGB Variations
Color information
#395F7D (or 0x395F7D) is known color: Matisse. HEX triplet: 39, 5F and 7D. RGB value is (57,95,125). Sum of RGB (Red+Green+Blue) = 57+95+125=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #395F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F7D is #C6A082. Grayscale: #565656. Windows color (decimal): -13017219 or 8216377. OLE color: 8216377.
HSL color Cylindrical-coordinate representation of color #395F7D: hue angle of 206.47º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #395F7D is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 95 | 125 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.51 |
| HSL | 206.47º | 0.37% | 0.36% | - |
| HSV(B) | 206.47º | 0.54% | 0.49% | - |
| XYZ | 9.48 | 10.53 | 20.94 | - |
| YUV | 87.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 95 | 125 | 0.54 | 0.24 | 0 | 0.51 | 206.47 | 0.37 | 0.36 |
| Hex | 39 | 5F | 7D | 36 | 18 | 0 | 33 | CE | 25 | 24 |
| Octal | 71 | 137 | 175 | 66 | 30 | 0 | 63 | 316 | 45 | 44 |
| Binary | 111001 | 1011111 | 1111101 | 110110 | 11000 | 0 | 110011 | 11001110 | 100101 | 100100 |
Color Harmonies of #395F7D
Complementary color
Monochromatic Colors of #395F7D
Black with #395F7D
Text Example
Text Example
White with #395F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395F7D; }
p { color: rgb(57,95,125); }
H1.HeaderClassName
{
color: #395F7D;
}
.AnyTagClassName
{
color: #395F7D;
}
</style>
background-color css
<style>
a { background-color: #395F7D; }
a { background-color: rgb(57,95,125); }
div.DivClassName
{
background-color: #395F7D;
}
.BgClassName
{
background-color: #395F7D;
}
</style>
border-color css
<style>
span { border-color: #395F7D; }
span { border-color: rgb(57,95,125); }
td.TdClassName
{
border-color: #395F7D;
}
.TagClassName
{
border-color: #395F7D;
}
</style>