Skip to main content

Good Color Scheme For Your Website

In my experience in Web designing and base on studies choosing the right color scheme for your website is one of the most important thing to do to create an eye catching and entertaining site.

4 easy steps to think and follow:
  1.  Choose the right dominant color for your website and brand.
  2. Combine 3 complementary colors to create your perfect color scheme for your website. Remember : There should be 3 main colors you need to consider when you are designing your website:
  3. Choose a right background color to complete your design
  4. Use color in the correct places on your website 
 The color itself has its own use and symbol.

The color red
Power, energy, passion, desire, speed, strength, power, heat, love, aggression, danger, fire, blood, war, violence, intensity, celebration, luck, stop or danger, Christmas and Valentine’s Day.

The color yellow
Joy, optimism, happiness, danger, sunshine, idealism, imagination, hope, summer, gold, deceit, philosophy, dishonesty, cowardice, betrayal, jealousy, disease and warning.

The color green
Nature, environment, health, good luck, renewal, youth, vigor, spring, generosity, fertility, jealousy, inexperience, envy, misfortune, start signal, St. Patrick’s Day and Christmas.

The color blue
Peace, harmony, unity, trust, truth, security, confidence, conservatism, order, sky, water, cold, technology, cleanliness, depression, loyalty, immortality, stability, masculinity and protection.

The color purple
Royalitet, nobility, spirituality, ceremony, mystery, transformation, wisdom and enlightenment.

The color orange

Energy, balance, warmth, enthusiasm, vitality, expansion, flamboyant, autumn and Halloween.

The color gray
Safety, reliability, intelligence, melancholy, modesty, dignity, maturity, soundness, functionality, old age and grief.

The color brown
Earth, hearth, home, outdoors, reliability, comfort, endurance, stability, simplicity, comfort, trees, nature and autumn.

The color white
Reverence, virginity, nothingness, cleanliness, peace, humility, precision, innocence, youth, birth, winter, snow, goodness, marriage, cold, clinical and sterility.

The color black
Power, sophistication, formality, elegance, wealth, mystery, fear, evil, anonymity, unhappiness, depth, style, sad, remorse, anger, underground, technical, grief and death.


Related image

Comments

Popular posts from this blog

Two simple ways to block internet browsing using Windows Firewall.

  Here are two simple ways to block internet browsing using Windows Firewall. Choose Method A (Block all browsers) or Method B (Block specific browsers like Chrome/Edge/Firefox). ✅ METHOD A — BLOCK ALL INTERNET BROWSING (Recommended) This blocks ALL internet access for ALL applications except those you allow. Steps: Press Windows + R Type: wf.msc Press Enter On the left, click Outbound Rules On the right, click New Rule… Select Custom → Next Under Program , choose All programs → Next Under Protocol and Ports , click Next Under Scope , click Next Under Action , select: ✔ Block the connection Click Next Under Profile , select: ✔ Domain ✔ Private ✔ Public Click Next Name the rule: Block Internet Browsing Click Finish ✔ This will instantly disable ALL internet access. 🟨 OPTIONAL: Allow exceptions If you want to allow EXCEPTIONS (example: allow only MT5, or allow Windows Update): Create a New Outbound Rule Select Program Browse to the app...

Block Browser Using Software Restriction Policy

Here are several alternative ways to block web browsers in Windows (Chrome, Edge, Firefox, etc.) without using the firewall method you mentioned earlier . Choose the method that best fits your need. 1 . Block Browser Using AppLocker (Windows Pro/Enterprise) Blocks the browser application from opening completely. Steps: Press Win + R , type: secpol.msc Go to: Application Control Policies → AppLocker → Executable Rules Right-click → Create New Rule Select: Deny User = Standard user (not Admin) Choose Path : Chrome: C:\Program Files\Google\Chrome\Application\chrome.exe Edge: C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe Firefox: C:\Program Files\Mozilla Firefox\firefox.exe Apply. Result: User cannot open the browser. Admin still can. 2 . Block Browser Using Software Restriction Policy For Windows Pro. Steps: Press Win + R , type: gpedit.msc Navigate to: Computer Configuration → Windows Settings → Security Settings → Soft...

Hide Local Disk (C:) in Windows Server 2022 (Cloud Server)

 To hide Local Disk (C:) in Windows Server 2022 (Cloud Server) for normal users but keep it accessible to Administrator, you have several options. Since you're using a cloud server (likely via RDP), the safest way is through Group Policy + NTFS permissions . ✅ METHOD 1 – Hide C: Drive via Group Policy (Recommended) This hides the drive from File Explorer but doesn’t fully block access unless combined with permissions. 🔹 Step 1: Open Local Group Policy Press Win + R Type: gpedit.msc Press Enter 🔹 Step 2: Navigate to User Configuration → Administrative Templates → Windows Components → File Explorer 🔹 Step 3: Enable These Policies Hide these specified drives in My Computer Set to: ✅ Enabled Choose: Restrict C drive only Prevent access to drives from My Computer Set to: ✅ Enabled Choose: Restrict C drive only Click Apply → OK. 🔹 Step 4: Apply Policy Open Command Prompt as Administrator and run: gpupdate /force ⚠ Important This affects the current user configuration . I...