Shades of Matisse #3A5870
Tints of Matisse #3A5870
RGB
CMYK
RGB Variations
Color information
#3A5870 (or 0x3A5870) is known color: Matisse. HEX triplet: 3A, 58 and 70. RGB value is (58,88,112). Sum of RGB (Red+Green+Blue) = 58+88+112=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A5870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5870 is #C5A78F. Grayscale: #515151. Windows color (decimal): -12953488 or 7362618. OLE color: 7362618.
HSL color Cylindrical-coordinate representation of color #3A5870: hue angle of 206.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A5870 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 88 | 112 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.56 |
| HSL | 206.67º | 0.32% | 0.33% | - |
| HSV(B) | 206.67º | 0.48% | 0.44% | - |
| XYZ | 8.16 | 9.05 | 16.65 | - |
| YUV | 81.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 112 | 0.48 | 0.21 | 0 | 0.56 | 206.67 | 0.32 | 0.33 |
| Hex | 3A | 58 | 70 | 30 | 15 | 0 | 38 | CF | 20 | 21 |
| Octal | 72 | 130 | 160 | 60 | 25 | 0 | 70 | 317 | 40 | 41 |
| Binary | 111010 | 1011000 | 1110000 | 110000 | 10101 | 0 | 111000 | 11001111 | 100000 | 100001 |
Color Harmonies of #3A5870
Complementary color
Monochromatic Colors of #3A5870
Black with #3A5870
Text Example
Text Example
White with #3A5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5870; }
p { color: rgb(58,88,112); }
H1.HeaderClassName
{
color: #3A5870;
}
.AnyTagClassName
{
color: #3A5870;
}
</style>
background-color css
<style>
a { background-color: #3A5870; }
a { background-color: rgb(58,88,112); }
div.DivClassName
{
background-color: #3A5870;
}
.BgClassName
{
background-color: #3A5870;
}
</style>
border-color css
<style>
span { border-color: #3A5870; }
span { border-color: rgb(58,88,112); }
td.TdClassName
{
border-color: #3A5870;
}
.TagClassName
{
border-color: #3A5870;
}
</style>