Shades of Matisse #3D6282
Tints of Matisse #3D6282
RGB
CMYK
RGB Variations
Color information
#3D6282 (or 0x3D6282) is known color: Matisse. HEX triplet: 3D, 62 and 82. RGB value is (61,98,130). Sum of RGB (Red+Green+Blue) = 61+98+130=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #3D6282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6282 is #C29D7D. Grayscale: #5A5A5A. Windows color (decimal): -12754302 or 8544829. OLE color: 8544829.
HSL color Cylindrical-coordinate representation of color #3D6282: hue angle of 207.83º 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 #3D6282 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 98 | 130 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.49 |
| HSL | 207.83º | 0.36% | 0.37% | - |
| HSV(B) | 207.83º | 0.53% | 0.51% | - |
| XYZ | 10.32 | 11.34 | 22.76 | - |
| YUV | 90.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 98 | 130 | 0.53 | 0.25 | 0 | 0.49 | 207.83 | 0.36 | 0.37 |
| Hex | 3D | 62 | 82 | 35 | 19 | 0 | 31 | D0 | 24 | 25 |
| Octal | 75 | 142 | 202 | 65 | 31 | 0 | 61 | 320 | 44 | 45 |
| Binary | 111101 | 1100010 | 10000010 | 110101 | 11001 | 0 | 110001 | 11010000 | 100100 | 100101 |
Color Harmonies of #3D6282
Complementary color
Monochromatic Colors of #3D6282
Black with #3D6282
Text Example
Text Example
White with #3D6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6282; }
p { color: rgb(61,98,130); }
H1.HeaderClassName
{
color: #3D6282;
}
.AnyTagClassName
{
color: #3D6282;
}
</style>
background-color css
<style>
a { background-color: #3D6282; }
a { background-color: rgb(61,98,130); }
div.DivClassName
{
background-color: #3D6282;
}
.BgClassName
{
background-color: #3D6282;
}
</style>
border-color css
<style>
span { border-color: #3D6282; }
span { border-color: rgb(61,98,130); }
td.TdClassName
{
border-color: #3D6282;
}
.TagClassName
{
border-color: #3D6282;
}
</style>