Shades of Matisse #3D6077
Tints of Matisse #3D6077
RGB
CMYK
RGB Variations
Color information
#3D6077 (or 0x3D6077) is known color: Matisse. HEX triplet: 3D, 60 and 77. RGB value is (61,96,119). Sum of RGB (Red+Green+Blue) = 61+96+119=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D6077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6077 is #C29F88. Grayscale: #585858. Windows color (decimal): -12754825 or 7823421. OLE color: 7823421.
HSL color Cylindrical-coordinate representation of color #3D6077: hue angle of 203.79º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D6077 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 96 | 119 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.53 |
| HSL | 203.79º | 0.32% | 0.35% | - |
| HSV(B) | 203.79º | 0.49% | 0.47% | - |
| XYZ | 9.44 | 10.69 | 19.02 | - |
| YUV | 88.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 96 | 119 | 0.49 | 0.19 | 0 | 0.53 | 203.79 | 0.32 | 0.35 |
| Hex | 3D | 60 | 77 | 31 | 13 | 0 | 35 | CC | 20 | 23 |
| Octal | 75 | 140 | 167 | 61 | 23 | 0 | 65 | 314 | 40 | 43 |
| Binary | 111101 | 1100000 | 1110111 | 110001 | 10011 | 0 | 110101 | 11001100 | 100000 | 100011 |
Color Harmonies of #3D6077
Complementary color
Monochromatic Colors of #3D6077
Black with #3D6077
Text Example
Text Example
White with #3D6077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6077; }
p { color: rgb(61,96,119); }
H1.HeaderClassName
{
color: #3D6077;
}
.AnyTagClassName
{
color: #3D6077;
}
</style>
background-color css
<style>
a { background-color: #3D6077; }
a { background-color: rgb(61,96,119); }
div.DivClassName
{
background-color: #3D6077;
}
.BgClassName
{
background-color: #3D6077;
}
</style>
border-color css
<style>
span { border-color: #3D6077; }
span { border-color: rgb(61,96,119); }
td.TdClassName
{
border-color: #3D6077;
}
.TagClassName
{
border-color: #3D6077;
}
</style>