Shades of Matisse #3D5C79
Tints of Matisse #3D5C79
RGB
CMYK
RGB Variations
Color information
#3D5C79 (or 0x3D5C79) is known color: Matisse. HEX triplet: 3D, 5C and 79. RGB value is (61,92,121). Sum of RGB (Red+Green+Blue) = 61+92+121=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D5C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5C79 is #C2A386. Grayscale: #555555. Windows color (decimal): -12755847 or 7953469. OLE color: 7953469.
HSL color Cylindrical-coordinate representation of color #3D5C79: hue angle of 209º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D5C79 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 92 | 121 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.53 |
| HSL | 209º | 0.33% | 0.36% | - |
| HSV(B) | 209º | 0.5% | 0.47% | - |
| XYZ | 9.2 | 10.03 | 19.54 | - |
| YUV | 86.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 92 | 121 | 0.50 | 0.24 | 0 | 0.53 | 209 | 0.33 | 0.36 |
| Hex | 3D | 5C | 79 | 32 | 18 | 0 | 35 | D1 | 21 | 24 |
| Octal | 75 | 134 | 171 | 62 | 30 | 0 | 65 | 321 | 41 | 44 |
| Binary | 111101 | 1011100 | 1111001 | 110010 | 11000 | 0 | 110101 | 11010001 | 100001 | 100100 |
Color Harmonies of #3D5C79
Complementary color
Monochromatic Colors of #3D5C79
Black with #3D5C79
Text Example
Text Example
White with #3D5C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5C79; }
p { color: rgb(61,92,121); }
H1.HeaderClassName
{
color: #3D5C79;
}
.AnyTagClassName
{
color: #3D5C79;
}
</style>
background-color css
<style>
a { background-color: #3D5C79; }
a { background-color: rgb(61,92,121); }
div.DivClassName
{
background-color: #3D5C79;
}
.BgClassName
{
background-color: #3D5C79;
}
</style>
border-color css
<style>
span { border-color: #3D5C79; }
span { border-color: rgb(61,92,121); }
td.TdClassName
{
border-color: #3D5C79;
}
.TagClassName
{
border-color: #3D5C79;
}
</style>