Shades of Matisse #345C77
Tints of Matisse #345C77
RGB
CMYK
RGB Variations
Color information
#345C77 (or 0x345C77) is known color: Matisse. HEX triplet: 34, 5C and 77. RGB value is (52,92,119). Sum of RGB (Red+Green+Blue) = 52+92+119=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #345C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C77 is #CBA388. Grayscale: #525252. Windows color (decimal): -13345673 or 7822388. OLE color: 7822388.
HSL color Cylindrical-coordinate representation of color #345C77: hue angle of 204.18º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345C77 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 92 | 119 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.53 |
| HSL | 204.18º | 0.39% | 0.34% | - |
| HSV(B) | 204.18º | 0.56% | 0.47% | - |
| XYZ | 8.57 | 9.72 | 18.88 | - |
| YUV | 83.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 119 | 0.56 | 0.23 | 0 | 0.53 | 204.18 | 0.39 | 0.34 |
| Hex | 34 | 5C | 77 | 38 | 17 | 0 | 35 | CC | 27 | 22 |
| Octal | 64 | 134 | 167 | 70 | 27 | 0 | 65 | 314 | 47 | 42 |
| Binary | 110100 | 1011100 | 1110111 | 111000 | 10111 | 0 | 110101 | 11001100 | 100111 | 100010 |
Color Harmonies of #345C77
Complementary color
Monochromatic Colors of #345C77
Black with #345C77
Text Example
Text Example
White with #345C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C77; }
p { color: rgb(52,92,119); }
H1.HeaderClassName
{
color: #345C77;
}
.AnyTagClassName
{
color: #345C77;
}
</style>
background-color css
<style>
a { background-color: #345C77; }
a { background-color: rgb(52,92,119); }
div.DivClassName
{
background-color: #345C77;
}
.BgClassName
{
background-color: #345C77;
}
</style>
border-color css
<style>
span { border-color: #345C77; }
span { border-color: rgb(52,92,119); }
td.TdClassName
{
border-color: #345C77;
}
.TagClassName
{
border-color: #345C77;
}
</style>