Shades of Matisse #3B648B
Tints of Matisse #3B648B
RGB
CMYK
RGB Variations
Color information
#3B648B (or 0x3B648B) is known color: Matisse. HEX triplet: 3B, 64 and 8B. RGB value is (59,100,139). Sum of RGB (Red+Green+Blue) = 59+100+139=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B648B is #C49B74. Grayscale: #5B5B5B. Windows color (decimal): -12884853 or 9135163. OLE color: 9135163.
HSL color Cylindrical-coordinate representation of color #3B648B: hue angle of 209.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B648B is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 100 | 139 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.45 |
| HSL | 209.25º | 0.4% | 0.39% | - |
| HSV(B) | 209.25º | 0.58% | 0.55% | - |
| XYZ | 11.02 | 11.91 | 26.14 | - |
| YUV | 92.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 100 | 139 | 0.58 | 0.28 | 0 | 0.45 | 209.25 | 0.4 | 0.39 |
| Hex | 3B | 64 | 8B | 3A | 1C | 0 | 2D | D1 | 28 | 27 |
| Octal | 73 | 144 | 213 | 72 | 34 | 0 | 55 | 321 | 50 | 47 |
| Binary | 111011 | 1100100 | 10001011 | 111010 | 11100 | 0 | 101101 | 11010001 | 101000 | 100111 |
Color Harmonies of #3B648B
Complementary color
Monochromatic Colors of #3B648B
Black with #3B648B
Text Example
Text Example
White with #3B648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B648B; }
p { color: rgb(59,100,139); }
H1.HeaderClassName
{
color: #3B648B;
}
.AnyTagClassName
{
color: #3B648B;
}
</style>
background-color css
<style>
a { background-color: #3B648B; }
a { background-color: rgb(59,100,139); }
div.DivClassName
{
background-color: #3B648B;
}
.BgClassName
{
background-color: #3B648B;
}
</style>
border-color css
<style>
span { border-color: #3B648B; }
span { border-color: rgb(59,100,139); }
td.TdClassName
{
border-color: #3B648B;
}
.TagClassName
{
border-color: #3B648B;
}
</style>