Shades of Matisse #3B607C
Tints of Matisse #3B607C
RGB
CMYK
RGB Variations
Color information
#3B607C (or 0x3B607C) is known color: Matisse. HEX triplet: 3B, 60 and 7C. RGB value is (59,96,124). Sum of RGB (Red+Green+Blue) = 59+96+124=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B607C is #C49F83. Grayscale: #575757. Windows color (decimal): -12885892 or 8151099. OLE color: 8151099.
HSL color Cylindrical-coordinate representation of color #3B607C: hue angle of 205.85º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B607C is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 96 | 124 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.51 |
| HSL | 205.85º | 0.36% | 0.36% | - |
| HSV(B) | 205.85º | 0.52% | 0.49% | - |
| XYZ | 9.62 | 10.75 | 20.64 | - |
| YUV | 88.13 | 148.24 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 96 | 124 | 0.52 | 0.23 | 0 | 0.51 | 205.85 | 0.36 | 0.36 |
| Hex | 3B | 60 | 7C | 34 | 17 | 0 | 33 | CE | 24 | 24 |
| Octal | 73 | 140 | 174 | 64 | 27 | 0 | 63 | 316 | 44 | 44 |
| Binary | 111011 | 1100000 | 1111100 | 110100 | 10111 | 0 | 110011 | 11001110 | 100100 | 100100 |
Color Harmonies of #3B607C
Complementary color
Monochromatic Colors of #3B607C
Black with #3B607C
Text Example
Text Example
White with #3B607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B607C; }
p { color: rgb(59,96,124); }
H1.HeaderClassName
{
color: #3B607C;
}
.AnyTagClassName
{
color: #3B607C;
}
</style>
background-color css
<style>
a { background-color: #3B607C; }
a { background-color: rgb(59,96,124); }
div.DivClassName
{
background-color: #3B607C;
}
.BgClassName
{
background-color: #3B607C;
}
</style>
border-color css
<style>
span { border-color: #3B607C; }
span { border-color: rgb(59,96,124); }
td.TdClassName
{
border-color: #3B607C;
}
.TagClassName
{
border-color: #3B607C;
}
</style>