Shades of Matisse #3B5C7F
Tints of Matisse #3B5C7F
RGB
CMYK
RGB Variations
Color information
#3B5C7F (or 0x3B5C7F) is known color: Matisse. HEX triplet: 3B, 5C and 7F. RGB value is (59,92,127). Sum of RGB (Red+Green+Blue) = 59+92+127=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B5C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5C7F is #C4A380. Grayscale: #555555. Windows color (decimal): -12886913 or 8346683. OLE color: 8346683.
HSL color Cylindrical-coordinate representation of color #3B5C7F: hue angle of 210.88º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B5C7F is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 92 | 127 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.50 |
| HSL | 210.88º | 0.37% | 0.36% | - |
| HSV(B) | 210.88º | 0.54% | 0.5% | - |
| XYZ | 9.46 | 10.12 | 21.53 | - |
| YUV | 86.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 92 | 127 | 0.54 | 0.28 | 0 | 0.50 | 210.88 | 0.37 | 0.36 |
| Hex | 3B | 5C | 7F | 36 | 1C | 0 | 32 | D3 | 25 | 24 |
| Octal | 73 | 134 | 177 | 66 | 34 | 0 | 62 | 323 | 45 | 44 |
| Binary | 111011 | 1011100 | 1111111 | 110110 | 11100 | 0 | 110010 | 11010011 | 100101 | 100100 |
Color Harmonies of #3B5C7F
Complementary color
Monochromatic Colors of #3B5C7F
Black with #3B5C7F
Text Example
Text Example
White with #3B5C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5C7F; }
p { color: rgb(59,92,127); }
H1.HeaderClassName
{
color: #3B5C7F;
}
.AnyTagClassName
{
color: #3B5C7F;
}
</style>
background-color css
<style>
a { background-color: #3B5C7F; }
a { background-color: rgb(59,92,127); }
div.DivClassName
{
background-color: #3B5C7F;
}
.BgClassName
{
background-color: #3B5C7F;
}
</style>
border-color css
<style>
span { border-color: #3B5C7F; }
span { border-color: rgb(59,92,127); }
td.TdClassName
{
border-color: #3B5C7F;
}
.TagClassName
{
border-color: #3B5C7F;
}
</style>