Shades of Matisse #345D87
Tints of Matisse #345D87
RGB
CMYK
RGB Variations
Color information
#345D87 (or 0x345D87) is known color: Matisse. HEX triplet: 34, 5D and 87. RGB value is (52,93,135). Sum of RGB (Red+Green+Blue) = 52+93+135=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #345D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345D87 is #CBA278. Grayscale: #555555. Windows color (decimal): -13345401 or 8871220. OLE color: 8871220.
HSL color Cylindrical-coordinate representation of color #345D87: hue angle of 210.36º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345D87 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 93 | 135 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.47 |
| HSL | 210.36º | 0.44% | 0.37% | - |
| HSV(B) | 210.36º | 0.61% | 0.53% | - |
| XYZ | 9.7 | 10.31 | 24.4 | - |
| YUV | 85.53 | 155.92 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 135 | 0.61 | 0.31 | 0 | 0.47 | 210.36 | 0.44 | 0.37 |
| Hex | 34 | 5D | 87 | 3D | 1F | 0 | 2F | D2 | 2C | 25 |
| Octal | 64 | 135 | 207 | 75 | 37 | 0 | 57 | 322 | 54 | 45 |
| Binary | 110100 | 1011101 | 10000111 | 111101 | 11111 | 0 | 101111 | 11010010 | 101100 | 100101 |
Color Harmonies of #345D87
Complementary color
Monochromatic Colors of #345D87
Black with #345D87
Text Example
Text Example
White with #345D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D87; }
p { color: rgb(52,93,135); }
H1.HeaderClassName
{
color: #345D87;
}
.AnyTagClassName
{
color: #345D87;
}
</style>
background-color css
<style>
a { background-color: #345D87; }
a { background-color: rgb(52,93,135); }
div.DivClassName
{
background-color: #345D87;
}
.BgClassName
{
background-color: #345D87;
}
</style>
border-color css
<style>
span { border-color: #345D87; }
span { border-color: rgb(52,93,135); }
td.TdClassName
{
border-color: #345D87;
}
.TagClassName
{
border-color: #345D87;
}
</style>