Skip to main content Skip to docs navigation

#374aaa 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 Dazzling Blue and its hex is #3850A0 Nearest Color Name

Color Hue/Base color: Blue

Hex #374aaa Color code in RGB color code model is created after adding 21.57% red color, 29.02% green color and 66.67% blue color. Hex #374aaa Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 56% magenta, 0% yellow and 33.33% black.

Hex #374aaa color code is between #334499 web safe hex color code and #4455bb web safe hex color code. #334499 is the nearest web safe color code. You can see here many more shades of #374aaa color code.

RGB Chart

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

Color Table

Hex Color Code 374aaa #374aaa
RGB Decimal 55, 74, 170 55, 74, 170
RGB Percent 22%, 29%, 67% rgb(22%, 29%, 67%)
CSS RGBa 55, 74, 170,1 rgba(55,74,170,1)
CMYK Model cmyk(68%,56%,0%,33.33%)
HSL Color Space 230,51% ,44% hsl(230,51% ,44%)
HSV Color Space 230°, 68%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110111 01001010 10101010
Octal 67 112 252
Decimal 55 74 170
Hex 37 4a aa

Different shades of #374aaa color code.

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

Darkest of #374aaa
#121836
Darker of #374aaa
#1e285d
Dark of #374aaa
#2b3983
Base of #374aaa
#374aaa
Light of #374aaa
#4e62c6
Lighter
#7584d2
Lightest
#9ba6df

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

#374aaa
#aa9737

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

Split Complementary

#374aaa
#aa5e37
#84aa37

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

Analogous Color

#378daa
#377aaa
#374aaa
#4a37aa
#7a37aa

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

#374aaa
#4aaa37
#aa374a

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

#374aaa
#aa374a
#aa9737
#37aa97

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

#374aaa
#aa3784
#aa9737
#37aa5e

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 #374aaa

#050710
#121836
#1e285d
#2b3983
#374aaa
#4e62c6
#7584d2
#9ba6df
#c2c9eb

Tints of #374aaa Color

#374aaa
#4d5eb3
#6372bc
#7986c6
#8f9acf
#a6aed9
#bcc2e2
#d2d6ec
#e8eaf5
#ffffff

Shades of #374aaa color code

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

#374aaa
#304197
#2a3984
#243171
#1e295e
#18204b
#121838
#0c1025
#060812
#000000

Tones

#374aaa
#4e5994
#64687d
#717171
#717171

Tones

Similar Color like #374aaa color

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

#384bab
#394cac
#3a4dad
#3b4eae
#3c4faf
#3d50b0
#3e51b1
#3f52b2
#4053b3
#4154b4
#4255b5
#4356b6
#4457b7
#4558b8
#3649a9
#3548a8
#3447a7
#3346a6
#3245a5
#3144a4
#3043a3
#2f42a2
#2e41a1
#2d40a0
#2c3f9f
#2b3e9e
#2a3d9d
#293c9c

Download this Dark Blue

Hex #374aaa 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.

#374aaa Color Code Preview on Black Background Color

This is how #374aaa Color will look on black background color. Color contrast ratio is 2.72

#374aaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #374aaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #374aaa

#374aaa color code is use for CSS Background Color

Background color for the above div is #374aaa

HTML with inline CSS

<div style="background-color:#374aaa;"></div>

#374aaa color code is use for CSS Border Color

CSS Border color for the above div is #374aaa

HTML with inline CSS

<div style="border:5px solid #374aaa;"></div>

CSS Border Left color for the above div is #374aaa

HTML with inline CSS

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

CSS Border Right color for the above div is #374aaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #374aaa

HTML with inline CSS

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

CSS Border Top color for the above div is #374aaa

HTML with inline CSS

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

#374aaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#374aaa Color code Preview on White Background

This is how #374aaa Color code will look on white background color. Color contrast ratio is 7.71

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

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(55,74,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,151,55,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(55,74,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }