Skip to main content Skip to docs navigation

#229aba 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 Butterfly Blue and its hex is #2099BB Nearest Color Name

Color Hue/Base color: Blue

Hex #229aba Color code in RGB color code model is created after adding 13.33% red color, 60.39% green color and 72.94% blue color. Hex #229aba Color code in CMYK color (process color) code model is generated after subtraction of 82% cyan, 17% magenta, 0% yellow and 27.06% black.

Hex #229aba color code is between #1199bb web safe hex color code and #33aaaa web safe hex color code. #1199bb is the nearest web safe color code. You can see here many more shades of #229aba color code.

RGB Chart

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

Color Table

Hex Color Code 229aba #229aba
RGB Decimal 34, 154, 186 34, 154, 186
RGB Percent 13%, 60%, 73% rgb(13%, 60%, 73%)
CSS RGBa 34, 154, 186,1 rgba(34,154,186,1)
CMYK Model cmyk(82%,17%,0%,27.06%)
HSL Color Space 193,69% ,43% hsl(193,69% ,43%)
HSV Color Space 193°, 82%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00100010 10011010 10111010
Octal 42 232 272
Decimal 34 154 186
Hex 22 9a ba

Different shades of #229aba color code.

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

Darkest of #229aba
#0a2f39
Darker of #229aba
#125364
Dark of #229aba
#1a768f
Base of #229aba
#229aba
Light of #229aba
#35b7da
Lighter
#60c7e2
Lightest
#8bd6ea

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

#229aba
#ba4222

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

Split Complementary

#229aba
#ba224e
#ba8e22

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

Analogous Color

#22ba81
#22ba9b
#229aba
#2267ba
#2228ba

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

#229aba
#9aba22
#ba229a

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

#229aba
#ba229a
#ba4222
#22ba42

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

#229aba
#8e22ba
#ba4222
#4eba22

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 #229aba

#020b0e
#0a2f39
#125364
#1a768f
#229aba
#35b7da
#60c7e2
#8bd6ea
#b6e5f2

Tints of #229aba Color

#229aba
#3aa5c1
#53b0c9
#6bbbd1
#84c6d8
#9cd2e0
#b5dde8
#cde8ef
#e6f3f7
#ffffff

Shades of #229aba color code

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

#229aba
#1e88a5
#1a7790
#16667c
#125567
#0f4452
#0b333e
#072229
#031114
#000000

Tones

#229aba
#388da4
#4e818e
#647478
#6e6e6e

Tones

Similar Color like #229aba color

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

#239bbb
#249cbc
#259dbd
#269ebe
#279fbf
#28a0c0
#29a1c1
#2aa2c2
#2ba3c3
#2ca4c4
#2da5c5
#2ea6c6
#2fa7c7
#30a8c8
#2199b9
#2098b8
#1f97b7
#1e96b6
#1d95b5
#1c94b4
#1b93b3
#1a92b2
#1991b1
#1890b0
#178faf
#168eae
#158dad
#148cac

Download this Dark Blue

Hex #229aba 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.

#229aba Color Code Preview on Black Background Color

This is how #229aba Color will look on black background color. Color contrast ratio is 6.40

#229aba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #229aba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #229aba

#229aba color code is use for CSS Background Color

Background color for the above div is #229aba

HTML with inline CSS

<div style="background-color:#229aba;"></div>

#229aba color code is use for CSS Border Color

CSS Border color for the above div is #229aba

HTML with inline CSS

<div style="border:5px solid #229aba;"></div>

CSS Border Left color for the above div is #229aba

HTML with inline CSS

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

CSS Border Right color for the above div is #229aba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #229aba

HTML with inline CSS

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

CSS Border Top color for the above div is #229aba

HTML with inline CSS

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

#229aba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#229aba Color code Preview on White Background

This is how #229aba Color code will look on white background color. Color contrast ratio is 3.28

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

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(34,154,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(186,66,34,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(34,154,186,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }