Shades of Matisse #3D5E7C
Tints of Matisse #3D5E7C
RGB
CMYK
RGB Variations
Color information
#3D5E7C (or 0x3D5E7C) is known color: Matisse. HEX triplet: 3D, 5E and 7C. RGB value is (61,94,124). Sum of RGB (Red+Green+Blue) = 61+94+124=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D5E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5E7C is #C2A183. Grayscale: #575757. Windows color (decimal): -12755332 or 8150589. OLE color: 8150589.
HSL color Cylindrical-coordinate representation of color #3D5E7C: hue angle of 208.57º 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 #3D5E7C is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 94 | 124 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.51 |
| HSL | 208.57º | 0.34% | 0.36% | - |
| HSV(B) | 208.57º | 0.51% | 0.49% | - |
| XYZ | 9.57 | 10.45 | 20.58 | - |
| YUV | 87.55 | 148.57 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 94 | 124 | 0.51 | 0.24 | 0 | 0.51 | 208.57 | 0.34 | 0.36 |
| Hex | 3D | 5E | 7C | 33 | 18 | 0 | 33 | D1 | 22 | 24 |
| Octal | 75 | 136 | 174 | 63 | 30 | 0 | 63 | 321 | 42 | 44 |
| Binary | 111101 | 1011110 | 1111100 | 110011 | 11000 | 0 | 110011 | 11010001 | 100010 | 100100 |
Color Harmonies of #3D5E7C
Complementary color
Monochromatic Colors of #3D5E7C
Black with #3D5E7C
Text Example
Text Example
White with #3D5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5E7C; }
p { color: rgb(61,94,124); }
H1.HeaderClassName
{
color: #3D5E7C;
}
.AnyTagClassName
{
color: #3D5E7C;
}
</style>
background-color css
<style>
a { background-color: #3D5E7C; }
a { background-color: rgb(61,94,124); }
div.DivClassName
{
background-color: #3D5E7C;
}
.BgClassName
{
background-color: #3D5E7C;
}
</style>
border-color css
<style>
span { border-color: #3D5E7C; }
span { border-color: rgb(61,94,124); }
td.TdClassName
{
border-color: #3D5E7C;
}
.TagClassName
{
border-color: #3D5E7C;
}
</style>