Shades of Matisse #3A566F
Tints of Matisse #3A566F
RGB
CMYK
RGB Variations
Color information
#3A566F (or 0x3A566F) is known color: Matisse. HEX triplet: 3A, 56 and 6F. RGB value is (58,86,111). Sum of RGB (Red+Green+Blue) = 58+86+111=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A566F is #C5A990. Grayscale: #505050. Windows color (decimal): -12954001 or 7296570. OLE color: 7296570.
HSL color Cylindrical-coordinate representation of color #3A566F: hue angle of 208.3º 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 #3A566F is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 86 | 111 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.56 |
| HSL | 208.3º | 0.31% | 0.33% | - |
| HSV(B) | 208.3º | 0.48% | 0.44% | - |
| XYZ | 7.94 | 8.7 | 16.3 | - |
| YUV | 80.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 86 | 111 | 0.48 | 0.23 | 0 | 0.56 | 208.3 | 0.31 | 0.33 |
| Hex | 3A | 56 | 6F | 30 | 17 | 0 | 38 | D0 | 1F | 21 |
| Octal | 72 | 126 | 157 | 60 | 27 | 0 | 70 | 320 | 37 | 41 |
| Binary | 111010 | 1010110 | 1101111 | 110000 | 10111 | 0 | 111000 | 11010000 | 11111 | 100001 |
Color Harmonies of #3A566F
Complementary color
Monochromatic Colors of #3A566F
Black with #3A566F
Text Example
Text Example
White with #3A566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A566F; }
p { color: rgb(58,86,111); }
H1.HeaderClassName
{
color: #3A566F;
}
.AnyTagClassName
{
color: #3A566F;
}
</style>
background-color css
<style>
a { background-color: #3A566F; }
a { background-color: rgb(58,86,111); }
div.DivClassName
{
background-color: #3A566F;
}
.BgClassName
{
background-color: #3A566F;
}
</style>
border-color css
<style>
span { border-color: #3A566F; }
span { border-color: rgb(58,86,111); }
td.TdClassName
{
border-color: #3A566F;
}
.TagClassName
{
border-color: #3A566F;
}
</style>