Shades of Matisse #345C80
Tints of Matisse #345C80
RGB
CMYK
RGB Variations
Color information
#345C80 (or 0x345C80) is known color: Matisse. HEX triplet: 34, 5C and 80. RGB value is (52,92,128). Sum of RGB (Red+Green+Blue) = 52+92+128=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #345C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C80 is #CBA37F. Grayscale: #535353. Windows color (decimal): -13345664 or 8412212. OLE color: 8412212.
HSL color Cylindrical-coordinate representation of color #345C80: hue angle of 208.42º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #345C80 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 92 | 128 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.50 |
| HSL | 208.42º | 0.42% | 0.35% | - |
| HSV(B) | 208.42º | 0.59% | 0.5% | - |
| XYZ | 9.14 | 9.94 | 21.86 | - |
| YUV | 84.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 128 | 0.59 | 0.28 | 0 | 0.50 | 208.42 | 0.42 | 0.35 |
| Hex | 34 | 5C | 80 | 3B | 1C | 0 | 32 | D0 | 2A | 23 |
| Octal | 64 | 134 | 200 | 73 | 34 | 0 | 62 | 320 | 52 | 43 |
| Binary | 110100 | 1011100 | 10000000 | 111011 | 11100 | 0 | 110010 | 11010000 | 101010 | 100011 |
Color Harmonies of #345C80
Complementary color
Monochromatic Colors of #345C80
Black with #345C80
Text Example
Text Example
White with #345C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C80; }
p { color: rgb(52,92,128); }
H1.HeaderClassName
{
color: #345C80;
}
.AnyTagClassName
{
color: #345C80;
}
</style>
background-color css
<style>
a { background-color: #345C80; }
a { background-color: rgb(52,92,128); }
div.DivClassName
{
background-color: #345C80;
}
.BgClassName
{
background-color: #345C80;
}
</style>
border-color css
<style>
span { border-color: #345C80; }
span { border-color: rgb(52,92,128); }
td.TdClassName
{
border-color: #345C80;
}
.TagClassName
{
border-color: #345C80;
}
</style>