Skip to main content Skip to docs navigation

#314bbc 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 Kikorangi Blue and its hex is #2E4EBF Nearest Color Name

Color Hue/Base color: Blue

Hex #314bbc Color code in RGB color code model is created after adding 19.22% red color, 29.41% green color and 73.73% blue color. Hex #314bbc Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 60% magenta, 0% yellow and 26.27% black.

Hex #314bbc color code is between #3344bb web safe hex color code and #2255cc web safe hex color code. #3344bb is the nearest web safe color code. You can see here many more shades of #314bbc color code.

RGB Chart

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

Color Table

Hex Color Code 314bbc #314bbc
RGB Decimal 49, 75, 188 49, 75, 188
RGB Percent 19%, 29%, 74% rgb(19%, 29%, 74%)
CSS RGBa 49, 75, 188,1 rgba(49,75,188,1)
CMYK Model cmyk(74%,60%,0%,26.27%)
HSL Color Space 229,59% ,46% hsl(229,59% ,46%)
HSV Color Space 229°, 74%, 74%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110001 01001011 10111100
Octal 61 113 274
Decimal 49 75 188
Hex 31 4b bc

Different shades of #314bbc color code.

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

Darkest of #314bbc
#111b43
Darker of #314bbc
#1c2b6b
Dark of #314bbc
#263b94
Base of #314bbc
#314bbc
Light of #314bbc
#4f67d1
Lighter
#778adc
Lightest
#a0ade6

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

#314bbc
#bca231

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

Split Complementary

#314bbc
#bc5d31
#90bc31

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

Analogous Color

#319cbc
#3185bc
#314bbc
#4531bc
#7f31bc

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

#314bbc
#4bbc31
#bc314b

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

#314bbc
#bc314b
#bca231
#31bca2

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

#314bbc
#bc3190
#bca231
#31bc5d

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 #314bbc

#070a1a
#111b43
#1c2b6b
#263b94
#314bbc
#4f67d1
#778adc
#a0ade6
#c8d0f1

Tints of #314bbc Color

#314bbc
#475fc3
#5e73ca
#7587d2
#8c9bd9
#a3afe1
#bac3e8
#d1d7f0
#e8ebf7
#ffffff

Shades of #314bbc color code

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

#314bbc
#2b42a7
#263a92
#20327d
#1b2968
#152153
#10193e
#0a1029
#050814
#000000

Tones

#314bbc
#495aa4
#60698d
#767676
#767676

Tones

Similar Color like #314bbc color

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

#324cbd
#334dbe
#344ebf
#354fc0
#3650c1
#3751c2
#3852c3
#3953c4
#3a54c5
#3b55c6
#3c56c7
#3d57c8
#3e58c9
#3f59ca
#304abb
#2f49ba
#2e48b9
#2d47b8
#2c46b7
#2b45b6
#2a44b5
#2943b4
#2842b3
#2741b2
#2640b1
#253fb0
#243eaf
#233dae

Download this Dark Blue

Hex #314bbc 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.

#314bbc Color Code Preview on Black Background Color

This is how #314bbc Color will look on black background color. Color contrast ratio is 2.86

#314bbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #314bbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #314bbc

#314bbc color code is use for CSS Background Color

Background color for the above div is #314bbc

HTML with inline CSS

<div style="background-color:#314bbc;"></div>

#314bbc color code is use for CSS Border Color

CSS Border color for the above div is #314bbc

HTML with inline CSS

<div style="border:5px solid #314bbc;"></div>

CSS Border Left color for the above div is #314bbc

HTML with inline CSS

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

CSS Border Right color for the above div is #314bbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #314bbc

HTML with inline CSS

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

CSS Border Top color for the above div is #314bbc

HTML with inline CSS

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

#314bbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#314bbc Color code Preview on White Background

This is how #314bbc Color code will look on white background color. Color contrast ratio is 7.33

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

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(49,75,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(188,162,49,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(49,75,188,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }