Shades of Matisse #3B576F
Tints of Matisse #3B576F
RGB
CMYK
RGB Variations
Color information
#3B576F (or 0x3B576F) is known color: Matisse. HEX triplet: 3B, 57 and 6F. RGB value is (59,87,111). Sum of RGB (Red+Green+Blue) = 59+87+111=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B576F is #C4A890. Grayscale: #515151. Windows color (decimal): -12888209 or 7296827. OLE color: 7296827.
HSL color Cylindrical-coordinate representation of color #3B576F: hue angle of 207.69º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B576F is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 87 | 111 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.56 |
| HSL | 207.69º | 0.31% | 0.33% | - |
| HSV(B) | 207.69º | 0.47% | 0.44% | - |
| XYZ | 8.08 | 8.89 | 16.33 | - |
| YUV | 81.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 111 | 0.47 | 0.22 | 0 | 0.56 | 207.69 | 0.31 | 0.33 |
| Hex | 3B | 57 | 6F | 2F | 16 | 0 | 38 | D0 | 1F | 21 |
| Octal | 73 | 127 | 157 | 57 | 26 | 0 | 70 | 320 | 37 | 41 |
| Binary | 111011 | 1010111 | 1101111 | 101111 | 10110 | 0 | 111000 | 11010000 | 11111 | 100001 |
Color Harmonies of #3B576F
Complementary color
Monochromatic Colors of #3B576F
Black with #3B576F
Text Example
Text Example
White with #3B576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B576F; }
p { color: rgb(59,87,111); }
H1.HeaderClassName
{
color: #3B576F;
}
.AnyTagClassName
{
color: #3B576F;
}
</style>
background-color css
<style>
a { background-color: #3B576F; }
a { background-color: rgb(59,87,111); }
div.DivClassName
{
background-color: #3B576F;
}
.BgClassName
{
background-color: #3B576F;
}
</style>
border-color css
<style>
span { border-color: #3B576F; }
span { border-color: rgb(59,87,111); }
td.TdClassName
{
border-color: #3B576F;
}
.TagClassName
{
border-color: #3B576F;
}
</style>