Shades of Matisse #3D576F
Tints of Matisse #3D576F
RGB
CMYK
RGB Variations
Color information
#3D576F (or 0x3D576F) is known color: Matisse. HEX triplet: 3D, 57 and 6F. RGB value is (61,87,111). Sum of RGB (Red+Green+Blue) = 61+87+111=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D576F is #C2A890. Grayscale: #515151. Windows color (decimal): -12757137 or 7296829. OLE color: 7296829.
HSL color Cylindrical-coordinate representation of color #3D576F: hue angle of 208.8º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D576F is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 87 | 111 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.56 |
| HSL | 208.8º | 0.29% | 0.34% | - |
| HSV(B) | 208.8º | 0.45% | 0.44% | - |
| XYZ | 8.2 | 8.96 | 16.34 | - |
| YUV | 81.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 111 | 0.45 | 0.22 | 0 | 0.56 | 208.8 | 0.29 | 0.34 |
| Hex | 3D | 57 | 6F | 2D | 16 | 0 | 38 | D1 | 1D | 22 |
| Octal | 75 | 127 | 157 | 55 | 26 | 0 | 70 | 321 | 35 | 42 |
| Binary | 111101 | 1010111 | 1101111 | 101101 | 10110 | 0 | 111000 | 11010001 | 11101 | 100010 |
Color Harmonies of #3D576F
Complementary color
Monochromatic Colors of #3D576F
Black with #3D576F
Text Example
Text Example
White with #3D576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D576F; }
p { color: rgb(61,87,111); }
H1.HeaderClassName
{
color: #3D576F;
}
.AnyTagClassName
{
color: #3D576F;
}
</style>
background-color css
<style>
a { background-color: #3D576F; }
a { background-color: rgb(61,87,111); }
div.DivClassName
{
background-color: #3D576F;
}
.BgClassName
{
background-color: #3D576F;
}
</style>
border-color css
<style>
span { border-color: #3D576F; }
span { border-color: rgb(61,87,111); }
td.TdClassName
{
border-color: #3D576F;
}
.TagClassName
{
border-color: #3D576F;
}
</style>