Shades of Matisse #3D5D72
Tints of Matisse #3D5D72
RGB
CMYK
RGB Variations
Color information
#3D5D72 (or 0x3D5D72) is known color: Matisse. HEX triplet: 3D, 5D and 72. RGB value is (61,93,114). Sum of RGB (Red+Green+Blue) = 61+93+114=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D5D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5D72 is #C2A28D. Grayscale: #555555. Windows color (decimal): -12755598 or 7494973. OLE color: 7494973.
HSL color Cylindrical-coordinate representation of color #3D5D72: hue angle of 203.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D5D72 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 93 | 114 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.55 |
| HSL | 203.77º | 0.3% | 0.34% | - |
| HSV(B) | 203.77º | 0.46% | 0.45% | - |
| XYZ | 8.88 | 10.04 | 17.39 | - |
| YUV | 85.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 93 | 114 | 0.46 | 0.18 | 0 | 0.55 | 203.77 | 0.3 | 0.34 |
| Hex | 3D | 5D | 72 | 2E | 12 | 0 | 37 | CC | 1E | 22 |
| Octal | 75 | 135 | 162 | 56 | 22 | 0 | 67 | 314 | 36 | 42 |
| Binary | 111101 | 1011101 | 1110010 | 101110 | 10010 | 0 | 110111 | 11001100 | 11110 | 100010 |
Color Harmonies of #3D5D72
Complementary color
Monochromatic Colors of #3D5D72
Black with #3D5D72
Text Example
Text Example
White with #3D5D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5D72; }
p { color: rgb(61,93,114); }
H1.HeaderClassName
{
color: #3D5D72;
}
.AnyTagClassName
{
color: #3D5D72;
}
</style>
background-color css
<style>
a { background-color: #3D5D72; }
a { background-color: rgb(61,93,114); }
div.DivClassName
{
background-color: #3D5D72;
}
.BgClassName
{
background-color: #3D5D72;
}
</style>
border-color css
<style>
span { border-color: #3D5D72; }
span { border-color: rgb(61,93,114); }
td.TdClassName
{
border-color: #3D5D72;
}
.TagClassName
{
border-color: #3D5D72;
}
</style>