Shades of Matisse #3B5779
Tints of Matisse #3B5779
RGB
CMYK
RGB Variations
Color information
#3B5779 (or 0x3B5779) is known color: Matisse. HEX triplet: 3B, 57 and 79. RGB value is (59,87,121). Sum of RGB (Red+Green+Blue) = 59+87+121=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #3B5779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5779 is #C4A886. Grayscale: #525252. Windows color (decimal): -12888199 or 7952187. OLE color: 7952187.
HSL color Cylindrical-coordinate representation of color #3B5779: hue angle of 212.9º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B5779 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 87 | 121 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.53 |
| HSL | 212.9º | 0.34% | 0.35% | - |
| HSV(B) | 212.9º | 0.51% | 0.47% | - |
| XYZ | 8.66 | 9.13 | 19.39 | - |
| YUV | 82.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 121 | 0.51 | 0.28 | 0 | 0.53 | 212.9 | 0.34 | 0.35 |
| Hex | 3B | 57 | 79 | 33 | 1C | 0 | 35 | D5 | 22 | 23 |
| Octal | 73 | 127 | 171 | 63 | 34 | 0 | 65 | 325 | 42 | 43 |
| Binary | 111011 | 1010111 | 1111001 | 110011 | 11100 | 0 | 110101 | 11010101 | 100010 | 100011 |
Color Harmonies of #3B5779
Complementary color
Monochromatic Colors of #3B5779
Black with #3B5779
Text Example
Text Example
White with #3B5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5779; }
p { color: rgb(59,87,121); }
H1.HeaderClassName
{
color: #3B5779;
}
.AnyTagClassName
{
color: #3B5779;
}
</style>
background-color css
<style>
a { background-color: #3B5779; }
a { background-color: rgb(59,87,121); }
div.DivClassName
{
background-color: #3B5779;
}
.BgClassName
{
background-color: #3B5779;
}
</style>
border-color css
<style>
span { border-color: #3B5779; }
span { border-color: rgb(59,87,121); }
td.TdClassName
{
border-color: #3B5779;
}
.TagClassName
{
border-color: #3B5779;
}
</style>