Shades of Matisse #3B6488
Tints of Matisse #3B6488
RGB
CMYK
RGB Variations
Color information
#3B6488 (or 0x3B6488) is known color: Matisse. HEX triplet: 3B, 64 and 88. RGB value is (59,100,136). Sum of RGB (Red+Green+Blue) = 59+100+136=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B6488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6488 is #C49B77. Grayscale: #5B5B5B. Windows color (decimal): -12884856 or 8938555. OLE color: 8938555.
HSL color Cylindrical-coordinate representation of color #3B6488: hue angle of 208.05º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B6488 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 100 | 136 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.47 |
| HSL | 208.05º | 0.39% | 0.38% | - |
| HSV(B) | 208.05º | 0.57% | 0.53% | - |
| XYZ | 10.8 | 11.82 | 25 | - |
| YUV | 91.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 100 | 136 | 0.57 | 0.26 | 0 | 0.47 | 208.05 | 0.39 | 0.38 |
| Hex | 3B | 64 | 88 | 39 | 1A | 0 | 2F | D0 | 27 | 26 |
| Octal | 73 | 144 | 210 | 71 | 32 | 0 | 57 | 320 | 47 | 46 |
| Binary | 111011 | 1100100 | 10001000 | 111001 | 11010 | 0 | 101111 | 11010000 | 100111 | 100110 |
Color Harmonies of #3B6488
Complementary color
Monochromatic Colors of #3B6488
Black with #3B6488
Text Example
Text Example
White with #3B6488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6488; }
p { color: rgb(59,100,136); }
H1.HeaderClassName
{
color: #3B6488;
}
.AnyTagClassName
{
color: #3B6488;
}
</style>
background-color css
<style>
a { background-color: #3B6488; }
a { background-color: rgb(59,100,136); }
div.DivClassName
{
background-color: #3B6488;
}
.BgClassName
{
background-color: #3B6488;
}
</style>
border-color css
<style>
span { border-color: #3B6488; }
span { border-color: rgb(59,100,136); }
td.TdClassName
{
border-color: #3B6488;
}
.TagClassName
{
border-color: #3B6488;
}
</style>