Shades of Matisse #3A5D79
Tints of Matisse #3A5D79
RGB
CMYK
RGB Variations
Color information
#3A5D79 (or 0x3A5D79) is known color: Matisse. HEX triplet: 3A, 5D and 79. RGB value is (58,93,121). Sum of RGB (Red+Green+Blue) = 58+93+121=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A5D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5D79 is #C5A286. Grayscale: #555555. Windows color (decimal): -12952199 or 7953722. OLE color: 7953722.
HSL color Cylindrical-coordinate representation of color #3A5D79: hue angle of 206.67º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A5D79 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 93 | 121 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.53 |
| HSL | 206.67º | 0.35% | 0.35% | - |
| HSV(B) | 206.67º | 0.52% | 0.47% | - |
| XYZ | 9.11 | 10.11 | 19.56 | - |
| YUV | 85.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 93 | 121 | 0.52 | 0.23 | 0 | 0.53 | 206.67 | 0.35 | 0.35 |
| Hex | 3A | 5D | 79 | 34 | 17 | 0 | 35 | CF | 23 | 23 |
| Octal | 72 | 135 | 171 | 64 | 27 | 0 | 65 | 317 | 43 | 43 |
| Binary | 111010 | 1011101 | 1111001 | 110100 | 10111 | 0 | 110101 | 11001111 | 100011 | 100011 |
Color Harmonies of #3A5D79
Complementary color
Monochromatic Colors of #3A5D79
Black with #3A5D79
Text Example
Text Example
White with #3A5D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5D79; }
p { color: rgb(58,93,121); }
H1.HeaderClassName
{
color: #3A5D79;
}
.AnyTagClassName
{
color: #3A5D79;
}
</style>
background-color css
<style>
a { background-color: #3A5D79; }
a { background-color: rgb(58,93,121); }
div.DivClassName
{
background-color: #3A5D79;
}
.BgClassName
{
background-color: #3A5D79;
}
</style>
border-color css
<style>
span { border-color: #3A5D79; }
span { border-color: rgb(58,93,121); }
td.TdClassName
{
border-color: #3A5D79;
}
.TagClassName
{
border-color: #3A5D79;
}
</style>