Shades of Matisse #3B637A
Tints of Matisse #3B637A
RGB
CMYK
RGB Variations
Color information
#3B637A (or 0x3B637A) is known color: Matisse. HEX triplet: 3B, 63 and 7A. RGB value is (59,99,122). Sum of RGB (Red+Green+Blue) = 59+99+122=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B637A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B637A is #C49C85. Grayscale: #595959. Windows color (decimal): -12885126 or 8020795. OLE color: 8020795.
HSL color Cylindrical-coordinate representation of color #3B637A: hue angle of 201.9º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B637A is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 99 | 122 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.52 |
| HSL | 201.9º | 0.35% | 0.35% | - |
| HSV(B) | 201.9º | 0.52% | 0.48% | - |
| XYZ | 9.78 | 11.26 | 20.07 | - |
| YUV | 89.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 99 | 122 | 0.52 | 0.19 | 0 | 0.52 | 201.9 | 0.35 | 0.35 |
| Hex | 3B | 63 | 7A | 34 | 13 | 0 | 34 | CA | 23 | 23 |
| Octal | 73 | 143 | 172 | 64 | 23 | 0 | 64 | 312 | 43 | 43 |
| Binary | 111011 | 1100011 | 1111010 | 110100 | 10011 | 0 | 110100 | 11001010 | 100011 | 100011 |
Color Harmonies of #3B637A
Complementary color
Monochromatic Colors of #3B637A
Black with #3B637A
Text Example
Text Example
White with #3B637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B637A; }
p { color: rgb(59,99,122); }
H1.HeaderClassName
{
color: #3B637A;
}
.AnyTagClassName
{
color: #3B637A;
}
</style>
background-color css
<style>
a { background-color: #3B637A; }
a { background-color: rgb(59,99,122); }
div.DivClassName
{
background-color: #3B637A;
}
.BgClassName
{
background-color: #3B637A;
}
</style>
border-color css
<style>
span { border-color: #3B637A; }
span { border-color: rgb(59,99,122); }
td.TdClassName
{
border-color: #3B637A;
}
.TagClassName
{
border-color: #3B637A;
}
</style>