Shades of Matisse #345E86
Tints of Matisse #345E86
RGB
CMYK
RGB Variations
Color information
#345E86 (or 0x345E86) is known color: Matisse. HEX triplet: 34, 5E and 86. RGB value is (52,94,134). Sum of RGB (Red+Green+Blue) = 52+94+134=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #345E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E86 is #CBA179. Grayscale: #555555. Windows color (decimal): -13345146 or 8805940. OLE color: 8805940.
HSL color Cylindrical-coordinate representation of color #345E86: hue angle of 209.27º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345E86 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 94 | 134 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.47 |
| HSL | 209.27º | 0.44% | 0.36% | - |
| HSV(B) | 209.27º | 0.61% | 0.53% | - |
| XYZ | 9.72 | 10.46 | 24.06 | - |
| YUV | 86 | 155.09 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 134 | 0.61 | 0.30 | 0 | 0.47 | 209.27 | 0.44 | 0.36 |
| Hex | 34 | 5E | 86 | 3D | 1E | 0 | 2F | D1 | 2C | 24 |
| Octal | 64 | 136 | 206 | 75 | 36 | 0 | 57 | 321 | 54 | 44 |
| Binary | 110100 | 1011110 | 10000110 | 111101 | 11110 | 0 | 101111 | 11010001 | 101100 | 100100 |
Color Harmonies of #345E86
Complementary color
Monochromatic Colors of #345E86
Black with #345E86
Text Example
Text Example
White with #345E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345E86; }
p { color: rgb(52,94,134); }
H1.HeaderClassName
{
color: #345E86;
}
.AnyTagClassName
{
color: #345E86;
}
</style>
background-color css
<style>
a { background-color: #345E86; }
a { background-color: rgb(52,94,134); }
div.DivClassName
{
background-color: #345E86;
}
.BgClassName
{
background-color: #345E86;
}
</style>
border-color css
<style>
span { border-color: #345E86; }
span { border-color: rgb(52,94,134); }
td.TdClassName
{
border-color: #345E86;
}
.TagClassName
{
border-color: #345E86;
}
</style>