Shades of Matisse #3D5A77
Tints of Matisse #3D5A77
RGB
CMYK
RGB Variations
Color information
#3D5A77 (or 0x3D5A77) is known color: Matisse. HEX triplet: 3D, 5A and 77. RGB value is (61,90,119). Sum of RGB (Red+Green+Blue) = 61+90+119=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D5A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5A77 is #C2A588. Grayscale: #545454. Windows color (decimal): -12756361 or 7821885. OLE color: 7821885.
HSL color Cylindrical-coordinate representation of color #3D5A77: hue angle of 210º 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 #3D5A77 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 90 | 119 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.53 |
| HSL | 210º | 0.32% | 0.35% | - |
| HSV(B) | 210º | 0.49% | 0.47% | - |
| XYZ | 8.91 | 9.64 | 18.84 | - |
| YUV | 84.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 90 | 119 | 0.49 | 0.24 | 0 | 0.53 | 210 | 0.32 | 0.35 |
| Hex | 3D | 5A | 77 | 31 | 18 | 0 | 35 | D2 | 20 | 23 |
| Octal | 75 | 132 | 167 | 61 | 30 | 0 | 65 | 322 | 40 | 43 |
| Binary | 111101 | 1011010 | 1110111 | 110001 | 11000 | 0 | 110101 | 11010010 | 100000 | 100011 |
Color Harmonies of #3D5A77
Complementary color
Monochromatic Colors of #3D5A77
Black with #3D5A77
Text Example
Text Example
White with #3D5A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5A77; }
p { color: rgb(61,90,119); }
H1.HeaderClassName
{
color: #3D5A77;
}
.AnyTagClassName
{
color: #3D5A77;
}
</style>
background-color css
<style>
a { background-color: #3D5A77; }
a { background-color: rgb(61,90,119); }
div.DivClassName
{
background-color: #3D5A77;
}
.BgClassName
{
background-color: #3D5A77;
}
</style>
border-color css
<style>
span { border-color: #3D5A77; }
span { border-color: rgb(61,90,119); }
td.TdClassName
{
border-color: #3D5A77;
}
.TagClassName
{
border-color: #3D5A77;
}
</style>