Shades of Matisse #3E6084
Tints of Matisse #3E6084
RGB
CMYK
RGB Variations
Color information
#3E6084 (or 0x3E6084) is known color: Matisse. HEX triplet: 3E, 60 and 84. RGB value is (62,96,132). Sum of RGB (Red+Green+Blue) = 62+96+132=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E6084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6084 is #C19F7B. Grayscale: #595959. Windows color (decimal): -12689276 or 8675390. OLE color: 8675390.
HSL color Cylindrical-coordinate representation of color #3E6084: hue angle of 210.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E6084 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 96 | 132 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.48 |
| HSL | 210.86º | 0.36% | 0.38% | - |
| HSV(B) | 210.86º | 0.53% | 0.52% | - |
| XYZ | 10.33 | 11.06 | 23.42 | - |
| YUV | 89.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 132 | 0.53 | 0.27 | 0 | 0.48 | 210.86 | 0.36 | 0.38 |
| Hex | 3E | 60 | 84 | 35 | 1B | 0 | 30 | D3 | 24 | 26 |
| Octal | 76 | 140 | 204 | 65 | 33 | 0 | 60 | 323 | 44 | 46 |
| Binary | 111110 | 1100000 | 10000100 | 110101 | 11011 | 0 | 110000 | 11010011 | 100100 | 100110 |
Color Harmonies of #3E6084
Complementary color
Monochromatic Colors of #3E6084
Black with #3E6084
Text Example
Text Example
White with #3E6084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6084; }
p { color: rgb(62,96,132); }
H1.HeaderClassName
{
color: #3E6084;
}
.AnyTagClassName
{
color: #3E6084;
}
</style>
background-color css
<style>
a { background-color: #3E6084; }
a { background-color: rgb(62,96,132); }
div.DivClassName
{
background-color: #3E6084;
}
.BgClassName
{
background-color: #3E6084;
}
</style>
border-color css
<style>
span { border-color: #3E6084; }
span { border-color: rgb(62,96,132); }
td.TdClassName
{
border-color: #3E6084;
}
.TagClassName
{
border-color: #3E6084;
}
</style>