Shades of Matisse #3D5E86
Tints of Matisse #3D5E86
RGB
CMYK
RGB Variations
Color information
#3D5E86 (or 0x3D5E86) is known color: Matisse. HEX triplet: 3D, 5E and 86. RGB value is (61,94,134). Sum of RGB (Red+Green+Blue) = 61+94+134=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #3D5E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5E86 is #C2A179. Grayscale: #585858. Windows color (decimal): -12755322 or 8805949. OLE color: 8805949.
HSL color Cylindrical-coordinate representation of color #3D5E86: hue angle of 212.88º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D5E86 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 94 | 134 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.47 |
| HSL | 212.88º | 0.37% | 0.38% | - |
| HSV(B) | 212.88º | 0.54% | 0.53% | - |
| XYZ | 10.23 | 10.72 | 24.08 | - |
| YUV | 88.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 94 | 134 | 0.54 | 0.30 | 0 | 0.47 | 212.88 | 0.37 | 0.38 |
| Hex | 3D | 5E | 86 | 36 | 1E | 0 | 2F | D5 | 25 | 26 |
| Octal | 75 | 136 | 206 | 66 | 36 | 0 | 57 | 325 | 45 | 46 |
| Binary | 111101 | 1011110 | 10000110 | 110110 | 11110 | 0 | 101111 | 11010101 | 100101 | 100110 |
Color Harmonies of #3D5E86
Complementary color
Monochromatic Colors of #3D5E86
Black with #3D5E86
Text Example
Text Example
White with #3D5E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5E86; }
p { color: rgb(61,94,134); }
H1.HeaderClassName
{
color: #3D5E86;
}
.AnyTagClassName
{
color: #3D5E86;
}
</style>
background-color css
<style>
a { background-color: #3D5E86; }
a { background-color: rgb(61,94,134); }
div.DivClassName
{
background-color: #3D5E86;
}
.BgClassName
{
background-color: #3D5E86;
}
</style>
border-color css
<style>
span { border-color: #3D5E86; }
span { border-color: rgb(61,94,134); }
td.TdClassName
{
border-color: #3D5E86;
}
.TagClassName
{
border-color: #3D5E86;
}
</style>