Shades of Matisse #3B5575
Tints of Matisse #3B5575
RGB
CMYK
RGB Variations
Color information
#3B5575 (or 0x3B5575) is known color: Matisse. HEX triplet: 3B, 55 and 75. RGB value is (59,85,117). Sum of RGB (Red+Green+Blue) = 59+85+117=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B5575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5575 is #C4AA8A. Grayscale: #505050. Windows color (decimal): -12888715 or 7689531. OLE color: 7689531.
HSL color Cylindrical-coordinate representation of color #3B5575: hue angle of 213.1º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B5575 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 85 | 117 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.54 |
| HSL | 213.1º | 0.33% | 0.35% | - |
| HSV(B) | 213.1º | 0.5% | 0.46% | - |
| XYZ | 8.26 | 8.71 | 18.08 | - |
| YUV | 80.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 85 | 117 | 0.50 | 0.27 | 0 | 0.54 | 213.1 | 0.33 | 0.35 |
| Hex | 3B | 55 | 75 | 32 | 1B | 0 | 36 | D5 | 21 | 23 |
| Octal | 73 | 125 | 165 | 62 | 33 | 0 | 66 | 325 | 41 | 43 |
| Binary | 111011 | 1010101 | 1110101 | 110010 | 11011 | 0 | 110110 | 11010101 | 100001 | 100011 |
Color Harmonies of #3B5575
Complementary color
Monochromatic Colors of #3B5575
Black with #3B5575
Text Example
Text Example
White with #3B5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5575; }
p { color: rgb(59,85,117); }
H1.HeaderClassName
{
color: #3B5575;
}
.AnyTagClassName
{
color: #3B5575;
}
</style>
background-color css
<style>
a { background-color: #3B5575; }
a { background-color: rgb(59,85,117); }
div.DivClassName
{
background-color: #3B5575;
}
.BgClassName
{
background-color: #3B5575;
}
</style>
border-color css
<style>
span { border-color: #3B5575; }
span { border-color: rgb(59,85,117); }
td.TdClassName
{
border-color: #3B5575;
}
.TagClassName
{
border-color: #3B5575;
}
</style>