Shades of Matisse #3D5A72
Tints of Matisse #3D5A72
RGB
CMYK
RGB Variations
Color information
#3D5A72 (or 0x3D5A72) is known color: Matisse. HEX triplet: 3D, 5A and 72. RGB value is (61,90,114). Sum of RGB (Red+Green+Blue) = 61+90+114=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D5A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5A72 is #C2A58D. Grayscale: #535353. Windows color (decimal): -12756366 or 7494205. OLE color: 7494205.
HSL color Cylindrical-coordinate representation of color #3D5A72: hue angle of 207.17º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D5A72 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 90 | 114 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.55 |
| HSL | 207.17º | 0.3% | 0.34% | - |
| HSV(B) | 207.17º | 0.46% | 0.45% | - |
| XYZ | 8.62 | 9.52 | 17.3 | - |
| YUV | 84.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 90 | 114 | 0.46 | 0.21 | 0 | 0.55 | 207.17 | 0.3 | 0.34 |
| Hex | 3D | 5A | 72 | 2E | 15 | 0 | 37 | CF | 1E | 22 |
| Octal | 75 | 132 | 162 | 56 | 25 | 0 | 67 | 317 | 36 | 42 |
| Binary | 111101 | 1011010 | 1110010 | 101110 | 10101 | 0 | 110111 | 11001111 | 11110 | 100010 |
Color Harmonies of #3D5A72
Complementary color
Monochromatic Colors of #3D5A72
Black with #3D5A72
Text Example
Text Example
White with #3D5A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5A72; }
p { color: rgb(61,90,114); }
H1.HeaderClassName
{
color: #3D5A72;
}
.AnyTagClassName
{
color: #3D5A72;
}
</style>
background-color css
<style>
a { background-color: #3D5A72; }
a { background-color: rgb(61,90,114); }
div.DivClassName
{
background-color: #3D5A72;
}
.BgClassName
{
background-color: #3D5A72;
}
</style>
border-color css
<style>
span { border-color: #3D5A72; }
span { border-color: rgb(61,90,114); }
td.TdClassName
{
border-color: #3D5A72;
}
.TagClassName
{
border-color: #3D5A72;
}
</style>