Shades of Matisse #3A627B
Tints of Matisse #3A627B
RGB
CMYK
RGB Variations
Color information
#3A627B (or 0x3A627B) is known color: Matisse. HEX triplet: 3A, 62 and 7B. RGB value is (58,98,123). Sum of RGB (Red+Green+Blue) = 58+98+123=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A627B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A627B is #C59D84. Grayscale: #585858. Windows color (decimal): -12950917 or 8086074. OLE color: 8086074.
HSL color Cylindrical-coordinate representation of color #3A627B: hue angle of 203.08º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A627B is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 98 | 123 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.52 |
| HSL | 203.08º | 0.36% | 0.35% | - |
| HSV(B) | 203.08º | 0.53% | 0.48% | - |
| XYZ | 9.69 | 11.06 | 20.36 | - |
| YUV | 88.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 123 | 0.53 | 0.20 | 0 | 0.52 | 203.08 | 0.36 | 0.35 |
| Hex | 3A | 62 | 7B | 35 | 14 | 0 | 34 | CB | 24 | 23 |
| Octal | 72 | 142 | 173 | 65 | 24 | 0 | 64 | 313 | 44 | 43 |
| Binary | 111010 | 1100010 | 1111011 | 110101 | 10100 | 0 | 110100 | 11001011 | 100100 | 100011 |
Color Harmonies of #3A627B
Complementary color
Monochromatic Colors of #3A627B
Black with #3A627B
Text Example
Text Example
White with #3A627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A627B; }
p { color: rgb(58,98,123); }
H1.HeaderClassName
{
color: #3A627B;
}
.AnyTagClassName
{
color: #3A627B;
}
</style>
background-color css
<style>
a { background-color: #3A627B; }
a { background-color: rgb(58,98,123); }
div.DivClassName
{
background-color: #3A627B;
}
.BgClassName
{
background-color: #3A627B;
}
</style>
border-color css
<style>
span { border-color: #3A627B; }
span { border-color: rgb(58,98,123); }
td.TdClassName
{
border-color: #3A627B;
}
.TagClassName
{
border-color: #3A627B;
}
</style>