Shades of Matisse #3B5E75
Tints of Matisse #3B5E75
RGB
CMYK
RGB Variations
Color information
#3B5E75 (or 0x3B5E75) is known color: Matisse. HEX triplet: 3B, 5E and 75. RGB value is (59,94,117). Sum of RGB (Red+Green+Blue) = 59+94+117=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B5E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5E75 is #C4A18A. Grayscale: #565656. Windows color (decimal): -12886411 or 7691835. OLE color: 7691835.
HSL color Cylindrical-coordinate representation of color #3B5E75: hue angle of 203.79º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B5E75 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
RGB | 59 | 94 | 117 | - |
CMYK | 0.50 | 0.20 | 0 | 0.54 |
HSL | 203.79º | 0.33% | 0.35% | - |
HSV(B) | 203.79º | 0.5% | 0.46% | - |
XYZ | 9.02 | 10.22 | 18.33 | - |
YUV | 86.16 | 145.4 | 108.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 59 | 94 | 117 | 0.50 | 0.20 | 0 | 0.54 | 203.79 | 0.33 | 0.35 |
Hex | 3B | 5E | 75 | 32 | 14 | 0 | 36 | CC | 21 | 23 |
Octal | 73 | 136 | 165 | 62 | 24 | 0 | 66 | 314 | 41 | 43 |
Binary | 111011 | 1011110 | 1110101 | 110010 | 10100 | 0 | 110110 | 11001100 | 100001 | 100011 |
Color Harmonies of #3B5E75
Complementary color
Monochromatic Colors of #3B5E75
Black with #3B5E75
Text Example
Text Example
White with #3B5E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5E75; }
p { color: rgb(59,94,117); }
H1.HeaderClassName
{
color: #3B5E75;
}
.AnyTagClassName
{
color: #3B5E75;
}
</style>
background-color css
<style>
a { background-color: #3B5E75; }
a { background-color: rgb(59,94,117); }
div.DivClassName
{
background-color: #3B5E75;
}
.BgClassName
{
background-color: #3B5E75;
}
</style>
border-color css
<style>
span { border-color: #3B5E75; }
span { border-color: rgb(59,94,117); }
td.TdClassName
{
border-color: #3B5E75;
}
.TagClassName
{
border-color: #3B5E75;
}
</style>