Shades of Matisse #3D5874
Tints of Matisse #3D5874
RGB
CMYK
RGB Variations
Color information
#3D5874 (or 0x3D5874) is known color: Matisse. HEX triplet: 3D, 58 and 74. RGB value is (61,88,116). Sum of RGB (Red+Green+Blue) = 61+88+116=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D5874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5874 is #C2A78B. Grayscale: #525252. Windows color (decimal): -12756876 or 7624765. OLE color: 7624765.
HSL color Cylindrical-coordinate representation of color #3D5874: hue angle of 210.55º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D5874 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 88 | 116 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.55 |
| HSL | 210.55º | 0.31% | 0.35% | - |
| HSV(B) | 210.55º | 0.47% | 0.45% | - |
| XYZ | 8.57 | 9.23 | 17.85 | - |
| YUV | 83.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 88 | 116 | 0.47 | 0.24 | 0 | 0.55 | 210.55 | 0.31 | 0.35 |
| Hex | 3D | 58 | 74 | 2F | 18 | 0 | 37 | D3 | 1F | 23 |
| Octal | 75 | 130 | 164 | 57 | 30 | 0 | 67 | 323 | 37 | 43 |
| Binary | 111101 | 1011000 | 1110100 | 101111 | 11000 | 0 | 110111 | 11010011 | 11111 | 100011 |
Color Harmonies of #3D5874
Complementary color
Monochromatic Colors of #3D5874
Black with #3D5874
Text Example
Text Example
White with #3D5874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5874; }
p { color: rgb(61,88,116); }
H1.HeaderClassName
{
color: #3D5874;
}
.AnyTagClassName
{
color: #3D5874;
}
</style>
background-color css
<style>
a { background-color: #3D5874; }
a { background-color: rgb(61,88,116); }
div.DivClassName
{
background-color: #3D5874;
}
.BgClassName
{
background-color: #3D5874;
}
</style>
border-color css
<style>
span { border-color: #3D5874; }
span { border-color: rgb(61,88,116); }
td.TdClassName
{
border-color: #3D5874;
}
.TagClassName
{
border-color: #3D5874;
}
</style>