Skip to main content Skip to docs navigation

#2d0eaa hex color | Dark Blue & Cool color | 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 Deep Daijin Blue and its hex is #3311AA Nearest Color Name

Color Hue/Base color: Blue

Hex #2d0eaa Color code in RGB color code model is created after adding 17.65% red color, 5.49% green color and 66.67% blue color. Hex #2d0eaa Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 92% magenta, 0% yellow and 33.33% black.

Hex #2d0eaa color code is between #331199 web safe hex color code and #2200bb web safe hex color code. #331199 is the nearest web safe color code. You can see here many more shades of #2d0eaa color code.

RGB Chart

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

Color Table

Hex Color Code 2d0eaa #2d0eaa
RGB Decimal 45, 14, 170 45, 14, 170
RGB Percent 18%, 5%, 67% rgb(18%, 5%, 67%)
CSS RGBa 45, 14, 170,1 rgba(45,14,170,1)
CMYK Model cmyk(74%,92%,0%,33.33%)
HSL Color Space 252,85% ,36% hsl(252,85% ,36%)
HSV Color Space 252°, 92%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00101101 00001110 10101010
Octal 55 16 252
Decimal 45 14 170
Hex 2d 0e aa

Different shades of #2d0eaa color code.

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

Darkest of #2d0eaa
#08021d
Darker of #2d0eaa
#14064c
Dark of #2d0eaa
#210a7b
Base of #2d0eaa
#2d0eaa
Light of #2d0eaa
#3912d9
Lighter
#5630ee
Lightest
#7c5ff2

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

#2d0eaa
#8baa0e

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

Split Complementary

#2d0eaa
#aa7b0e
#3daa0e

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

Analogous Color

#0e4aaa
#0e30aa
#2d0eaa
#610eaa
#a20eaa

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

#2d0eaa
#0eaa2d
#aa2d0e

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

#2d0eaa
#aa2d0e
#8baa0e
#0e8baa

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

#2d0eaa
#aa0e3d
#8baa0e
#0eaa7b

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 #2d0eaa

#000000
#08021d
#14064c
#210a7b
#2d0eaa
#3912d9
#5630ee
#7c5ff2
#a38ef6

Tints of #2d0eaa Color

#2d0eaa
#4428b3
#5b43bc
#735ec6
#8a79cf
#a193d9
#b9aee2
#d0c9ec
#e7e4f5
#ffffff

Shades of #2d0eaa color code

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

#2d0eaa
#280c97
#230a84
#1e0971
#19075e
#14064b
#0f0438
#0a0325
#050112
#000000

Tones

#2d0eaa
#382098
#433385
#4e4573
#595860

Tones

Similar Color like #2d0eaa color

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

#2e0fab
#2f10ac
#3011ad
#3112ae
#3213af
#3314b0
#3415b1
#3516b2
#3617b3
#3718b4
#3819b5
#391ab6
#3a1bb7
#3b1cb8
#2c0da9
#2b0ca8
#2a0ba7
#290aa6
#2809a5
#2708a4
#2607a3
#2506a2
#2405a1
#2304a0
#22039f
#21029e
#20019d
#1f009c

Download this

Hex #2d0eaa 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.

#2d0eaa Color Code Preview on Black Background Color

This is how #2d0eaa Color will look on black background color. Color contrast ratio is 1.75

#2d0eaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2d0eaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2d0eaa

#2d0eaa color code is use for CSS Background Color

Background color for the above div is #2d0eaa

HTML with inline CSS

<div style="background-color:#2d0eaa;"></div>

#2d0eaa color code is use for CSS Border Color

CSS Border color for the above div is #2d0eaa

HTML with inline CSS

<div style="border:5px solid #2d0eaa;"></div>

CSS Border Left color for the above div is #2d0eaa

HTML with inline CSS

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

CSS Border Right color for the above div is #2d0eaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #2d0eaa

HTML with inline CSS

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

CSS Border Top color for the above div is #2d0eaa

HTML with inline CSS

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

#2d0eaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2d0eaa Color code Preview on White Background

This is how #2d0eaa Color code will look on white background color. Color contrast ratio is 11.97

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(45,14,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(139,170,14,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(45,14,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }