Shades of Matisse #3A5A74
Tints of Matisse #3A5A74
RGB
CMYK
RGB Variations
Color information
#3A5A74 (or 0x3A5A74) is known color: Matisse. HEX triplet: 3A, 5A and 74. RGB value is (58,90,116). Sum of RGB (Red+Green+Blue) = 58+90+116=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A5A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5A74 is #C5A58B. Grayscale: #535353. Windows color (decimal): -12952972 or 7625274. OLE color: 7625274.
HSL color Cylindrical-coordinate representation of color #3A5A74: hue angle of 206.9º 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 #3A5A74 is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 90 | 116 | - |
| CMYK | 0.5 | 0.22 | 0 | 0.55 |
| HSL | 206.9º | 0.33% | 0.34% | - |
| HSV(B) | 206.9º | 0.5% | 0.45% | - |
| XYZ | 8.55 | 9.47 | 17.9 | - |
| YUV | 83.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 116 | 0.5 | 0.22 | 0 | 0.55 | 206.9 | 0.33 | 0.34 |
| Hex | 3A | 5A | 74 | 32 | 16 | 0 | 37 | CF | 21 | 22 |
| Octal | 72 | 132 | 164 | 62 | 26 | 0 | 67 | 317 | 41 | 42 |
| Binary | 111010 | 1011010 | 1110100 | 110010 | 10110 | 0 | 110111 | 11001111 | 100001 | 100010 |
Color Harmonies of #3A5A74
Complementary color
Monochromatic Colors of #3A5A74
Black with #3A5A74
Text Example
Text Example
White with #3A5A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A74; }
p { color: rgb(58,90,116); }
H1.HeaderClassName
{
color: #3A5A74;
}
.AnyTagClassName
{
color: #3A5A74;
}
</style>
background-color css
<style>
a { background-color: #3A5A74; }
a { background-color: rgb(58,90,116); }
div.DivClassName
{
background-color: #3A5A74;
}
.BgClassName
{
background-color: #3A5A74;
}
</style>
border-color css
<style>
span { border-color: #3A5A74; }
span { border-color: rgb(58,90,116); }
td.TdClassName
{
border-color: #3A5A74;
}
.TagClassName
{
border-color: #3A5A74;
}
</style>