Shades of Matisse #3A637C
Tints of Matisse #3A637C
RGB
CMYK
RGB Variations
Color information
#3A637C (or 0x3A637C) is known color: Matisse. HEX triplet: 3A, 63 and 7C. RGB value is (58,99,124). Sum of RGB (Red+Green+Blue) = 58+99+124=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A637C is #C59C83. Grayscale: #595959. Windows color (decimal): -12950660 or 8151866. OLE color: 8151866.
HSL color Cylindrical-coordinate representation of color #3A637C: hue angle of 202.73º 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 #3A637C is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 99 | 124 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.51 |
| HSL | 202.73º | 0.36% | 0.36% | - |
| HSV(B) | 202.73º | 0.53% | 0.49% | - |
| XYZ | 9.84 | 11.28 | 20.73 | - |
| YUV | 89.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 124 | 0.53 | 0.20 | 0 | 0.51 | 202.73 | 0.36 | 0.36 |
| Hex | 3A | 63 | 7C | 35 | 14 | 0 | 33 | CB | 24 | 24 |
| Octal | 72 | 143 | 174 | 65 | 24 | 0 | 63 | 313 | 44 | 44 |
| Binary | 111010 | 1100011 | 1111100 | 110101 | 10100 | 0 | 110011 | 11001011 | 100100 | 100100 |
Color Harmonies of #3A637C
Complementary color
Monochromatic Colors of #3A637C
Black with #3A637C
Text Example
Text Example
White with #3A637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A637C; }
p { color: rgb(58,99,124); }
H1.HeaderClassName
{
color: #3A637C;
}
.AnyTagClassName
{
color: #3A637C;
}
</style>
background-color css
<style>
a { background-color: #3A637C; }
a { background-color: rgb(58,99,124); }
div.DivClassName
{
background-color: #3A637C;
}
.BgClassName
{
background-color: #3A637C;
}
</style>
border-color css
<style>
span { border-color: #3A637C; }
span { border-color: rgb(58,99,124); }
td.TdClassName
{
border-color: #3A637C;
}
.TagClassName
{
border-color: #3A637C;
}
</style>