Shades of Matisse #3D6487
Tints of Matisse #3D6487
RGB
CMYK
RGB Variations
Color information
#3D6487 (or 0x3D6487) is known color: Matisse. HEX triplet: 3D, 64 and 87. RGB value is (61,100,135). Sum of RGB (Red+Green+Blue) = 61+100+135=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D6487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6487 is #C29B78. Grayscale: #5C5C5C. Windows color (decimal): -12753785 or 8873021. OLE color: 8873021.
HSL color Cylindrical-coordinate representation of color #3D6487: hue angle of 208.38º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D6487 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 100 | 135 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.47 |
| HSL | 208.38º | 0.38% | 0.38% | - |
| HSV(B) | 208.38º | 0.55% | 0.53% | - |
| XYZ | 10.85 | 11.86 | 24.64 | - |
| YUV | 92.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 100 | 135 | 0.55 | 0.26 | 0 | 0.47 | 208.38 | 0.38 | 0.38 |
| Hex | 3D | 64 | 87 | 37 | 1A | 0 | 2F | D0 | 26 | 26 |
| Octal | 75 | 144 | 207 | 67 | 32 | 0 | 57 | 320 | 46 | 46 |
| Binary | 111101 | 1100100 | 10000111 | 110111 | 11010 | 0 | 101111 | 11010000 | 100110 | 100110 |
Color Harmonies of #3D6487
Complementary color
Monochromatic Colors of #3D6487
Black with #3D6487
Text Example
Text Example
White with #3D6487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6487; }
p { color: rgb(61,100,135); }
H1.HeaderClassName
{
color: #3D6487;
}
.AnyTagClassName
{
color: #3D6487;
}
</style>
background-color css
<style>
a { background-color: #3D6487; }
a { background-color: rgb(61,100,135); }
div.DivClassName
{
background-color: #3D6487;
}
.BgClassName
{
background-color: #3D6487;
}
</style>
border-color css
<style>
span { border-color: #3D6487; }
span { border-color: rgb(61,100,135); }
td.TdClassName
{
border-color: #3D6487;
}
.TagClassName
{
border-color: #3D6487;
}
</style>