Shades of Matisse #3A637B
Tints of Matisse #3A637B
RGB
CMYK
RGB Variations
Color information
#3A637B (or 0x3A637B) is known color: Matisse. HEX triplet: 3A, 63 and 7B. RGB value is (58,99,123). Sum of RGB (Red+Green+Blue) = 58+99+123=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A637B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A637B is #C59C84. Grayscale: #595959. Windows color (decimal): -12950661 or 8086330. OLE color: 8086330.
HSL color Cylindrical-coordinate representation of color #3A637B: hue angle of 202.15º 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 #3A637B is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 99 | 123 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.52 |
| HSL | 202.15º | 0.36% | 0.35% | - |
| HSV(B) | 202.15º | 0.53% | 0.48% | - |
| XYZ | 9.78 | 11.25 | 20.4 | - |
| YUV | 89.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 123 | 0.53 | 0.20 | 0 | 0.52 | 202.15 | 0.36 | 0.35 |
| Hex | 3A | 63 | 7B | 35 | 14 | 0 | 34 | CA | 24 | 23 |
| Octal | 72 | 143 | 173 | 65 | 24 | 0 | 64 | 312 | 44 | 43 |
| Binary | 111010 | 1100011 | 1111011 | 110101 | 10100 | 0 | 110100 | 11001010 | 100100 | 100011 |
Color Harmonies of #3A637B
Complementary color
Monochromatic Colors of #3A637B
Black with #3A637B
Text Example
Text Example
White with #3A637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A637B; }
p { color: rgb(58,99,123); }
H1.HeaderClassName
{
color: #3A637B;
}
.AnyTagClassName
{
color: #3A637B;
}
</style>
background-color css
<style>
a { background-color: #3A637B; }
a { background-color: rgb(58,99,123); }
div.DivClassName
{
background-color: #3A637B;
}
.BgClassName
{
background-color: #3A637B;
}
</style>
border-color css
<style>
span { border-color: #3A637B; }
span { border-color: rgb(58,99,123); }
td.TdClassName
{
border-color: #3A637B;
}
.TagClassName
{
border-color: #3A637B;
}
</style>