Shades of Matisse #3B5672
Tints of Matisse #3B5672
RGB
CMYK
RGB Variations
Color information
#3B5672 (or 0x3B5672) is known color: Matisse. HEX triplet: 3B, 56 and 72. RGB value is (59,86,114). Sum of RGB (Red+Green+Blue) = 59+86+114=259 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.78% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B5672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5672 is #C4A98D. Grayscale: #505050. Windows color (decimal): -12888462 or 7493179. OLE color: 7493179.
HSL color Cylindrical-coordinate representation of color #3B5672: hue angle of 210.55º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B5672 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 86 | 114 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.55 |
| HSL | 210.55º | 0.32% | 0.34% | - |
| HSV(B) | 210.55º | 0.48% | 0.45% | - |
| XYZ | 8.17 | 8.8 | 17.19 | - |
| YUV | 81.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 114 | 0.48 | 0.25 | 0 | 0.55 | 210.55 | 0.32 | 0.34 |
| Hex | 3B | 56 | 72 | 30 | 19 | 0 | 37 | D3 | 20 | 22 |
| Octal | 73 | 126 | 162 | 60 | 31 | 0 | 67 | 323 | 40 | 42 |
| Binary | 111011 | 1010110 | 1110010 | 110000 | 11001 | 0 | 110111 | 11010011 | 100000 | 100010 |
Color Harmonies of #3B5672
Complementary color
Monochromatic Colors of #3B5672
Black with #3B5672
Text Example
Text Example
White with #3B5672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5672; }
p { color: rgb(59,86,114); }
H1.HeaderClassName
{
color: #3B5672;
}
.AnyTagClassName
{
color: #3B5672;
}
</style>
background-color css
<style>
a { background-color: #3B5672; }
a { background-color: rgb(59,86,114); }
div.DivClassName
{
background-color: #3B5672;
}
.BgClassName
{
background-color: #3B5672;
}
</style>
border-color css
<style>
span { border-color: #3B5672; }
span { border-color: rgb(59,86,114); }
td.TdClassName
{
border-color: #3B5672;
}
.TagClassName
{
border-color: #3B5672;
}
</style>