Shades of Matisse #3A546F
Tints of Matisse #3A546F
RGB
CMYK
RGB Variations
Color information
#3A546F (or 0x3A546F) is known color: Matisse. HEX triplet: 3A, 54 and 6F. RGB value is (58,84,111). Sum of RGB (Red+Green+Blue) = 58+84+111=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A546F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A546F is #C5AB90. Grayscale: #4F4F4F. Windows color (decimal): -12954513 or 7296058. OLE color: 7296058.
HSL color Cylindrical-coordinate representation of color #3A546F: hue angle of 210.57º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A546F is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 84 | 111 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.56 |
| HSL | 210.57º | 0.31% | 0.33% | - |
| HSV(B) | 210.57º | 0.48% | 0.44% | - |
| XYZ | 7.78 | 8.39 | 16.25 | - |
| YUV | 79.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 84 | 111 | 0.48 | 0.24 | 0 | 0.56 | 210.57 | 0.31 | 0.33 |
| Hex | 3A | 54 | 6F | 30 | 18 | 0 | 38 | D3 | 1F | 21 |
| Octal | 72 | 124 | 157 | 60 | 30 | 0 | 70 | 323 | 37 | 41 |
| Binary | 111010 | 1010100 | 1101111 | 110000 | 11000 | 0 | 111000 | 11010011 | 11111 | 100001 |
Color Harmonies of #3A546F
Complementary color
Monochromatic Colors of #3A546F
Black with #3A546F
Text Example
Text Example
White with #3A546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A546F; }
p { color: rgb(58,84,111); }
H1.HeaderClassName
{
color: #3A546F;
}
.AnyTagClassName
{
color: #3A546F;
}
</style>
background-color css
<style>
a { background-color: #3A546F; }
a { background-color: rgb(58,84,111); }
div.DivClassName
{
background-color: #3A546F;
}
.BgClassName
{
background-color: #3A546F;
}
</style>
border-color css
<style>
span { border-color: #3A546F; }
span { border-color: rgb(58,84,111); }
td.TdClassName
{
border-color: #3A546F;
}
.TagClassName
{
border-color: #3A546F;
}
</style>