Shades of Matisse #3B657F
Tints of Matisse #3B657F
RGB
CMYK
RGB Variations
Color information
#3B657F (or 0x3B657F) is known color: Matisse. HEX triplet: 3B, 65 and 7F. RGB value is (59,101,127). Sum of RGB (Red+Green+Blue) = 59+101+127=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B657F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B657F is #C49A80. Grayscale: #5B5B5B. Windows color (decimal): -12884609 or 8348987. OLE color: 8348987.
HSL color Cylindrical-coordinate representation of color #3B657F: hue angle of 202.94º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B657F is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 101 | 127 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.50 |
| HSL | 202.94º | 0.37% | 0.36% | - |
| HSV(B) | 202.94º | 0.54% | 0.5% | - |
| XYZ | 10.29 | 11.77 | 21.81 | - |
| YUV | 91.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 101 | 127 | 0.54 | 0.20 | 0 | 0.50 | 202.94 | 0.37 | 0.36 |
| Hex | 3B | 65 | 7F | 36 | 14 | 0 | 32 | CB | 25 | 24 |
| Octal | 73 | 145 | 177 | 66 | 24 | 0 | 62 | 313 | 45 | 44 |
| Binary | 111011 | 1100101 | 1111111 | 110110 | 10100 | 0 | 110010 | 11001011 | 100101 | 100100 |
Color Harmonies of #3B657F
Complementary color
Monochromatic Colors of #3B657F
Black with #3B657F
Text Example
Text Example
White with #3B657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B657F; }
p { color: rgb(59,101,127); }
H1.HeaderClassName
{
color: #3B657F;
}
.AnyTagClassName
{
color: #3B657F;
}
</style>
background-color css
<style>
a { background-color: #3B657F; }
a { background-color: rgb(59,101,127); }
div.DivClassName
{
background-color: #3B657F;
}
.BgClassName
{
background-color: #3B657F;
}
</style>
border-color css
<style>
span { border-color: #3B657F; }
span { border-color: rgb(59,101,127); }
td.TdClassName
{
border-color: #3B657F;
}
.TagClassName
{
border-color: #3B657F;
}
</style>