Shades of Matisse #3B637D
Tints of Matisse #3B637D
RGB
CMYK
RGB Variations
Color information
#3B637D (or 0x3B637D) is known color: Matisse. HEX triplet: 3B, 63 and 7D. RGB value is (59,99,125). Sum of RGB (Red+Green+Blue) = 59+99+125=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B637D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B637D is #C49C82. Grayscale: #595959. Windows color (decimal): -12885123 or 8217403. OLE color: 8217403.
HSL color Cylindrical-coordinate representation of color #3B637D: hue angle of 203.64º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B637D is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 99 | 125 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.51 |
| HSL | 203.64º | 0.36% | 0.36% | - |
| HSV(B) | 203.64º | 0.53% | 0.49% | - |
| XYZ | 9.97 | 11.33 | 21.06 | - |
| YUV | 90 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 99 | 125 | 0.53 | 0.21 | 0 | 0.51 | 203.64 | 0.36 | 0.36 |
| Hex | 3B | 63 | 7D | 35 | 15 | 0 | 33 | CC | 24 | 24 |
| Octal | 73 | 143 | 175 | 65 | 25 | 0 | 63 | 314 | 44 | 44 |
| Binary | 111011 | 1100011 | 1111101 | 110101 | 10101 | 0 | 110011 | 11001100 | 100100 | 100100 |
Color Harmonies of #3B637D
Complementary color
Monochromatic Colors of #3B637D
Black with #3B637D
Text Example
Text Example
White with #3B637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B637D; }
p { color: rgb(59,99,125); }
H1.HeaderClassName
{
color: #3B637D;
}
.AnyTagClassName
{
color: #3B637D;
}
</style>
background-color css
<style>
a { background-color: #3B637D; }
a { background-color: rgb(59,99,125); }
div.DivClassName
{
background-color: #3B637D;
}
.BgClassName
{
background-color: #3B637D;
}
</style>
border-color css
<style>
span { border-color: #3B637D; }
span { border-color: rgb(59,99,125); }
td.TdClassName
{
border-color: #3B637D;
}
.TagClassName
{
border-color: #3B637D;
}
</style>