Skip to main content Skip to docs navigation

#394fcd 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 Gorgonzola Blue and its hex is #4455CC Nearest Color Name

Color Hue/Base color: Blue

Hex #394fcd Color code in RGB color code model is created after adding 22.35% red color, 30.98% green color and 80.39% blue color. Hex #394fcd Color code in CMYK color (process color) code model is generated after subtraction of 72% cyan, 61% magenta, 0% yellow and 19.61% black.

Hex #394fcd color code is between #3355cc web safe hex color code and #4444dd web safe hex color code. #3355cc is the nearest web safe color code. You can see here many more shades of #394fcd color code.

RGB Chart

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

Color Table

Hex Color Code 394fcd #394fcd
RGB Decimal 57, 79, 205 57, 79, 205
RGB Percent 22%, 31%, 80% rgb(22%, 31%, 80%)
CSS RGBa 57, 79, 205,1 rgba(57,79,205,1)
CMYK Model cmyk(72%,61%,0%,19.61%)
HSL Color Space 231,60% ,51% hsl(231,60% ,51%)
HSV Color Space 231°, 72%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00111001 01001111 11001101
Octal 71 117 315
Decimal 57 79 205
Hex 39 4f cd

Different shades of #394fcd color code.

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

Darkest of #394fcd
#162057
Darker of #394fcd
#202e80
Dark of #394fcd
#2b3da8
Base of #394fcd
#394fcd
Light of #394fcd
#6273d7
Lighter
#8a97e2
Lightest
#b3bcec

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

#394fcd
#cdb739

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

Split Complementary

#394fcd
#cd6d39
#99cd39

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

Analogous Color

#39a5cd
#398dcd
#394fcd
#5439cd
#9239cd

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

#394fcd
#4fcd39
#cd394f

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

#394fcd
#cd394f
#cdb739
#39cdb7

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

#394fcd
#cd3999
#cdb739
#39cd6d

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 #394fcd

#0c112e
#162057
#202e80
#2b3da8
#394fcd
#6273d7
#8a97e2
#b3bcec
#dce0f6

Tints of #394fcd Color

#394fcd
#4f62d2
#6576d8
#7b89dd
#919de3
#a7b0e8
#bdc4ee
#d3d7f3
#e9ebf9
#ffffff

Shades of #394fcd color code

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

#394fcd
#3246b6
#2c3d9f
#263488
#1f2b71
#19235b
#131a44
#0c112d
#060816
#000000

Tones

#394fcd
#5260b4
#6b729b
#838383
#838383

Tones

Similar Color like #394fcd color

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

#3a50ce
#3b51cf
#3c52d0
#3d53d1
#3e54d2
#3f55d3
#4056d4
#4157d5
#4258d6
#4359d7
#445ad8
#455bd9
#465cda
#475ddb
#384ecc
#374dcb
#364cca
#354bc9
#344ac8
#3349c7
#3248c6
#3147c5
#3046c4
#2f45c3
#2e44c2
#2d43c1
#2c42c0
#2b41bf

Download this Dark Blue

Hex #394fcd 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.

#394fcd Color Code Preview on Black Background Color

This is how #394fcd Color will look on black background color. Color contrast ratio is 3.17

#394fcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #394fcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #394fcd

#394fcd color code is use for CSS Background Color

Background color for the above div is #394fcd

HTML with inline CSS

<div style="background-color:#394fcd;"></div>

#394fcd color code is use for CSS Border Color

CSS Border color for the above div is #394fcd

HTML with inline CSS

<div style="border:5px solid #394fcd;"></div>

CSS Border Left color for the above div is #394fcd

HTML with inline CSS

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

CSS Border Right color for the above div is #394fcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #394fcd

HTML with inline CSS

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

CSS Border Top color for the above div is #394fcd

HTML with inline CSS

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

#394fcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#394fcd Color code Preview on White Background

This is how #394fcd Color code will look on white background color. Color contrast ratio is 6.62

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

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(57,79,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,183,57,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(57,79,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }