Shades of Matisse #3B5773
Tints of Matisse #3B5773
RGB
CMYK
RGB Variations
Color information
#3B5773 (or 0x3B5773) is known color: Matisse. HEX triplet: 3B, 57 and 73. RGB value is (59,87,115). Sum of RGB (Red+Green+Blue) = 59+87+115=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B5773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5773 is #C4A88C. Grayscale: #515151. Windows color (decimal): -12888205 or 7558971. OLE color: 7558971.
HSL color Cylindrical-coordinate representation of color #3B5773: hue angle of 210º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B5773 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 87 | 115 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.55 |
| HSL | 210º | 0.32% | 0.34% | - |
| HSV(B) | 210º | 0.49% | 0.45% | - |
| XYZ | 8.31 | 8.98 | 17.52 | - |
| YUV | 81.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 115 | 0.49 | 0.24 | 0 | 0.55 | 210 | 0.32 | 0.34 |
| Hex | 3B | 57 | 73 | 31 | 18 | 0 | 37 | D2 | 20 | 22 |
| Octal | 73 | 127 | 163 | 61 | 30 | 0 | 67 | 322 | 40 | 42 |
| Binary | 111011 | 1010111 | 1110011 | 110001 | 11000 | 0 | 110111 | 11010010 | 100000 | 100010 |
Color Harmonies of #3B5773
Complementary color
Monochromatic Colors of #3B5773
Black with #3B5773
Text Example
Text Example
White with #3B5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5773; }
p { color: rgb(59,87,115); }
H1.HeaderClassName
{
color: #3B5773;
}
.AnyTagClassName
{
color: #3B5773;
}
</style>
background-color css
<style>
a { background-color: #3B5773; }
a { background-color: rgb(59,87,115); }
div.DivClassName
{
background-color: #3B5773;
}
.BgClassName
{
background-color: #3B5773;
}
</style>
border-color css
<style>
span { border-color: #3B5773; }
span { border-color: rgb(59,87,115); }
td.TdClassName
{
border-color: #3B5773;
}
.TagClassName
{
border-color: #3B5773;
}
</style>