Shades of Matisse #3A5571
Tints of Matisse #3A5571
RGB
CMYK
RGB Variations
Color information
#3A5571 (or 0x3A5571) is known color: Matisse. HEX triplet: 3A, 55 and 71. RGB value is (58,85,113). Sum of RGB (Red+Green+Blue) = 58+85+113=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A5571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5571 is #C5AA8E. Grayscale: #4F4F4F. Windows color (decimal): -12954255 or 7427386. OLE color: 7427386.
HSL color Cylindrical-coordinate representation of color #3A5571: hue angle of 210.55º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A5571 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 85 | 113 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.56 |
| HSL | 210.55º | 0.32% | 0.34% | - |
| HSV(B) | 210.55º | 0.49% | 0.44% | - |
| XYZ | 7.97 | 8.59 | 16.86 | - |
| YUV | 80.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 113 | 0.49 | 0.25 | 0 | 0.56 | 210.55 | 0.32 | 0.34 |
| Hex | 3A | 55 | 71 | 31 | 19 | 0 | 38 | D3 | 20 | 22 |
| Octal | 72 | 125 | 161 | 61 | 31 | 0 | 70 | 323 | 40 | 42 |
| Binary | 111010 | 1010101 | 1110001 | 110001 | 11001 | 0 | 111000 | 11010011 | 100000 | 100010 |
Color Harmonies of #3A5571
Complementary color
Monochromatic Colors of #3A5571
Black with #3A5571
Text Example
Text Example
White with #3A5571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5571; }
p { color: rgb(58,85,113); }
H1.HeaderClassName
{
color: #3A5571;
}
.AnyTagClassName
{
color: #3A5571;
}
</style>
background-color css
<style>
a { background-color: #3A5571; }
a { background-color: rgb(58,85,113); }
div.DivClassName
{
background-color: #3A5571;
}
.BgClassName
{
background-color: #3A5571;
}
</style>
border-color css
<style>
span { border-color: #3A5571; }
span { border-color: rgb(58,85,113); }
td.TdClassName
{
border-color: #3A5571;
}
.TagClassName
{
border-color: #3A5571;
}
</style>