Colors and Font Guidelines: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Henri Vikki (talk | contribs) No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
==Recommended Color Palette== | [[Category:Developing_Qt::Guidelines]] | ||
Bellow you can find our recommended color palette, textured backgrounds and the fonts that will ensure consistency between your app's GUI and the other many example apps' GUIs published in the Qt website. There are also examples of how to use each of them. | |||
== Recommended Color Palette == | |||
We recommend: | We recommend: | ||
Line 11: | Line 15: | ||
* Avoid using gradients, especially multi color gradients, use solid colors instead | * Avoid using gradients, especially multi color gradients, use solid colors instead | ||
* Avoid detailed and colored textured backgrounds or use one of our 3 suggestions | * Avoid detailed and colored textured backgrounds or use one of our 3 suggestions | ||
* Avoid aliased/jaggy graphics | * Avoid aliased/jaggy graphics | ||
===Gray palette=== | === Gray palette === | ||
{| class=" | {| class="wikitable" | ||
| | |[[Image:Palette DoubleDarkGray.png|Double dark gray sample]] | ||
[[Image: | |[[Image:Palette DarkGray.png|Dark gray color sample]] | ||
| | |[[Image:Palette MediumGray.png|Medium gray color sample]] | ||
[[Image: | |[[Image:Palette RegularGray.png|Regular gray color sample]] | ||
| | |[[Image:Palette LightGray.png|Light gray color sample]] | ||
[[Image: | |[[Image:Palette PaleGray.png|Pale gray color sample]] | ||
| | |[[Image:White.png|White color sample]] | ||
[[Image: | |||
| | |||
[[Image: | |||
| | |||
[[Image: | |||
| | |||
[[Image: | |||
|- | |- | ||
| '''Double dark gray''' | |'''Double dark gray''' | ||
| '''Dark gray''' | |'''Dark gray''' | ||
| '''Medium gray''' | |'''Medium gray''' | ||
| '''Regular gray''' | |'''Regular gray''' | ||
| '''Light gray''' | |'''Light gray''' | ||
| '''Pale gray''' | |'''Pale gray''' | ||
| '''White''' | |'''White''' | ||
|- | |- | ||
| ''' | |'''HEX''' #1e1b18 | ||
| ''' | |'''HEX''' #35322f | ||
| ''' | |'''HEX''' #5d5b59 | ||
| ''' | |'''HEX''' #868482 | ||
| ''' | |'''HEX''' #aeadac | ||
| ''' | |'''HEX''' #d7d6d5 | ||
| ''' | |'''HEX''' #ffffff | ||
|- | |- | ||
| ''' | |'''RGB''' 30, 27, 24 | ||
| ''' | |'''RGB''' 53, 50, 47 | ||
| ''' | |'''RGB''' 93, 91, 89 | ||
| ''' | |'''RGB''' 134, 132, 130 | ||
| ''' | |'''RGB''' 174, 173, 172 | ||
| ''' | |'''RGB''' 215, 214, 213 | ||
| ''' | |'''RGB''' 255, 255, 255 | ||
|} | |} | ||
===Color palette=== | === Color palette === | ||
{| class=" | {| class="wikitable" | ||
| | |[[Image:Palette DarkGreen.png|Dark Green color sample]] | ||
[[Image: | |[[Image:Palette MediumGreen.png|Medium Green color sample]] | ||
| | |[[Image:Palette LightGreen.png|Light Green color sample]] | ||
[[Image: | |[[Image:Palette DarkBlue.png|Dark Blue color sample]] | ||
| | |[[Image:Palette Blue.png|Blue color sample]] | ||
[[Image: | |[[Image:Palette Violet.png|Violet color sample]] | ||
| | |[[Image:Purple.png|Purple color sample]] | ||
[[Image: | |||
| | |||
[[Image: | |||
| | |||
[[Image: | |||
| | |||
[[Image: | |||
|- | |- | ||
| '''Dark green''' | |'''Dark green''' | ||
| '''Medium green''' | |'''Medium green''' | ||
| '''Light green''' | |'''Light green''' | ||
| '''Dark blue''' | |'''Dark blue''' | ||
| '''Blue''' | |'''Blue''' | ||
| '''Violet''' | |'''Violet''' | ||
| '''Purple''' | |'''Purple''' | ||
|- | |- | ||
| ''' | |'''HEX''' #006325 | ||
| ''' | |'''HEX''' #328930 | ||
| ''' | |'''HEX''' #80c342 | ||
| ''' | |'''HEX''' #14148c | ||
| ''' | |'''HEX''' #14aaff | ||
| ''' | |'''HEX''' #6400aa | ||
| ''' | |'''HEX''' #ae32a0 | ||
|- | |- | ||
| ''' | |'''RGB''' 0, 99, 37 | ||
| ''' | |'''RGB''' 50, 137, 48 | ||
| ''' | |'''RGB''' 128, 195, 66 | ||
| ''' | |'''RGB''' 20, 20, 140 | ||
| ''' | |'''RGB''' 20, 170, 255 | ||
| ''' | |'''RGB''' 100, 0, 170 | ||
| ''' | |'''RGB''' 174, 50, 160 | ||
|} | |} | ||
{| class=" | {| class="wikitable" | ||
| | |[[Image:Palette Red.png|Red color sample]] | ||
[[Image: | |[[Image:Palette Yellow.png|Yellow color sample]] | ||
| | |||
[[Image: | |||
|- | |- | ||
| '''Red''' | |'''Red''' | ||
| '''Yellow''' | |'''Yellow''' | ||
|- | |- | ||
| ''' | |'''HEX''' #b40000 | ||
| ''' | |'''HEX''' #e0c31e | ||
|- | |- | ||
| ''' | |'''RGB''' 180, 0, 0 | ||
| ''' | |'''RGB''' 224, 195, 30 | ||
|} | |} | ||
===Textured backgrounds=== | === Textured backgrounds === | ||
Coming soon. | Coming soon. | ||
==Recommended fonts and font sizes== | == Recommended fonts and font sizes == | ||
In addition to the above recommendations, we also suggest a few simple guidelines regarding text and headers: | In addition to the above recommendations, we also suggest a few simple guidelines regarding text and headers: | ||
Line 137: | Line 115: | ||
* Use at least 8 pixel margin around text elements | * Use at least 8 pixel margin around text elements | ||
==Examples== | == Examples == | ||
Latest revision as of 11:00, 30 March 2015
Bellow you can find our recommended color palette, textured backgrounds and the fonts that will ensure consistency between your app's GUI and the other many example apps' GUIs published in the Qt website. There are also examples of how to use each of them.
Recommended Color Palette
We recommend:
- Use primarily the grays
- Use the other colors only to accent a particular feature/item in your demo/app
- Avoid using gradients, especially multi color gradients, use solid colors instead
- Avoid detailed and colored textured backgrounds or use one of our 3 suggestions
- Avoid aliased/jaggy graphics
Gray palette
Color palette
Red | Yellow |
HEX #b40000 | HEX #e0c31e |
RGB 180, 0, 0 | RGB 224, 195, 30 |
Textured backgrounds
Coming soon.
Recommended fonts and font sizes
In addition to the above recommendations, we also suggest a few simple guidelines regarding text and headers:
- Use a sans-serif system font at 24 pt, Bold, for headers
- Use a sans-serif system font at 14 pt, Regular, for body text
- Use at least 8 pixel margin around text elements