Skip to main content Skip to docs navigation

#232ebb 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 Sapphire Splendour and its hex is #2425B9 Nearest Color Name

Color Hue/Base color: Blue

Hex #232ebb Color code in RGB color code model is created after adding 13.73% red color, 18.04% green color and 73.33% blue color. Hex #232ebb Color code in CMYK color (process color) code model is generated after subtraction of 81% cyan, 75% magenta, 0% yellow and 26.67% black.

Hex #232ebb color code is between #2233aa web safe hex color code and #3322cc web safe hex color code. #2233aa is the nearest web safe color code. You can see here many more shades of #232ebb color code.

RGB Chart

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

Color Table

Hex Color Code 232ebb #232ebb
RGB Decimal 35, 46, 187 35, 46, 187
RGB Percent 14%, 18%, 73% rgb(14%, 18%, 73%)
CSS RGBa 35, 46, 187,1 rgba(35,46,187,1)
CMYK Model cmyk(81%,75%,0%,26.67%)
HSL Color Space 236,68% ,44% hsl(236,68% ,44%)
HSV Color Space 236°, 81%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00100011 00101110 10111011
Octal 43 56 273
Decimal 35 46 187
Hex 23 2e bb

Different shades of #232ebb color code.

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

Darkest of #232ebb
#0b0e3a
Darker of #232ebb
#131965
Dark of #232ebb
#1b2390
Base of #232ebb
#232ebb
Light of #232ebb
#3743da
Lighter
#626ce2
Lightest
#8d94ea

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

#232ebb
#bbb023

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

Split Complementary

#232ebb
#bb6423
#7abb23

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

Analogous Color

#2387bb
#236dbb
#232ebb
#4b23bb
#8a23bb

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

#232ebb
#2ebb23
#bb232e

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

#232ebb
#bb232e
#bbb023
#23bbb0

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

#232ebb
#bb237a
#bbb023
#23bb64

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

#03040f
#0b0e3a
#131965
#1b2390
#232ebb
#3743da
#626ce2
#8d94ea
#b8bcf2

Tints of #232ebb Color

#232ebb
#3b45c2
#535cca
#6c73d1
#848ad9
#9da2e0
#b5b9e8
#ced0ef
#e6e7f7
#ffffff

Shades of #232ebb color code

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

#232ebb
#1f28a6
#1b2391
#171e7c
#131967
#0f1453
#0b0f3e
#070a29
#030514
#000000

Tones

#232ebb
#3941a5
#4f548f
#666778
#6f6f6f

Tones

Similar Color like #232ebb color

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

#242fbc
#2530bd
#2631be
#2732bf
#2833c0
#2934c1
#2a35c2
#2b36c3
#2c37c4
#2d38c5
#2e39c6
#2f3ac7
#303bc8
#313cc9
#222dba
#212cb9
#202bb8
#1f2ab7
#1e29b6
#1d28b5
#1c27b4
#1b26b3
#1a25b2
#1924b1
#1823b0
#1722af
#1621ae
#1520ad

Download this Dark Blue

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

#232ebb Color Code Preview on Black Background Color

This is how #232ebb Color will look on black background color. Color contrast ratio is 2.18

#232ebb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#232ebb color code is use for CSS Background Color

Background color for the above div is #232ebb

HTML with inline CSS

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

#232ebb color code is use for CSS Border Color

CSS Border color for the above div is #232ebb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#232ebb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#232ebb Color code Preview on White Background

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

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

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