Shades of Matisse #3B657B
Tints of Matisse #3B657B
RGB
CMYK
RGB Variations
Color information
#3B657B (or 0x3B657B) is known color: Matisse. HEX triplet: 3B, 65 and 7B. RGB value is (59,101,123). Sum of RGB (Red+Green+Blue) = 59+101+123=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B657B is #C49A84. Grayscale: #5A5A5A. Windows color (decimal): -12884613 or 8086843. OLE color: 8086843.
HSL color Cylindrical-coordinate representation of color #3B657B: hue angle of 200.62º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B657B is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 101 | 123 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.52 |
| HSL | 200.63º | 0.35% | 0.36% | - |
| HSV(B) | 200.63º | 0.52% | 0.48% | - |
| XYZ | 10.03 | 11.67 | 20.46 | - |
| YUV | 90.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 101 | 123 | 0.52 | 0.18 | 0 | 0.52 | 200.63 | 0.35 | 0.36 |
| Hex | 3B | 65 | 7B | 34 | 12 | 0 | 34 | C9 | 23 | 24 |
| Octal | 73 | 145 | 173 | 64 | 22 | 0 | 64 | 311 | 43 | 44 |
| Binary | 111011 | 1100101 | 1111011 | 110100 | 10010 | 0 | 110100 | 11001001 | 100011 | 100100 |
Color Harmonies of #3B657B
Complementary color
Monochromatic Colors of #3B657B
Black with #3B657B
Text Example
Text Example
White with #3B657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B657B; }
p { color: rgb(59,101,123); }
H1.HeaderClassName
{
color: #3B657B;
}
.AnyTagClassName
{
color: #3B657B;
}
</style>
background-color css
<style>
a { background-color: #3B657B; }
a { background-color: rgb(59,101,123); }
div.DivClassName
{
background-color: #3B657B;
}
.BgClassName
{
background-color: #3B657B;
}
</style>
border-color css
<style>
span { border-color: #3B657B; }
span { border-color: rgb(59,101,123); }
td.TdClassName
{
border-color: #3B657B;
}
.TagClassName
{
border-color: #3B657B;
}
</style>