Shades of Matisse #3B657E
Tints of Matisse #3B657E
RGB
CMYK
RGB Variations
Color information
#3B657E (or 0x3B657E) is known color: Matisse. HEX triplet: 3B, 65 and 7E. RGB value is (59,101,126). Sum of RGB (Red+Green+Blue) = 59+101+126=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B657E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B657E is #C49A81. Grayscale: #5B5B5B. Windows color (decimal): -12884610 or 8283451. OLE color: 8283451.
HSL color Cylindrical-coordinate representation of color #3B657E: hue angle of 202.39º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B657E is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 101 | 126 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.51 |
| HSL | 202.39º | 0.36% | 0.36% | - |
| HSV(B) | 202.39º | 0.53% | 0.49% | - |
| XYZ | 10.22 | 11.74 | 21.47 | - |
| YUV | 91.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 101 | 126 | 0.53 | 0.20 | 0 | 0.51 | 202.39 | 0.36 | 0.36 |
| Hex | 3B | 65 | 7E | 35 | 14 | 0 | 33 | CA | 24 | 24 |
| Octal | 73 | 145 | 176 | 65 | 24 | 0 | 63 | 312 | 44 | 44 |
| Binary | 111011 | 1100101 | 1111110 | 110101 | 10100 | 0 | 110011 | 11001010 | 100100 | 100100 |
Color Harmonies of #3B657E
Complementary color
Monochromatic Colors of #3B657E
Black with #3B657E
Text Example
Text Example
White with #3B657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B657E; }
p { color: rgb(59,101,126); }
H1.HeaderClassName
{
color: #3B657E;
}
.AnyTagClassName
{
color: #3B657E;
}
</style>
background-color css
<style>
a { background-color: #3B657E; }
a { background-color: rgb(59,101,126); }
div.DivClassName
{
background-color: #3B657E;
}
.BgClassName
{
background-color: #3B657E;
}
</style>
border-color css
<style>
span { border-color: #3B657E; }
span { border-color: rgb(59,101,126); }
td.TdClassName
{
border-color: #3B657E;
}
.TagClassName
{
border-color: #3B657E;
}
</style>