Shades of Matisse #3B5472
Tints of Matisse #3B5472
RGB
CMYK
RGB Variations
Color information
#3B5472 (or 0x3B5472) is known color: Matisse. HEX triplet: 3B, 54 and 72. RGB value is (59,84,114). Sum of RGB (Red+Green+Blue) = 59+84+114=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B5472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5472 is #C4AB8D. Grayscale: #4F4F4F. Windows color (decimal): -12888974 or 7492667. OLE color: 7492667.
HSL color Cylindrical-coordinate representation of color #3B5472: hue angle of 212.73º 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 #3B5472 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 84 | 114 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.55 |
| HSL | 212.73º | 0.32% | 0.34% | - |
| HSV(B) | 212.73º | 0.48% | 0.45% | - |
| XYZ | 8.01 | 8.49 | 17.14 | - |
| YUV | 79.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 114 | 0.48 | 0.26 | 0 | 0.55 | 212.73 | 0.32 | 0.34 |
| Hex | 3B | 54 | 72 | 30 | 1A | 0 | 37 | D5 | 20 | 22 |
| Octal | 73 | 124 | 162 | 60 | 32 | 0 | 67 | 325 | 40 | 42 |
| Binary | 111011 | 1010100 | 1110010 | 110000 | 11010 | 0 | 110111 | 11010101 | 100000 | 100010 |
Color Harmonies of #3B5472
Complementary color
Monochromatic Colors of #3B5472
Black with #3B5472
Text Example
Text Example
White with #3B5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5472; }
p { color: rgb(59,84,114); }
H1.HeaderClassName
{
color: #3B5472;
}
.AnyTagClassName
{
color: #3B5472;
}
</style>
background-color css
<style>
a { background-color: #3B5472; }
a { background-color: rgb(59,84,114); }
div.DivClassName
{
background-color: #3B5472;
}
.BgClassName
{
background-color: #3B5472;
}
</style>
border-color css
<style>
span { border-color: #3B5472; }
span { border-color: rgb(59,84,114); }
td.TdClassName
{
border-color: #3B5472;
}
.TagClassName
{
border-color: #3B5472;
}
</style>