Shades of Matisse #3B566E
Tints of Matisse #3B566E
RGB
CMYK
RGB Variations
Color information
#3B566E (or 0x3B566E) is known color: Matisse. HEX triplet: 3B, 56 and 6E. RGB value is (59,86,110). Sum of RGB (Red+Green+Blue) = 59+86+110=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B566E is #C4A991. Grayscale: #505050. Windows color (decimal): -12888466 or 7231035. OLE color: 7231035.
HSL color Cylindrical-coordinate representation of color #3B566E: hue angle of 208.24º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B566E is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 86 | 110 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.57 |
| HSL | 208.24º | 0.3% | 0.33% | - |
| HSV(B) | 208.24º | 0.46% | 0.43% | - |
| XYZ | 7.95 | 8.71 | 16.01 | - |
| YUV | 80.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 110 | 0.46 | 0.22 | 0 | 0.57 | 208.24 | 0.3 | 0.33 |
| Hex | 3B | 56 | 6E | 2E | 16 | 0 | 39 | D0 | 1E | 21 |
| Octal | 73 | 126 | 156 | 56 | 26 | 0 | 71 | 320 | 36 | 41 |
| Binary | 111011 | 1010110 | 1101110 | 101110 | 10110 | 0 | 111001 | 11010000 | 11110 | 100001 |
Color Harmonies of #3B566E
Complementary color
Monochromatic Colors of #3B566E
Black with #3B566E
Text Example
Text Example
White with #3B566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B566E; }
p { color: rgb(59,86,110); }
H1.HeaderClassName
{
color: #3B566E;
}
.AnyTagClassName
{
color: #3B566E;
}
</style>
background-color css
<style>
a { background-color: #3B566E; }
a { background-color: rgb(59,86,110); }
div.DivClassName
{
background-color: #3B566E;
}
.BgClassName
{
background-color: #3B566E;
}
</style>
border-color css
<style>
span { border-color: #3B566E; }
span { border-color: rgb(59,86,110); }
td.TdClassName
{
border-color: #3B566E;
}
.TagClassName
{
border-color: #3B566E;
}
</style>