Shades of Matisse #345E88
Tints of Matisse #345E88
RGB
CMYK
RGB Variations
Color information
#345E88 (or 0x345E88) is known color: Matisse. HEX triplet: 34, 5E and 88. RGB value is (52,94,136). Sum of RGB (Red+Green+Blue) = 52+94+136=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #345E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E88 is #CBA177. Grayscale: #565656. Windows color (decimal): -13345144 or 8937012. OLE color: 8937012.
HSL color Cylindrical-coordinate representation of color #345E88: hue angle of 210º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #345E88 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 94 | 136 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.47 |
| HSL | 210º | 0.45% | 0.37% | - |
| HSV(B) | 210º | 0.62% | 0.53% | - |
| XYZ | 9.86 | 10.51 | 24.8 | - |
| YUV | 86.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 136 | 0.62 | 0.31 | 0 | 0.47 | 210 | 0.45 | 0.37 |
| Hex | 34 | 5E | 88 | 3E | 1F | 0 | 2F | D2 | 2D | 25 |
| Octal | 64 | 136 | 210 | 76 | 37 | 0 | 57 | 322 | 55 | 45 |
| Binary | 110100 | 1011110 | 10001000 | 111110 | 11111 | 0 | 101111 | 11010010 | 101101 | 100101 |
Color Harmonies of #345E88
Complementary color
Monochromatic Colors of #345E88
Black with #345E88
Text Example
Text Example
White with #345E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345E88; }
p { color: rgb(52,94,136); }
H1.HeaderClassName
{
color: #345E88;
}
.AnyTagClassName
{
color: #345E88;
}
</style>
background-color css
<style>
a { background-color: #345E88; }
a { background-color: rgb(52,94,136); }
div.DivClassName
{
background-color: #345E88;
}
.BgClassName
{
background-color: #345E88;
}
</style>
border-color css
<style>
span { border-color: #345E88; }
span { border-color: rgb(52,94,136); }
td.TdClassName
{
border-color: #345E88;
}
.TagClassName
{
border-color: #345E88;
}
</style>