Skip to main content Skip to docs navigation

#232faa 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 Yuè Guāng Lán Blue and its hex is #2138AB Nearest Color Name

Color Hue/Base color: Blue

Hex #232faa Color code in RGB color code model is created after adding 13.73% red color, 18.43% green color and 66.67% blue color. Hex #232faa Color code in CMYK color (process color) code model is generated after subtraction of 79% cyan, 72% magenta, 0% yellow and 33.33% black.

Hex #232faa color code is between #223399 web safe hex color code and #3322bb web safe hex color code. #223399 is the nearest web safe color code. You can see here many more shades of #232faa color code.

RGB Chart

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

Color Table

Hex Color Code 232faa #232faa
RGB Decimal 35, 47, 170 35, 47, 170
RGB Percent 14%, 18%, 67% rgb(14%, 18%, 67%)
CSS RGBa 35, 47, 170,1 rgba(35,47,170,1)
CMYK Model cmyk(79%,72%,0%,33.33%)
HSL Color Space 235,66% ,40% hsl(235,66% ,40%)
HSV Color Space 235°, 79%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00100011 00101111 10101010
Octal 43 57 252
Decimal 35 47 170
Hex 23 2f aa

Different shades of #232faa color code.

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

Darkest of #232faa
#090c2b
Darker of #232faa
#121855
Dark of #232faa
#1a2380
Base of #232faa
#232faa
Light of #232faa
#2c3bd4
Lighter
#5763dc
Lightest
#818ae5

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

#232faa
#aa9e23

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

Split Complementary

#232faa
#aa5b23
#73aa23

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

Analogous Color

#237eaa
#2367aa
#232faa
#4423aa
#7c23aa

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

#232faa
#2faa23
#aa232f

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

#232faa
#aa232f
#aa9e23
#23aa9e

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

#232faa
#aa2373
#aa9e23
#23aa5b

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 #232faa

#000001
#090c2b
#121855
#1a2380
#232faa
#2c3bd4
#5763dc
#818ae5
#abb1ee

Tints of #232faa Color

#232faa
#3b46b3
#535dbc
#6c74c6
#848bcf
#9da2d9
#b5b9e2
#ced0ec
#e6e7f5
#ffffff

Shades of #232faa color code

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

#232faa
#1f2997
#1b2484
#171f71
#131a5e
#0f144b
#0b0f38
#070a25
#030512
#000000

Tones

#232faa
#384096
#4c5181
#61626d
#676767

Tones

Similar Color like #232faa color

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

#2430ab
#2531ac
#2632ad
#2733ae
#2834af
#2935b0
#2a36b1
#2b37b2
#2c38b3
#2d39b4
#2e3ab5
#2f3bb6
#303cb7
#313db8
#222ea9
#212da8
#202ca7
#1f2ba6
#1e2aa5
#1d29a4
#1c28a3
#1b27a2
#1a26a1
#1925a0
#18249f
#17239e
#16229d
#15219c

Download this Dark Blue

Hex #232faa 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.

#232faa Color Code Preview on Black Background Color

This is how #232faa Color will look on black background color. Color contrast ratio is 2.06

#232faa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #232faa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #232faa

#232faa color code is use for CSS Background Color

Background color for the above div is #232faa

HTML with inline CSS

<div style="background-color:#232faa;"></div>

#232faa color code is use for CSS Border Color

CSS Border color for the above div is #232faa

HTML with inline CSS

<div style="border:5px solid #232faa;"></div>

CSS Border Left color for the above div is #232faa

HTML with inline CSS

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

CSS Border Right color for the above div is #232faa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #232faa

HTML with inline CSS

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

CSS Border Top color for the above div is #232faa

HTML with inline CSS

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

#232faa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#232faa Color code Preview on White Background

This is how #232faa Color code will look on white background color. Color contrast ratio is 10.20

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

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(35,47,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,158,35,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(35,47,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }