Shades of Matisse #3A6289
Tints of Matisse #3A6289
RGB
CMYK
RGB Variations
Color information
#3A6289 (or 0x3A6289) is known color: Matisse. HEX triplet: 3A, 62 and 89. RGB value is (58,98,137). Sum of RGB (Red+Green+Blue) = 58+98+137=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A6289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6289 is #C59D76. Grayscale: #5A5A5A. Windows color (decimal): -12950903 or 9003578. OLE color: 9003578.
HSL color Cylindrical-coordinate representation of color #3A6289: hue angle of 209.62º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A6289 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 98 | 137 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.46 |
| HSL | 209.62º | 0.41% | 0.38% | - |
| HSV(B) | 209.62º | 0.58% | 0.54% | - |
| XYZ | 10.63 | 11.44 | 25.32 | - |
| YUV | 90.49 | 154.25 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 137 | 0.58 | 0.28 | 0 | 0.46 | 209.62 | 0.41 | 0.38 |
| Hex | 3A | 62 | 89 | 3A | 1C | 0 | 2E | D2 | 29 | 26 |
| Octal | 72 | 142 | 211 | 72 | 34 | 0 | 56 | 322 | 51 | 46 |
| Binary | 111010 | 1100010 | 10001001 | 111010 | 11100 | 0 | 101110 | 11010010 | 101001 | 100110 |
Color Harmonies of #3A6289
Complementary color
Monochromatic Colors of #3A6289
Black with #3A6289
Text Example
Text Example
White with #3A6289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6289; }
p { color: rgb(58,98,137); }
H1.HeaderClassName
{
color: #3A6289;
}
.AnyTagClassName
{
color: #3A6289;
}
</style>
background-color css
<style>
a { background-color: #3A6289; }
a { background-color: rgb(58,98,137); }
div.DivClassName
{
background-color: #3A6289;
}
.BgClassName
{
background-color: #3A6289;
}
</style>
border-color css
<style>
span { border-color: #3A6289; }
span { border-color: rgb(58,98,137); }
td.TdClassName
{
border-color: #3A6289;
}
.TagClassName
{
border-color: #3A6289;
}
</style>