Shades of Matisse #3A607D
Tints of Matisse #3A607D
RGB
CMYK
RGB Variations
Color information
#3A607D (or 0x3A607D) is known color: Matisse. HEX triplet: 3A, 60 and 7D. RGB value is (58,96,125). Sum of RGB (Red+Green+Blue) = 58+96+125=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A607D is #C59F82. Grayscale: #575757. Windows color (decimal): -12951427 or 8216634. OLE color: 8216634.
HSL color Cylindrical-coordinate representation of color #3A607D: hue angle of 205.97º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A607D is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 96 | 125 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.51 |
| HSL | 205.97º | 0.37% | 0.36% | - |
| HSV(B) | 205.97º | 0.54% | 0.49% | - |
| XYZ | 9.63 | 10.75 | 20.97 | - |
| YUV | 87.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 125 | 0.54 | 0.23 | 0 | 0.51 | 205.97 | 0.37 | 0.36 |
| Hex | 3A | 60 | 7D | 36 | 17 | 0 | 33 | CE | 25 | 24 |
| Octal | 72 | 140 | 175 | 66 | 27 | 0 | 63 | 316 | 45 | 44 |
| Binary | 111010 | 1100000 | 1111101 | 110110 | 10111 | 0 | 110011 | 11001110 | 100101 | 100100 |
Color Harmonies of #3A607D
Complementary color
Monochromatic Colors of #3A607D
Black with #3A607D
Text Example
Text Example
White with #3A607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A607D; }
p { color: rgb(58,96,125); }
H1.HeaderClassName
{
color: #3A607D;
}
.AnyTagClassName
{
color: #3A607D;
}
</style>
background-color css
<style>
a { background-color: #3A607D; }
a { background-color: rgb(58,96,125); }
div.DivClassName
{
background-color: #3A607D;
}
.BgClassName
{
background-color: #3A607D;
}
</style>
border-color css
<style>
span { border-color: #3A607D; }
span { border-color: rgb(58,96,125); }
td.TdClassName
{
border-color: #3A607D;
}
.TagClassName
{
border-color: #3A607D;
}
</style>