Shades of Matisse #3A5E7C
Tints of Matisse #3A5E7C
RGB
CMYK
RGB Variations
Color information
#3A5E7C (or 0x3A5E7C) is known color: Matisse. HEX triplet: 3A, 5E and 7C. RGB value is (58,94,124). Sum of RGB (Red+Green+Blue) = 58+94+124=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A5E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5E7C is #C5A183. Grayscale: #565656. Windows color (decimal): -12951940 or 8150586. OLE color: 8150586.
HSL color Cylindrical-coordinate representation of color #3A5E7C: hue angle of 207.27º 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 #3A5E7C is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 94 | 124 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.51 |
| HSL | 207.27º | 0.36% | 0.36% | - |
| HSV(B) | 207.27º | 0.53% | 0.49% | - |
| XYZ | 9.39 | 10.36 | 20.57 | - |
| YUV | 86.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 94 | 124 | 0.53 | 0.24 | 0 | 0.51 | 207.27 | 0.36 | 0.36 |
| Hex | 3A | 5E | 7C | 35 | 18 | 0 | 33 | CF | 24 | 24 |
| Octal | 72 | 136 | 174 | 65 | 30 | 0 | 63 | 317 | 44 | 44 |
| Binary | 111010 | 1011110 | 1111100 | 110101 | 11000 | 0 | 110011 | 11001111 | 100100 | 100100 |
Color Harmonies of #3A5E7C
Complementary color
Monochromatic Colors of #3A5E7C
Black with #3A5E7C
Text Example
Text Example
White with #3A5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5E7C; }
p { color: rgb(58,94,124); }
H1.HeaderClassName
{
color: #3A5E7C;
}
.AnyTagClassName
{
color: #3A5E7C;
}
</style>
background-color css
<style>
a { background-color: #3A5E7C; }
a { background-color: rgb(58,94,124); }
div.DivClassName
{
background-color: #3A5E7C;
}
.BgClassName
{
background-color: #3A5E7C;
}
</style>
border-color css
<style>
span { border-color: #3A5E7C; }
span { border-color: rgb(58,94,124); }
td.TdClassName
{
border-color: #3A5E7C;
}
.TagClassName
{
border-color: #3A5E7C;
}
</style>