Shades of Matisse #3A6078
Tints of Matisse #3A6078
RGB
CMYK
RGB Variations
Color information
#3A6078 (or 0x3A6078) is known color: Matisse. HEX triplet: 3A, 60 and 78. RGB value is (58,96,120). Sum of RGB (Red+Green+Blue) = 58+96+120=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A6078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6078 is #C59F87. Grayscale: #575757. Windows color (decimal): -12951432 or 7888954. OLE color: 7888954.
HSL color Cylindrical-coordinate representation of color #3A6078: hue angle of 203.23º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A6078 is Cyan = 0.52, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 96 | 120 | - |
| CMYK | 0.52 | 0.2 | 0 | 0.53 |
| HSL | 203.23º | 0.35% | 0.35% | - |
| HSV(B) | 203.23º | 0.52% | 0.47% | - |
| XYZ | 9.32 | 10.62 | 19.33 | - |
| YUV | 87.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 120 | 0.52 | 0.2 | 0 | 0.53 | 203.23 | 0.35 | 0.35 |
| Hex | 3A | 60 | 78 | 34 | 14 | 0 | 35 | CB | 23 | 23 |
| Octal | 72 | 140 | 170 | 64 | 24 | 0 | 65 | 313 | 43 | 43 |
| Binary | 111010 | 1100000 | 1111000 | 110100 | 10100 | 0 | 110101 | 11001011 | 100011 | 100011 |
Color Harmonies of #3A6078
Complementary color
Monochromatic Colors of #3A6078
Black with #3A6078
Text Example
Text Example
White with #3A6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6078; }
p { color: rgb(58,96,120); }
H1.HeaderClassName
{
color: #3A6078;
}
.AnyTagClassName
{
color: #3A6078;
}
</style>
background-color css
<style>
a { background-color: #3A6078; }
a { background-color: rgb(58,96,120); }
div.DivClassName
{
background-color: #3A6078;
}
.BgClassName
{
background-color: #3A6078;
}
</style>
border-color css
<style>
span { border-color: #3A6078; }
span { border-color: rgb(58,96,120); }
td.TdClassName
{
border-color: #3A6078;
}
.TagClassName
{
border-color: #3A6078;
}
</style>