Shades of Matisse #3B5673
Tints of Matisse #3B5673
RGB
CMYK
RGB Variations
Color information
#3B5673 (or 0x3B5673) is known color: Matisse. HEX triplet: 3B, 56 and 73. RGB value is (59,86,115). Sum of RGB (Red+Green+Blue) = 59+86+115=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B5673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5673 is #C4A98C. Grayscale: #515151. Windows color (decimal): -12888461 or 7558715. OLE color: 7558715.
HSL color Cylindrical-coordinate representation of color #3B5673: hue angle of 211.07º 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 #3B5673 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 86 | 115 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.55 |
| HSL | 211.07º | 0.32% | 0.34% | - |
| HSV(B) | 211.07º | 0.49% | 0.45% | - |
| XYZ | 8.23 | 8.82 | 17.49 | - |
| YUV | 81.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 115 | 0.49 | 0.25 | 0 | 0.55 | 211.07 | 0.32 | 0.34 |
| Hex | 3B | 56 | 73 | 31 | 19 | 0 | 37 | D3 | 20 | 22 |
| Octal | 73 | 126 | 163 | 61 | 31 | 0 | 67 | 323 | 40 | 42 |
| Binary | 111011 | 1010110 | 1110011 | 110001 | 11001 | 0 | 110111 | 11010011 | 100000 | 100010 |
Color Harmonies of #3B5673
Complementary color
Monochromatic Colors of #3B5673
Black with #3B5673
Text Example
Text Example
White with #3B5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5673; }
p { color: rgb(59,86,115); }
H1.HeaderClassName
{
color: #3B5673;
}
.AnyTagClassName
{
color: #3B5673;
}
</style>
background-color css
<style>
a { background-color: #3B5673; }
a { background-color: rgb(59,86,115); }
div.DivClassName
{
background-color: #3B5673;
}
.BgClassName
{
background-color: #3B5673;
}
</style>
border-color css
<style>
span { border-color: #3B5673; }
span { border-color: rgb(59,86,115); }
td.TdClassName
{
border-color: #3B5673;
}
.TagClassName
{
border-color: #3B5673;
}
</style>