Skip to main content Skip to docs navigation

#331cdd 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 Lapis on Neptune and its hex is #1F22D2 Nearest Color Name

Color Hue/Base color: Blue

Hex #331cdd Color code in RGB color code model is created after adding 20% red color, 10.98% green color and 86.67% blue color. Hex #331cdd Color code in CMYK color (process color) code model is generated after subtraction of 77% cyan, 87% magenta, 0% yellow and 13.33% black.

Hex #331cdd color code is between #2222cc web safe hex color code and #4411ee web safe hex color code. #2222cc is the nearest web safe color code. You can see here many more shades of #331cdd color code.

RGB Chart

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

Color Table

Hex Color Code 331cdd #331cdd
RGB Decimal 51, 28, 221 51, 28, 221
RGB Percent 20%, 11%, 87% rgb(20%, 11%, 87%)
CSS RGBa 51, 28, 221,1 rgba(51,28,221,1)
CMYK Model cmyk(77%,87%,0%,13.33%)
HSL Color Space 247,78% ,49% hsl(247,78% ,49%)
HSV Color Space 247°, 87%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110011 00011100 11011101
Octal 63 34 335
Decimal 51 28 221
Hex 33 1c dd

Different shades of #331cdd color code.

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

Darkest of #331cdd
#140b55
Darker of #331cdd
#1e1182
Dark of #331cdd
#2916b0
Base of #331cdd
#331cdd
Light of #331cdd
#5845e7
Lighter
#8172ed
Lightest
#a99ff3

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

#331cdd
#c6dd1c

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

Split Complementary

#331cdd
#dd931c
#65dd1c

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

Analogous Color

#1c76dd
#1c55dd
#331cdd
#731cdd
#c41cdd

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

#331cdd
#1cdd33
#dd331c

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

#331cdd
#dd331c
#c6dd1c
#1cc6dd

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

#331cdd
#dd1c65
#c6dd1c
#1cdd93

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 #331cdd

#090528
#140b55
#1e1182
#2916b0
#331cdd
#5845e7
#8172ed
#a99ff3
#d2ccf9

Tints of #331cdd Color

#331cdd
#4935e0
#604ee4
#7767e8
#8d80ec
#a49aef
#bbb3f3
#d1ccf7
#e8e5fb
#ffffff

Shades of #331cdd color code

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

#331cdd
#2d18c4
#2715ab
#221293
#1c0f7a
#160c62
#110949
#0b0631
#050318
#000000

Tones

#331cdd
#4635c4
#594eab
#6c6792
#7c7c7c

Tones

Similar Color like #331cdd color

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

#341dde
#351edf
#361fe0
#3720e1
#3821e2
#3922e3
#3a23e4
#3b24e5
#3c25e6
#3d26e7
#3e27e8
#3f28e9
#4029ea
#412aeb
#321bdc
#311adb
#3019da
#2f18d9
#2e17d8
#2d16d7
#2c15d6
#2b14d5
#2a13d4
#2912d3
#2811d2
#2710d1
#260fd0
#250ecf

Download this Dark Blue

Hex #331cdd 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.

#331cdd Color Code Preview on Black Background Color

This is how #331cdd Color will look on black background color. Color contrast ratio is 2.35

#331cdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #331cdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #331cdd

#331cdd color code is use for CSS Background Color

Background color for the above div is #331cdd

HTML with inline CSS

<div style="background-color:#331cdd;"></div>

#331cdd color code is use for CSS Border Color

CSS Border color for the above div is #331cdd

HTML with inline CSS

<div style="border:5px solid #331cdd;"></div>

CSS Border Left color for the above div is #331cdd

HTML with inline CSS

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

CSS Border Right color for the above div is #331cdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #331cdd

HTML with inline CSS

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

CSS Border Top color for the above div is #331cdd

HTML with inline CSS

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

#331cdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#331cdd Color code Preview on White Background

This is how #331cdd Color code will look on white background color. Color contrast ratio is 8.93

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

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