Shades of Matisse #3B5A73
Tints of Matisse #3B5A73
RGB
CMYK
RGB Variations
Color information
#3B5A73 (or 0x3B5A73) is known color: Matisse. HEX triplet: 3B, 5A and 73. RGB value is (59,90,115). Sum of RGB (Red+Green+Blue) = 59+90+115=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B5A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5A73 is #C4A58C. Grayscale: #535353. Windows color (decimal): -12887437 or 7559739. OLE color: 7559739.
HSL color Cylindrical-coordinate representation of color #3B5A73: hue angle of 206.79º 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 #3B5A73 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 90 | 115 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.55 |
| HSL | 206.79º | 0.32% | 0.34% | - |
| HSV(B) | 206.79º | 0.49% | 0.45% | - |
| XYZ | 8.55 | 9.48 | 17.6 | - |
| YUV | 83.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 90 | 115 | 0.49 | 0.22 | 0 | 0.55 | 206.79 | 0.32 | 0.34 |
| Hex | 3B | 5A | 73 | 31 | 16 | 0 | 37 | CF | 20 | 22 |
| Octal | 73 | 132 | 163 | 61 | 26 | 0 | 67 | 317 | 40 | 42 |
| Binary | 111011 | 1011010 | 1110011 | 110001 | 10110 | 0 | 110111 | 11001111 | 100000 | 100010 |
Color Harmonies of #3B5A73
Complementary color
Monochromatic Colors of #3B5A73
Black with #3B5A73
Text Example
Text Example
White with #3B5A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5A73; }
p { color: rgb(59,90,115); }
H1.HeaderClassName
{
color: #3B5A73;
}
.AnyTagClassName
{
color: #3B5A73;
}
</style>
background-color css
<style>
a { background-color: #3B5A73; }
a { background-color: rgb(59,90,115); }
div.DivClassName
{
background-color: #3B5A73;
}
.BgClassName
{
background-color: #3B5A73;
}
</style>
border-color css
<style>
span { border-color: #3B5A73; }
span { border-color: rgb(59,90,115); }
td.TdClassName
{
border-color: #3B5A73;
}
.TagClassName
{
border-color: #3B5A73;
}
</style>