Shades of Matisse #345E81
Tints of Matisse #345E81
RGB
CMYK
RGB Variations
Color information
#345E81 (or 0x345E81) is known color: Matisse. HEX triplet: 34, 5E and 81. RGB value is (52,94,129). Sum of RGB (Red+Green+Blue) = 52+94+129=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #345E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E81 is #CBA17E. Grayscale: #555555. Windows color (decimal): -13345151 or 8478260. OLE color: 8478260.
HSL color Cylindrical-coordinate representation of color #345E81: hue angle of 207.27º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345E81 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 94 | 129 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.49 |
| HSL | 207.27º | 0.43% | 0.35% | - |
| HSV(B) | 207.27º | 0.6% | 0.51% | - |
| XYZ | 9.38 | 10.32 | 22.27 | - |
| YUV | 85.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 129 | 0.60 | 0.27 | 0 | 0.49 | 207.27 | 0.43 | 0.35 |
| Hex | 34 | 5E | 81 | 3C | 1B | 0 | 31 | CF | 2B | 23 |
| Octal | 64 | 136 | 201 | 74 | 33 | 0 | 61 | 317 | 53 | 43 |
| Binary | 110100 | 1011110 | 10000001 | 111100 | 11011 | 0 | 110001 | 11001111 | 101011 | 100011 |
Color Harmonies of #345E81
Complementary color
Monochromatic Colors of #345E81
Black with #345E81
Text Example
Text Example
White with #345E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345E81; }
p { color: rgb(52,94,129); }
H1.HeaderClassName
{
color: #345E81;
}
.AnyTagClassName
{
color: #345E81;
}
</style>
background-color css
<style>
a { background-color: #345E81; }
a { background-color: rgb(52,94,129); }
div.DivClassName
{
background-color: #345E81;
}
.BgClassName
{
background-color: #345E81;
}
</style>
border-color css
<style>
span { border-color: #345E81; }
span { border-color: rgb(52,94,129); }
td.TdClassName
{
border-color: #345E81;
}
.TagClassName
{
border-color: #345E81;
}
</style>