Skip to main content Skip to docs navigation

#0372ea 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 Níu Zǎi Sè Denim and its hex is #056EEE Nearest Color Name

Color Hue/Base color: Blue

Hex #0372ea Color code in RGB color code model is created after adding 1.18% red color, 44.71% green color and 91.76% blue color. Hex #0372ea Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 51% magenta, 0% yellow and 8.24% black.

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

RGB Chart

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

Color Table

Hex Color Code 0372ea #0372ea
RGB Decimal 3, 114, 234 3, 114, 234
RGB Percent 1%, 45%, 92% rgb(1%, 45%, 92%)
CSS RGBa 3, 114, 234,1 rgba(3,114,234,1)
CMYK Model cmyk(99%,51%,0%,8.24%)
HSL Color Space 211,97% ,46% hsl(211,97% ,46%)
HSV Color Space 211°, 99%, 92%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000011 01110010 11101010
Octal 3 162 352
Decimal 3 114 234
Hex 03 72 ea

Different shades of #0372ea color code.

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

Darkest of #0372ea
#012853
Darker of #0372ea
#024185
Dark of #0372ea
#0259b8
Base of #0372ea
#0372ea
Light of #0372ea
#248cfc
Lighter
#56a6fd
Lightest
#89c1fd

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

#0372ea
#ea7b03

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

Split Complementary

#0372ea
#ea0803
#e5ea03

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

Analogous Color

#03eadb
#03d2ea
#0372ea
#0325ea
#4103ea

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

#0372ea
#72ea03
#ea0372

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

#0372ea
#ea0372
#ea7b03
#03ea7b

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

#0372ea
#ea03e5
#ea7b03
#03ea08

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

#001021
#012853
#024185
#0259b8
#0372ea
#248cfc
#56a6fd
#89c1fd
#bbdbfe

Tints of #0372ea Color

#0372ea
#1f81ec
#3b91ee
#57a1f1
#73b0f3
#8fc0f5
#abd0f8
#c7dffa
#e3effc
#ffffff

Shades of #0372ea color code

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

#0372ea
#0265d0
#0258b6
#024c9c
#013f82
#013268
#01264e
#001934
#000c1a
#000000

Tones

#0372ea
#1b73d2
#3274bb
#4a75a3
#62768b

Tones

Similar Color like #0372ea color

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

#0473eb
#0574ec
#0675ed
#0776ee
#0877ef
#0978f0
#0a79f1
#0b7af2
#0c7bf3
#0d7cf4
#0e7df5
#0f7ef6
#107ff7
#1180f8
#0271e9
#0170e8
#006fe7
#006ee6
#006de5
#006ce4
#006be3
#006ae2
#0069e1
#0068e0
#0067df
#0066de
#0065dd
#0064dc

Download this Dark Blue

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

#0372ea Color Code Preview on Black Background Color

This is how #0372ea Color will look on black background color. Color contrast ratio is 4.60

#0372ea in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0372ea color code is use for CSS Background Color

Background color for the above div is #0372ea

HTML with inline CSS

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

#0372ea color code is use for CSS Border Color

CSS Border color for the above div is #0372ea

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0372ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0372ea Color code Preview on White Background

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

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

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