Skip to main content Skip to docs navigation

#296ebd 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 Bluish and its hex is #2976BB Nearest Color Name

Color Hue/Base color: Blue

Hex #296ebd Color code in RGB color code model is created after adding 16.08% red color, 43.14% green color and 74.12% blue color. Hex #296ebd Color code in CMYK color (process color) code model is generated after subtraction of 78% cyan, 42% magenta, 0% yellow and 25.88% black.

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

RGB Chart

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

Color Table

Hex Color Code 296ebd #296ebd
RGB Decimal 41, 110, 189 41, 110, 189
RGB Percent 16%, 43%, 74% rgb(16%, 43%, 74%)
CSS RGBa 41, 110, 189,1 rgba(41,110,189,1)
CMYK Model cmyk(78%,42%,0%,25.88%)
HSL Color Space 212,64% ,45% hsl(212,64% ,45%)
HSV Color Space 212°, 78%, 74%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00101001 01101110 10111101
Octal 51 156 275
Decimal 41 110 189
Hex 29 6e bd

Different shades of #296ebd color code.

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

Darkest of #296ebd
#0e253f
Darker of #296ebd
#173d69
Dark of #296ebd
#205693
Base of #296ebd
#296ebd
Light of #296ebd
#4388d6
Lighter
#6da2df
Lightest
#97bde8

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

#296ebd
#bd7829

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

Split Complementary

#296ebd
#bd2e29
#b8bd29

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

Analogous Color

#29bdb6
#29acbd
#296ebd
#293dbd
#5329bd

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

#296ebd
#6ebd29
#bd296e

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

#296ebd
#bd296e
#bd7829
#29bd78

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

#296ebd
#bd29b8
#bd7829
#29bd2e

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

#050c15
#0e253f
#173d69
#205693
#296ebd
#4388d6
#6da2df
#97bde8
#c1d7f1

Tints of #296ebd Color

#296ebd
#407ec4
#588ecb
#709ed3
#88aeda
#9fbee1
#b7cee9
#cfdef0
#e7eef7
#ffffff

Shades of #296ebd color code

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

#296ebd
#2461a8
#1f5593
#1b497e
#163d69
#123054
#0d243f
#09182a
#040c15
#000000

Tones

#296ebd
#4070a6
#57718f
#6e7378
#737373

Tones

Similar Color like #296ebd color

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

#2a6fbe
#2b70bf
#2c71c0
#2d72c1
#2e73c2
#2f74c3
#3075c4
#3176c5
#3277c6
#3378c7
#3479c8
#357ac9
#367bca
#377ccb
#286dbc
#276cbb
#266bba
#256ab9
#2469b8
#2368b7
#2267b6
#2166b5
#2065b4
#1f64b3
#1e63b2
#1d62b1
#1c61b0
#1b60af

Download this Dark Blue

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

#296ebd Color Code Preview on Black Background Color

This is how #296ebd Color will look on black background color. Color contrast ratio is 4.06

#296ebd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#296ebd color code is use for CSS Background Color

Background color for the above div is #296ebd

HTML with inline CSS

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

#296ebd color code is use for CSS Border Color

CSS Border color for the above div is #296ebd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#296ebd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#296ebd Color code Preview on White Background

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

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

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