Shades of Matisse #3A6079
Tints of Matisse #3A6079
RGB
CMYK
RGB Variations
Color information
#3A6079 (or 0x3A6079) is known color: Matisse. HEX triplet: 3A, 60 and 79. RGB value is (58,96,121). Sum of RGB (Red+Green+Blue) = 58+96+121=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A6079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6079 is #C59F86. Grayscale: #575757. Windows color (decimal): -12951431 or 7954490. OLE color: 7954490.
HSL color Cylindrical-coordinate representation of color #3A6079: hue angle of 203.81º 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 #3A6079 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 96 | 121 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.53 |
| HSL | 203.81º | 0.35% | 0.35% | - |
| HSV(B) | 203.81º | 0.52% | 0.47% | - |
| XYZ | 9.38 | 10.65 | 19.65 | - |
| YUV | 87.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 121 | 0.52 | 0.21 | 0 | 0.53 | 203.81 | 0.35 | 0.35 |
| Hex | 3A | 60 | 79 | 34 | 15 | 0 | 35 | CC | 23 | 23 |
| Octal | 72 | 140 | 171 | 64 | 25 | 0 | 65 | 314 | 43 | 43 |
| Binary | 111010 | 1100000 | 1111001 | 110100 | 10101 | 0 | 110101 | 11001100 | 100011 | 100011 |
Color Harmonies of #3A6079
Complementary color
Monochromatic Colors of #3A6079
Black with #3A6079
Text Example
Text Example
White with #3A6079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6079; }
p { color: rgb(58,96,121); }
H1.HeaderClassName
{
color: #3A6079;
}
.AnyTagClassName
{
color: #3A6079;
}
</style>
background-color css
<style>
a { background-color: #3A6079; }
a { background-color: rgb(58,96,121); }
div.DivClassName
{
background-color: #3A6079;
}
.BgClassName
{
background-color: #3A6079;
}
</style>
border-color css
<style>
span { border-color: #3A6079; }
span { border-color: rgb(58,96,121); }
td.TdClassName
{
border-color: #3A6079;
}
.TagClassName
{
border-color: #3A6079;
}
</style>