Shades of Matisse #335E86
Tints of Matisse #335E86
RGB
CMYK
RGB Variations
Color information
#335E86 (or 0x335E86) is known color: Matisse. HEX triplet: 33, 5E and 86. RGB value is (51,94,134). Sum of RGB (Red+Green+Blue) = 51+94+134=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #335E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335E86 is #CCA179. Grayscale: #555555. Windows color (decimal): -13410682 or 8805939. OLE color: 8805939.
HSL color Cylindrical-coordinate representation of color #335E86: hue angle of 208.92º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #335E86 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 94 | 134 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.47 |
| HSL | 208.92º | 0.45% | 0.36% | - |
| HSV(B) | 208.92º | 0.62% | 0.53% | - |
| XYZ | 9.67 | 10.43 | 24.06 | - |
| YUV | 85.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 134 | 0.62 | 0.30 | 0 | 0.47 | 208.92 | 0.45 | 0.36 |
| Hex | 33 | 5E | 86 | 3E | 1E | 0 | 2F | D1 | 2D | 24 |
| Octal | 63 | 136 | 206 | 76 | 36 | 0 | 57 | 321 | 55 | 44 |
| Binary | 110011 | 1011110 | 10000110 | 111110 | 11110 | 0 | 101111 | 11010001 | 101101 | 100100 |
Color Harmonies of #335E86
Complementary color
Monochromatic Colors of #335E86
Black with #335E86
Text Example
Text Example
White with #335E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E86; }
p { color: rgb(51,94,134); }
H1.HeaderClassName
{
color: #335E86;
}
.AnyTagClassName
{
color: #335E86;
}
</style>
background-color css
<style>
a { background-color: #335E86; }
a { background-color: rgb(51,94,134); }
div.DivClassName
{
background-color: #335E86;
}
.BgClassName
{
background-color: #335E86;
}
</style>
border-color css
<style>
span { border-color: #335E86; }
span { border-color: rgb(51,94,134); }
td.TdClassName
{
border-color: #335E86;
}
.TagClassName
{
border-color: #335E86;
}
</style>