Skip to main content Skip to docs navigation

#326eec hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Bluetiful and its hex is #3C69E7 Nearest Color Name

Color Hue/Base color: Blue

Hex #326eec Color code in RGB color code model is created after adding 19.61% red color, 43.14% green color and 92.55% blue color. Hex #326eec Color code in CMYK color (process color) code model is generated after subtraction of 79% cyan, 53% magenta, 0% yellow and 7.45% black.

Hex #326eec color code is between #3366ee web safe hex color code and #2277dd web safe hex color code. #3366ee is the nearest web safe color code. You can see here many more shades of #326eec color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 326eec #326eec
RGB Decimal 50, 110, 236 50, 110, 236
RGB Percent 20%, 43%, 93% rgb(20%, 43%, 93%)
CSS RGBa 50, 110, 236,1 rgba(50,110,236,1)
CMYK Model cmyk(79%,53%,0%,7.45%)
HSL Color Space 221,83% ,56% hsl(221,83% ,56%)
HSV Color Space 221°, 79%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110010 01101110 11101100
Octal 62 156 354
Decimal 50 110 236
Hex 32 6e ec

Different shades of #326eec color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #326eec
#0b2f7a
Darker of #326eec
#1041a8
Dark of #326eec
#1453d7
Base of #326eec
#326eec
Light of #326eec
#618ff0
Lighter
#8fb0f5
Lightest
#bed1f9

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#326eec
#ecb032

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#326eec
#ec5332
#cbec32

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#32daec
#32bbec
#326eec
#3432ec
#8232ec

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#326eec
#6eec32
#ec326e

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#326eec
#ec326e
#ecb032
#32ecb0

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#326eec
#ec32cb
#ecb032
#32ec53

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #326eec

#071d4b
#0b2f7a
#1041a8
#1453d7
#326eec
#618ff0
#8fb0f5
#bed1f9
#edf2fd

Tints of #326eec Color

#326eec
#487eee
#5f8ef0
#769ef2
#8daef4
#a3bef6
#bacef8
#d1defa
#e8eefc
#ffffff

Shades of #326eec color code

Generate more color scales with scales (color stack) generator.

#326eec
#2c61d1
#2655b7
#21499d
#1b3d83
#163068
#10244e
#0b1834
#050c1a
#000000

Tones

#326eec
#4876d6
#5f7ebf
#7586a9
#8c8e92

Tones

Similar Color like #326eec color

Find visually similar hex color codes nearing to #326eec hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#336fed
#3470ee
#3571ef
#3672f0
#3773f1
#3874f2
#3975f3
#3a76f4
#3b77f5
#3c78f6
#3d79f7
#3e7af8
#3f7bf9
#407cfa
#316deb
#306cea
#2f6be9
#2e6ae8
#2d69e7
#2c68e6
#2b67e5
#2a66e4
#2965e3
#2864e2
#2763e1
#2662e0
#2561df
#2460de

Download this Dark Blue

Hex #326eec Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#326eec Color Code Preview on Black Background Color

This is how #326eec Color will look on black background color. Color contrast ratio is 4.58

#326eec in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#326eec">Your Example Paragraph content text in with font color #326eec </p>

Your Example Paragraph content text in with font color #326eec

HTML with inline CSS

<div style="color:#326eec">Your Paragraph text in with font color #326eec </div>

Your Example Paragraph content text in with font color #326eec

#326eec color code is use for CSS Background Color

Background color for the above div is #326eec

HTML with inline CSS

<div style="background-color:#326eec;"></div>

#326eec color code is use for CSS Border Color

CSS Border color for the above div is #326eec

HTML with inline CSS

<div style="border:5px solid #326eec;"></div>

CSS Border Left color for the above div is #326eec

HTML with inline CSS

<div style="border-left:5px solid #326eec;"></div>

CSS Border Right color for the above div is #326eec

HTML with inline CSS

<div style="border-right:5px solid #326eec;"></div>

CSS Border Bottom color for the above div is #326eec

HTML with inline CSS

<div style="border-bottom:5px solid #326eec;"></div>

CSS Border Top color for the above div is #326eec

HTML with inline CSS

<div style="border-top:5px solid #326eec;"></div>

#326eec hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#326eec; } .examplecolorclass {color:#326eec; } .examplebordercolor {border:3px solid #326eec; }

#326eec Color code Preview on White Background

This is how #326eec Color code will look on white background color. Color contrast ratio is 4.59

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #326eec; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #326eec; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(50,110,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,176,50,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(50,110,236,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }