Shades of Matisse #345777
Tints of Matisse #345777
RGB
CMYK
RGB Variations
Color information
#345777 (or 0x345777) is known color: Matisse. HEX triplet: 34, 57 and 77. RGB value is (52,87,119). Sum of RGB (Red+Green+Blue) = 52+87+119=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #345777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345777 is #CBA888. Grayscale: #505050. Windows color (decimal): -13346953 or 7821108. OLE color: 7821108.
HSL color Cylindrical-coordinate representation of color #345777: hue angle of 208.66º 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 #345777 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 87 | 119 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.53 |
| HSL | 208.66º | 0.39% | 0.34% | - |
| HSV(B) | 208.66º | 0.56% | 0.47% | - |
| XYZ | 8.15 | 8.88 | 18.74 | - |
| YUV | 80.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 119 | 0.56 | 0.27 | 0 | 0.53 | 208.66 | 0.39 | 0.34 |
| Hex | 34 | 57 | 77 | 38 | 1B | 0 | 35 | D1 | 27 | 22 |
| Octal | 64 | 127 | 167 | 70 | 33 | 0 | 65 | 321 | 47 | 42 |
| Binary | 110100 | 1010111 | 1110111 | 111000 | 11011 | 0 | 110101 | 11010001 | 100111 | 100010 |
Color Harmonies of #345777
Complementary color
Monochromatic Colors of #345777
Black with #345777
Text Example
Text Example
White with #345777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345777; }
p { color: rgb(52,87,119); }
H1.HeaderClassName
{
color: #345777;
}
.AnyTagClassName
{
color: #345777;
}
</style>
background-color css
<style>
a { background-color: #345777; }
a { background-color: rgb(52,87,119); }
div.DivClassName
{
background-color: #345777;
}
.BgClassName
{
background-color: #345777;
}
</style>
border-color css
<style>
span { border-color: #345777; }
span { border-color: rgb(52,87,119); }
td.TdClassName
{
border-color: #345777;
}
.TagClassName
{
border-color: #345777;
}
</style>