Shades of Matisse #2E5E82
Tints of Matisse #2E5E82
RGB
CMYK
RGB Variations
Color information
#2E5E82 (or 0x2E5E82) is known color: Matisse. HEX triplet: 2E, 5E and 82. RGB value is (46,94,130). Sum of RGB (Red+Green+Blue) = 46+94+130=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E5E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5E82 is #D1A17D. Grayscale: #535353. Windows color (decimal): -13738366 or 8543790. OLE color: 8543790.
HSL color Cylindrical-coordinate representation of color #2E5E82: hue angle of 205.71º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E5E82 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 94 | 130 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.49 |
| HSL | 205.71º | 0.48% | 0.35% | - |
| HSV(B) | 205.71º | 0.65% | 0.51% | - |
| XYZ | 9.16 | 10.2 | 22.6 | - |
| YUV | 83.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 94 | 130 | 0.65 | 0.28 | 0 | 0.49 | 205.71 | 0.48 | 0.35 |
| Hex | 2E | 5E | 82 | 41 | 1C | 0 | 31 | CE | 30 | 23 |
| Octal | 56 | 136 | 202 | 101 | 34 | 0 | 61 | 316 | 60 | 43 |
| Binary | 101110 | 1011110 | 10000010 | 1000001 | 11100 | 0 | 110001 | 11001110 | 110000 | 100011 |
Color Harmonies of #2E5E82
Complementary color
Monochromatic Colors of #2E5E82
Black with #2E5E82
Text Example
Text Example
White with #2E5E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5E82; }
p { color: rgb(46,94,130); }
H1.HeaderClassName
{
color: #2E5E82;
}
.AnyTagClassName
{
color: #2E5E82;
}
</style>
background-color css
<style>
a { background-color: #2E5E82; }
a { background-color: rgb(46,94,130); }
div.DivClassName
{
background-color: #2E5E82;
}
.BgClassName
{
background-color: #2E5E82;
}
</style>
border-color css
<style>
span { border-color: #2E5E82; }
span { border-color: rgb(46,94,130); }
td.TdClassName
{
border-color: #2E5E82;
}
.TagClassName
{
border-color: #2E5E82;
}
</style>