Skip to main content Skip to docs navigation

#341caa 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 Indigo Blue and its hex is #3A18B1 Nearest Color Name

Color Hue/Base color: Blue

Hex #341caa Color code in RGB color code model is created after adding 20.39% red color, 10.98% green color and 66.67% blue color. Hex #341caa Color code in CMYK color (process color) code model is generated after subtraction of 69% cyan, 84% magenta, 0% yellow and 33.33% black.

Hex #341caa color code is between #332299 web safe hex color code and #4411bb web safe hex color code. #332299 is the nearest web safe color code. You can see here many more shades of #341caa color code.

RGB Chart

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

Color Table

Hex Color Code 341caa #341caa
RGB Decimal 52, 28, 170 52, 28, 170
RGB Percent 20%, 11%, 67% rgb(20%, 11%, 67%)
CSS RGBa 52, 28, 170,1 rgba(52,28,170,1)
CMYK Model cmyk(69%,84%,0%,33.33%)
HSL Color Space 250,72% ,39% hsl(250,72% ,39%)
HSV Color Space 250°, 84%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110100 00011100 10101010
Octal 64 34 252
Decimal 52 28 170
Hex 34 1c aa

Different shades of #341caa color code.

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

Darkest of #341caa
#0c0627
Darker of #341caa
#190e52
Dark of #341caa
#27157e
Base of #341caa
#341caa
Light of #341caa
#4123d6
Lighter
#644be1
Lightest
#8a76e9

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

#341caa
#92aa1c

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

Split Complementary

#341caa
#aa7b1c
#4baa1c

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

Analogous Color

#1c57aa
#1c3faa
#341caa
#631caa
#9e1caa

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

#341caa
#1caa34
#aa341c

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

#341caa
#aa341c
#92aa1c
#1c92aa

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

#341caa
#aa1c4b
#92aa1c
#1caa7b

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 #341caa

#000000
#0c0627
#190e52
#27157e
#341caa
#4123d6
#644be1
#8a76e9
#afa2f0

Tints of #341caa Color

#341caa
#4a35b3
#614ebc
#7767c6
#8e80cf
#a49ad9
#bbb3e2
#d1ccec
#e8e5f5
#ffffff

Shades of #341caa color code

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

#341caa
#2e1897
#281584
#221271
#1c0f5e
#170c4b
#110938
#0b0625
#050312
#000000

Tones

#341caa
#413096
#4e4482
#5b576f
#636363

Tones

Similar Color like #341caa color

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

#351dab
#361eac
#371fad
#3820ae
#3921af
#3a22b0
#3b23b1
#3c24b2
#3d25b3
#3e26b4
#3f27b5
#4028b6
#4129b7
#422ab8
#331ba9
#321aa8
#3119a7
#3018a6
#2f17a5
#2e16a4
#2d15a3
#2c14a2
#2b13a1
#2a12a0
#29119f
#28109e
#270f9d
#260e9c

Download this Dark Blue

Hex #341caa 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.

#341caa Color Code Preview on Black Background Color

This is how #341caa Color will look on black background color. Color contrast ratio is 1.89

#341caa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #341caa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #341caa

#341caa color code is use for CSS Background Color

Background color for the above div is #341caa

HTML with inline CSS

<div style="background-color:#341caa;"></div>

#341caa color code is use for CSS Border Color

CSS Border color for the above div is #341caa

HTML with inline CSS

<div style="border:5px solid #341caa;"></div>

CSS Border Left color for the above div is #341caa

HTML with inline CSS

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

CSS Border Right color for the above div is #341caa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #341caa

HTML with inline CSS

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

CSS Border Top color for the above div is #341caa

HTML with inline CSS

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

#341caa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#341caa Color code Preview on White Background

This is how #341caa Color code will look on white background color. Color contrast ratio is 11.10

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

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