Shades of Matisse #3B5D7F
Tints of Matisse #3B5D7F
RGB
CMYK
RGB Variations
Color information
#3B5D7F (or 0x3B5D7F) is known color: Matisse. HEX triplet: 3B, 5D and 7F. RGB value is (59,93,127). Sum of RGB (Red+Green+Blue) = 59+93+127=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B5D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5D7F is #C4A280. Grayscale: #565656. Windows color (decimal): -12886657 or 8346939. OLE color: 8346939.
HSL color Cylindrical-coordinate representation of color #3B5D7F: hue angle of 210º 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 #3B5D7F is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 93 | 127 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.50 |
| HSL | 210º | 0.37% | 0.36% | - |
| HSV(B) | 210º | 0.54% | 0.5% | - |
| XYZ | 9.55 | 10.29 | 21.56 | - |
| YUV | 86.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 93 | 127 | 0.54 | 0.27 | 0 | 0.50 | 210 | 0.37 | 0.36 |
| Hex | 3B | 5D | 7F | 36 | 1B | 0 | 32 | D2 | 25 | 24 |
| Octal | 73 | 135 | 177 | 66 | 33 | 0 | 62 | 322 | 45 | 44 |
| Binary | 111011 | 1011101 | 1111111 | 110110 | 11011 | 0 | 110010 | 11010010 | 100101 | 100100 |
Color Harmonies of #3B5D7F
Complementary color
Monochromatic Colors of #3B5D7F
Black with #3B5D7F
Text Example
Text Example
White with #3B5D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5D7F; }
p { color: rgb(59,93,127); }
H1.HeaderClassName
{
color: #3B5D7F;
}
.AnyTagClassName
{
color: #3B5D7F;
}
</style>
background-color css
<style>
a { background-color: #3B5D7F; }
a { background-color: rgb(59,93,127); }
div.DivClassName
{
background-color: #3B5D7F;
}
.BgClassName
{
background-color: #3B5D7F;
}
</style>
border-color css
<style>
span { border-color: #3B5D7F; }
span { border-color: rgb(59,93,127); }
td.TdClassName
{
border-color: #3B5D7F;
}
.TagClassName
{
border-color: #3B5D7F;
}
</style>