Shades of Matisse #395F76
Tints of Matisse #395F76
RGB
CMYK
RGB Variations
Color information
#395F76 (or 0x395F76) is known color: Matisse. HEX triplet: 39, 5F and 76. RGB value is (57,95,118). Sum of RGB (Red+Green+Blue) = 57+95+118=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #395F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F76 is #C6A089. Grayscale: #565656. Windows color (decimal): -13017226 or 7757625. OLE color: 7757625.
HSL color Cylindrical-coordinate representation of color #395F76: hue angle of 202.62º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #395F76 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 95 | 118 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.54 |
| HSL | 202.62º | 0.35% | 0.34% | - |
| HSV(B) | 202.62º | 0.52% | 0.46% | - |
| XYZ | 9.05 | 10.36 | 18.66 | - |
| YUV | 86.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 95 | 118 | 0.52 | 0.19 | 0 | 0.54 | 202.62 | 0.35 | 0.34 |
| Hex | 39 | 5F | 76 | 34 | 13 | 0 | 36 | CB | 23 | 22 |
| Octal | 71 | 137 | 166 | 64 | 23 | 0 | 66 | 313 | 43 | 42 |
| Binary | 111001 | 1011111 | 1110110 | 110100 | 10011 | 0 | 110110 | 11001011 | 100011 | 100010 |
Color Harmonies of #395F76
Complementary color
Monochromatic Colors of #395F76
Black with #395F76
Text Example
Text Example
White with #395F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395F76; }
p { color: rgb(57,95,118); }
H1.HeaderClassName
{
color: #395F76;
}
.AnyTagClassName
{
color: #395F76;
}
</style>
background-color css
<style>
a { background-color: #395F76; }
a { background-color: rgb(57,95,118); }
div.DivClassName
{
background-color: #395F76;
}
.BgClassName
{
background-color: #395F76;
}
</style>
border-color css
<style>
span { border-color: #395F76; }
span { border-color: rgb(57,95,118); }
td.TdClassName
{
border-color: #395F76;
}
.TagClassName
{
border-color: #395F76;
}
</style>