Shades of Matisse #3B6483
Tints of Matisse #3B6483
RGB
CMYK
RGB Variations
Color information
#3B6483 (or 0x3B6483) is known color: Matisse. HEX triplet: 3B, 64 and 83. RGB value is (59,100,131). Sum of RGB (Red+Green+Blue) = 59+100+131=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #3B6483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6483 is #C49B7C. Grayscale: #5B5B5B. Windows color (decimal): -12884861 or 8610875. OLE color: 8610875.
HSL color Cylindrical-coordinate representation of color #3B6483: hue angle of 205.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B6483 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 100 | 131 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.49 |
| HSL | 205.83º | 0.38% | 0.37% | - |
| HSV(B) | 205.83º | 0.55% | 0.51% | - |
| XYZ | 10.46 | 11.68 | 23.18 | - |
| YUV | 91.28 | 150.42 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 100 | 131 | 0.55 | 0.24 | 0 | 0.49 | 205.83 | 0.38 | 0.37 |
| Hex | 3B | 64 | 83 | 37 | 18 | 0 | 31 | CE | 26 | 25 |
| Octal | 73 | 144 | 203 | 67 | 30 | 0 | 61 | 316 | 46 | 45 |
| Binary | 111011 | 1100100 | 10000011 | 110111 | 11000 | 0 | 110001 | 11001110 | 100110 | 100101 |
Color Harmonies of #3B6483
Complementary color
Monochromatic Colors of #3B6483
Black with #3B6483
Text Example
Text Example
White with #3B6483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6483; }
p { color: rgb(59,100,131); }
H1.HeaderClassName
{
color: #3B6483;
}
.AnyTagClassName
{
color: #3B6483;
}
</style>
background-color css
<style>
a { background-color: #3B6483; }
a { background-color: rgb(59,100,131); }
div.DivClassName
{
background-color: #3B6483;
}
.BgClassName
{
background-color: #3B6483;
}
</style>
border-color css
<style>
span { border-color: #3B6483; }
span { border-color: rgb(59,100,131); }
td.TdClassName
{
border-color: #3B6483;
}
.TagClassName
{
border-color: #3B6483;
}
</style>