Shades of Matisse #3A627F
Tints of Matisse #3A627F
RGB
CMYK
RGB Variations
Color information
#3A627F (or 0x3A627F) is known color: Matisse. HEX triplet: 3A, 62 and 7F. RGB value is (58,98,127). Sum of RGB (Red+Green+Blue) = 58+98+127=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A627F is #C59D80. Grayscale: #595959. Windows color (decimal): -12950913 or 8348218. OLE color: 8348218.
HSL color Cylindrical-coordinate representation of color #3A627F: hue angle of 205.22º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A627F is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 98 | 127 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.50 |
| HSL | 205.22º | 0.37% | 0.36% | - |
| HSV(B) | 205.22º | 0.54% | 0.5% | - |
| XYZ | 9.94 | 11.17 | 21.71 | - |
| YUV | 89.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 127 | 0.54 | 0.23 | 0 | 0.50 | 205.22 | 0.37 | 0.36 |
| Hex | 3A | 62 | 7F | 36 | 17 | 0 | 32 | CD | 25 | 24 |
| Octal | 72 | 142 | 177 | 66 | 27 | 0 | 62 | 315 | 45 | 44 |
| Binary | 111010 | 1100010 | 1111111 | 110110 | 10111 | 0 | 110010 | 11001101 | 100101 | 100100 |
Color Harmonies of #3A627F
Complementary color
Monochromatic Colors of #3A627F
Black with #3A627F
Text Example
Text Example
White with #3A627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A627F; }
p { color: rgb(58,98,127); }
H1.HeaderClassName
{
color: #3A627F;
}
.AnyTagClassName
{
color: #3A627F;
}
</style>
background-color css
<style>
a { background-color: #3A627F; }
a { background-color: rgb(58,98,127); }
div.DivClassName
{
background-color: #3A627F;
}
.BgClassName
{
background-color: #3A627F;
}
</style>
border-color css
<style>
span { border-color: #3A627F; }
span { border-color: rgb(58,98,127); }
td.TdClassName
{
border-color: #3A627F;
}
.TagClassName
{
border-color: #3A627F;
}
</style>