Shades of Matisse #3C587B
Tints of Matisse #3C587B
RGB
CMYK
RGB Variations
Color information
#3C587B (or 0x3C587B) is known color: Matisse. HEX triplet: 3C, 58 and 7B. RGB value is (60,88,123). Sum of RGB (Red+Green+Blue) = 60+88+123=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C587B is #C3A784. Grayscale: #535353. Windows color (decimal): -12822405 or 8083516. OLE color: 8083516.
HSL color Cylindrical-coordinate representation of color #3C587B: hue angle of 213.33º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C587B is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 88 | 123 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.52 |
| HSL | 213.33º | 0.34% | 0.36% | - |
| HSV(B) | 213.33º | 0.51% | 0.48% | - |
| XYZ | 8.93 | 9.37 | 20.08 | - |
| YUV | 83.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 123 | 0.51 | 0.28 | 0 | 0.52 | 213.33 | 0.34 | 0.36 |
| Hex | 3C | 58 | 7B | 33 | 1C | 0 | 34 | D5 | 22 | 24 |
| Octal | 74 | 130 | 173 | 63 | 34 | 0 | 64 | 325 | 42 | 44 |
| Binary | 111100 | 1011000 | 1111011 | 110011 | 11100 | 0 | 110100 | 11010101 | 100010 | 100100 |
Color Harmonies of #3C587B
Complementary color
Monochromatic Colors of #3C587B
Black with #3C587B
Text Example
Text Example
White with #3C587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C587B; }
p { color: rgb(60,88,123); }
H1.HeaderClassName
{
color: #3C587B;
}
.AnyTagClassName
{
color: #3C587B;
}
</style>
background-color css
<style>
a { background-color: #3C587B; }
a { background-color: rgb(60,88,123); }
div.DivClassName
{
background-color: #3C587B;
}
.BgClassName
{
background-color: #3C587B;
}
</style>
border-color css
<style>
span { border-color: #3C587B; }
span { border-color: rgb(60,88,123); }
td.TdClassName
{
border-color: #3C587B;
}
.TagClassName
{
border-color: #3C587B;
}
</style>