Shades of Matisse #3A5774
Tints of Matisse #3A5774
RGB
CMYK
RGB Variations
Color information
#3A5774 (or 0x3A5774) is known color: Matisse. HEX triplet: 3A, 57 and 74. RGB value is (58,87,116). Sum of RGB (Red+Green+Blue) = 58+87+116=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A5774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5774 is #C5A88B. Grayscale: #515151. Windows color (decimal): -12953740 or 7624506. OLE color: 7624506.
HSL color Cylindrical-coordinate representation of color #3A5774: hue angle of 210º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A5774 is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 87 | 116 | - |
| CMYK | 0.5 | 0.25 | 0 | 0.55 |
| HSL | 210º | 0.33% | 0.34% | - |
| HSV(B) | 210º | 0.5% | 0.45% | - |
| XYZ | 8.31 | 8.98 | 17.82 | - |
| YUV | 81.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 87 | 116 | 0.5 | 0.25 | 0 | 0.55 | 210 | 0.33 | 0.34 |
| Hex | 3A | 57 | 74 | 32 | 19 | 0 | 37 | D2 | 21 | 22 |
| Octal | 72 | 127 | 164 | 62 | 31 | 0 | 67 | 322 | 41 | 42 |
| Binary | 111010 | 1010111 | 1110100 | 110010 | 11001 | 0 | 110111 | 11010010 | 100001 | 100010 |
Color Harmonies of #3A5774
Complementary color
Monochromatic Colors of #3A5774
Black with #3A5774
Text Example
Text Example
White with #3A5774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5774; }
p { color: rgb(58,87,116); }
H1.HeaderClassName
{
color: #3A5774;
}
.AnyTagClassName
{
color: #3A5774;
}
</style>
background-color css
<style>
a { background-color: #3A5774; }
a { background-color: rgb(58,87,116); }
div.DivClassName
{
background-color: #3A5774;
}
.BgClassName
{
background-color: #3A5774;
}
</style>
border-color css
<style>
span { border-color: #3A5774; }
span { border-color: rgb(58,87,116); }
td.TdClassName
{
border-color: #3A5774;
}
.TagClassName
{
border-color: #3A5774;
}
</style>