Shades of Matisse #3D6181
Tints of Matisse #3D6181
RGB
CMYK
RGB Variations
Color information
#3D6181 (or 0x3D6181) is known color: Matisse. HEX triplet: 3D, 61 and 81. RGB value is (61,97,129). Sum of RGB (Red+Green+Blue) = 61+97+129=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #3D6181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6181 is #C29E7E. Grayscale: #595959. Windows color (decimal): -12754559 or 8479037. OLE color: 8479037.
HSL color Cylindrical-coordinate representation of color #3D6181: hue angle of 208.24º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D6181 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 97 | 129 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.49 |
| HSL | 208.24º | 0.36% | 0.37% | - |
| HSV(B) | 208.24º | 0.53% | 0.51% | - |
| XYZ | 10.16 | 11.13 | 22.38 | - |
| YUV | 89.88 | 150.07 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 97 | 129 | 0.53 | 0.25 | 0 | 0.49 | 208.24 | 0.36 | 0.37 |
| Hex | 3D | 61 | 81 | 35 | 19 | 0 | 31 | D0 | 24 | 25 |
| Octal | 75 | 141 | 201 | 65 | 31 | 0 | 61 | 320 | 44 | 45 |
| Binary | 111101 | 1100001 | 10000001 | 110101 | 11001 | 0 | 110001 | 11010000 | 100100 | 100101 |
Color Harmonies of #3D6181
Complementary color
Monochromatic Colors of #3D6181
Black with #3D6181
Text Example
Text Example
White with #3D6181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6181; }
p { color: rgb(61,97,129); }
H1.HeaderClassName
{
color: #3D6181;
}
.AnyTagClassName
{
color: #3D6181;
}
</style>
background-color css
<style>
a { background-color: #3D6181; }
a { background-color: rgb(61,97,129); }
div.DivClassName
{
background-color: #3D6181;
}
.BgClassName
{
background-color: #3D6181;
}
</style>
border-color css
<style>
span { border-color: #3D6181; }
span { border-color: rgb(61,97,129); }
td.TdClassName
{
border-color: #3D6181;
}
.TagClassName
{
border-color: #3D6181;
}
</style>