Skip to main content Skip to docs navigation

#296dcc 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 Celtic Blue and its hex is #246BCE Nearest Color Name

Color Hue/Base color: Blue

Hex #296dcc Color code in RGB color code model is created after adding 16.08% red color, 42.75% green color and 80% blue color. Hex #296dcc Color code in CMYK color (process color) code model is generated after subtraction of 80% cyan, 47% magenta, 0% yellow and 20% black.

Hex #296dcc color code is between #2266bb web safe hex color code and #3377dd web safe hex color code. #2266bb is the nearest web safe color code. You can see here many more shades of #296dcc color code.

RGB Chart

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

Color Table

Hex Color Code 296dcc #296dcc
RGB Decimal 41, 109, 204 41, 109, 204
RGB Percent 16%, 43%, 80% rgb(16%, 43%, 80%)
CSS RGBa 41, 109, 204,1 rgba(41,109,204,1)
CMYK Model cmyk(80%,47%,0%,20%)
HSL Color Space 215,67% ,48% hsl(215,67% ,48%)
HSV Color Space 215°, 80%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00101001 01101101 11001100
Octal 51 155 314
Decimal 41 109 204
Hex 29 6d cc

Different shades of #296dcc color code.

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

Darkest of #296dcc
#0f294d
Darker of #296dcc
#184077
Dark of #296dcc
#2056a2
Base of #296dcc
#296dcc
Light of #296dcc
#4d88db
Lighter
#77a5e4
Lightest
#a2c1ec

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

#296dcc
#cc8829

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

Split Complementary

#296dcc
#cc3729
#bfcc29

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

Analogous Color

#29cccc
#29b1cc
#296dcc
#2937cc
#5f29cc

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

#296dcc
#6dcc29
#cc296d

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

#296dcc
#cc296d
#cc8829
#29cc88

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

#296dcc
#cc29bf
#cc8829
#29cc37

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 #296dcc

#071222
#0f294d
#184077
#2056a2
#296dcc
#4d88db
#77a5e4
#a2c1ec
#ccddf5

Tints of #296dcc Color

#296dcc
#407dd1
#588dd7
#709ddd
#88ade2
#9fbee8
#b7ceee
#cfdef3
#e7eef9
#ffffff

Shades of #296dcc color code

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

#296dcc
#2460b5
#1f549e
#1b4888
#163c71
#12305a
#0d2444
#09182d
#040c16
#000000

Tones

#296dcc
#4271b4
#5a759b
#737983
#7b7b7b

Tones

Similar Color like #296dcc color

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

#2a6ecd
#2b6fce
#2c70cf
#2d71d0
#2e72d1
#2f73d2
#3074d3
#3175d4
#3276d5
#3377d6
#3478d7
#3579d8
#367ad9
#377bda
#286ccb
#276bca
#266ac9
#2569c8
#2468c7
#2367c6
#2266c5
#2165c4
#2064c3
#1f63c2
#1e62c1
#1d61c0
#1c60bf
#1b5fbe

Download this Dark Blue

Hex #296dcc 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.

#296dcc Color Code Preview on Black Background Color

This is how #296dcc Color will look on black background color. Color contrast ratio is 4.15

#296dcc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #296dcc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #296dcc

#296dcc color code is use for CSS Background Color

Background color for the above div is #296dcc

HTML with inline CSS

<div style="background-color:#296dcc;"></div>

#296dcc color code is use for CSS Border Color

CSS Border color for the above div is #296dcc

HTML with inline CSS

<div style="border:5px solid #296dcc;"></div>

CSS Border Left color for the above div is #296dcc

HTML with inline CSS

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

CSS Border Right color for the above div is #296dcc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #296dcc

HTML with inline CSS

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

CSS Border Top color for the above div is #296dcc

HTML with inline CSS

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

#296dcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#296dcc Color code Preview on White Background

This is how #296dcc Color code will look on white background color. Color contrast ratio is 5.06

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

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(41,109,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,136,41,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(41,109,204,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }