Shades of Matisse #3D587C
Tints of Matisse #3D587C
RGB
CMYK
RGB Variations
Color information
#3D587C (or 0x3D587C) is known color: Matisse. HEX triplet: 3D, 58 and 7C. RGB value is (61,88,124). Sum of RGB (Red+Green+Blue) = 61+88+124=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D587C is #C2A783. Grayscale: #535353. Windows color (decimal): -12756868 or 8149053. OLE color: 8149053.
HSL color Cylindrical-coordinate representation of color #3D587C: hue angle of 214.29º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D587C is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 88 | 124 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.51 |
| HSL | 214.29º | 0.34% | 0.36% | - |
| HSV(B) | 214.29º | 0.51% | 0.49% | - |
| XYZ | 9.05 | 9.43 | 20.41 | - |
| YUV | 84.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 88 | 124 | 0.51 | 0.29 | 0 | 0.51 | 214.29 | 0.34 | 0.36 |
| Hex | 3D | 58 | 7C | 33 | 1D | 0 | 33 | D6 | 22 | 24 |
| Octal | 75 | 130 | 174 | 63 | 35 | 0 | 63 | 326 | 42 | 44 |
| Binary | 111101 | 1011000 | 1111100 | 110011 | 11101 | 0 | 110011 | 11010110 | 100010 | 100100 |
Color Harmonies of #3D587C
Complementary color
Monochromatic Colors of #3D587C
Black with #3D587C
Text Example
Text Example
White with #3D587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D587C; }
p { color: rgb(61,88,124); }
H1.HeaderClassName
{
color: #3D587C;
}
.AnyTagClassName
{
color: #3D587C;
}
</style>
background-color css
<style>
a { background-color: #3D587C; }
a { background-color: rgb(61,88,124); }
div.DivClassName
{
background-color: #3D587C;
}
.BgClassName
{
background-color: #3D587C;
}
</style>
border-color css
<style>
span { border-color: #3D587C; }
span { border-color: rgb(61,88,124); }
td.TdClassName
{
border-color: #3D587C;
}
.TagClassName
{
border-color: #3D587C;
}
</style>