Skip to main content Skip to docs navigation

#3250ea 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 Veteran’s Day Blue and its hex is #2E58E8 Nearest Color Name

Color Hue/Base color: Blue

Hex #3250ea Color code in RGB color code model is created after adding 19.61% red color, 31.37% green color and 91.76% blue color. Hex #3250ea Color code in CMYK color (process color) code model is generated after subtraction of 79% cyan, 66% magenta, 0% yellow and 8.24% black.

Hex #3250ea color code is between #3355ee web safe hex color code and #2244dd web safe hex color code. #3355ee is the nearest web safe color code. You can see here many more shades of #3250ea color code.

RGB Chart

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

Color Table

Hex Color Code 3250ea #3250ea
RGB Decimal 50, 80, 234 50, 80, 234
RGB Percent 20%, 31%, 92% rgb(20%, 31%, 92%)
CSS RGBa 50, 80, 234,1 rgba(50,80,234,1)
CMYK Model cmyk(79%,66%,0%,8.24%)
HSL Color Space 230,81% ,56% hsl(230,81% ,56%)
HSV Color Space 230°, 79%, 92%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110010 01010000 11101010
Octal 62 120 352
Decimal 50 80 234
Hex 32 50 ea

Different shades of #3250ea color code.

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

Darkest of #3250ea
#0c1e77
Darker of #3250ea
#1129a5
Dark of #3250ea
#1635d3
Base of #3250ea
#3250ea
Light of #3250ea
#6077ef
Lighter
#8f9ff3
Lightest
#bdc6f8

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

#3250ea
#eacc32

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

Split Complementary

#3250ea
#ea7032
#acea32

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

Analogous Color

#32bbea
#329dea
#3250ea
#5132ea
#9e32ea

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

#3250ea
#50ea32
#ea3250

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

#3250ea
#ea3250
#eacc32
#32eacc

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

#3250ea
#ea32ac
#eacc32
#32ea70

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 #3250ea

#071249
#0c1e77
#1129a5
#1635d3
#3250ea
#6077ef
#8f9ff3
#bdc6f8
#ebeefd

Tints of #3250ea Color

#3250ea
#4863ec
#5f76ee
#768af1
#8d9df3
#a3b1f5
#bac4f8
#d1d8fa
#e8ebfc
#ffffff

Shades of #3250ea color code

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

#3250ea
#2c47d0
#263eb6
#21359c
#1b2c82
#162368
#101a4e
#0b1134
#05081a
#000000

Tones

#3250ea
#495fd3
#5f6ebd
#767ea6
#8c8d90

Tones

Similar Color like #3250ea color

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

#3351eb
#3452ec
#3553ed
#3654ee
#3755ef
#3856f0
#3957f1
#3a58f2
#3b59f3
#3c5af4
#3d5bf5
#3e5cf6
#3f5df7
#405ef8
#314fe9
#304ee8
#2f4de7
#2e4ce6
#2d4be5
#2c4ae4
#2b49e3
#2a48e2
#2947e1
#2846e0
#2745df
#2644de
#2543dd
#2442dc

Download this Dark Blue

Hex #3250ea 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.

#3250ea Color Code Preview on Black Background Color

This is how #3250ea Color will look on black background color. Color contrast ratio is 3.47

#3250ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3250ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3250ea

#3250ea color code is use for CSS Background Color

Background color for the above div is #3250ea

HTML with inline CSS

<div style="background-color:#3250ea;"></div>

#3250ea color code is use for CSS Border Color

CSS Border color for the above div is #3250ea

HTML with inline CSS

<div style="border:5px solid #3250ea;"></div>

CSS Border Left color for the above div is #3250ea

HTML with inline CSS

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

CSS Border Right color for the above div is #3250ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3250ea

HTML with inline CSS

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

CSS Border Top color for the above div is #3250ea

HTML with inline CSS

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

#3250ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3250ea Color code Preview on White Background

This is how #3250ea Color code will look on white background color. Color contrast ratio is 6.05

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 #3250ea; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #3250ea; }

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,80,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(234,204,50,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(50,80,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }