Skip to main content Skip to docs navigation

#334aaa 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 Night in Manchester and its hex is #324AB2 Nearest Color Name

Color Hue/Base color: Blue

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

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

RGB Chart

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

Color Table

Hex Color Code 334aaa #334aaa
RGB Decimal 51, 74, 170 51, 74, 170
RGB Percent 20%, 29%, 67% rgb(20%, 29%, 67%)
CSS RGBa 51, 74, 170,1 rgba(51,74,170,1)
CMYK Model cmyk(70%,56%,0%,33.33%)
HSL Color Space 228,54% ,43% hsl(228,54% ,43%)
HSV Color Space 228°, 70%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110011 01001010 10101010
Octal 63 112 252
Decimal 51 74 170
Hex 33 4a aa

Different shades of #334aaa color code.

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

Darkest of #334aaa
#101734
Darker of #334aaa
#1b285c
Dark of #334aaa
#273983
Base of #334aaa
#334aaa
Light of #334aaa
#4861c8
Lighter
#6f83d4
Lightest
#96a5e0

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

#334aaa
#aa9333

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

Split Complementary

#334aaa
#aa5733
#85aa33

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

Analogous Color

#338faa
#337caa
#334aaa
#4433aa
#7533aa

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

#334aaa
#4aaa33
#aa334a

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

#334aaa
#aa334a
#aa9333
#33aa93

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

#334aaa
#aa3385
#aa9333
#33aa57

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

#04060d
#101734
#1b285c
#273983
#334aaa
#4861c8
#6f83d4
#96a5e0
#bec6eb

Tints of #334aaa Color

#334aaa
#495eb3
#6072bc
#7786c6
#8d9acf
#a4aed9
#bbc2e2
#d1d6ec
#e8eaf5
#ffffff

Shades of #334aaa color code

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

#334aaa
#2d4197
#273984
#223171
#1c295e
#16204b
#111838
#0b1025
#050812
#000000

Tones

#334aaa
#495894
#5f657e
#6e6e6e
#6e6e6e

Tones

Similar Color like #334aaa color

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

#344bab
#354cac
#364dad
#374eae
#384faf
#3950b0
#3a51b1
#3b52b2
#3c53b3
#3d54b4
#3e55b5
#3f56b6
#4057b7
#4158b8
#3249a9
#3148a8
#3047a7
#2f46a6
#2e45a5
#2d44a4
#2c43a3
#2b42a2
#2a41a1
#2940a0
#283f9f
#273e9e
#263d9d
#253c9c

Download this Dark Blue

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

#334aaa Color Code Preview on Black Background Color

This is how #334aaa Color will look on black background color. Color contrast ratio is 2.70

#334aaa in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#334aaa color code is use for CSS Background Color

Background color for the above div is #334aaa

HTML with inline CSS

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

#334aaa color code is use for CSS Border Color

CSS Border color for the above div is #334aaa

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#334aaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#334aaa Color code Preview on White Background

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

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

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