Skip to main content Skip to docs navigation

#321bde 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 #321bde Color code in RGB color code model is created after adding 19.61% red color, 10.59% green color and 87.06% blue color. Hex #321bde Color code in CMYK color (process color) code model is generated after subtraction of 77% cyan, 88% magenta, 0% yellow and 12.94% black.

Hex #321bde color code is between #3322dd web safe hex color code and #2211ee web safe hex color code. #3322dd is the nearest web safe color code. You can see here many more shades of #321bde color code.

RGB Chart

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

Color Table

Hex Color Code 321bde #321bde
RGB Decimal 50, 27, 222 50, 27, 222
RGB Percent 20%, 11%, 87% rgb(20%, 11%, 87%)
CSS RGBa 50, 27, 222,1 rgba(50,27,222,1)
CMYK Model cmyk(77%,88%,0%,12.94%)
HSL Color Space 247,78% ,49% hsl(247,78% ,49%)
HSV Color Space 247°, 88%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110010 00011011 11011110
Octal 62 33 336
Decimal 50 27 222
Hex 32 1b de

Different shades of #321bde color code.

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

Darkest of #321bde
#130a56
Darker of #321bde
#1e1083
Dark of #321bde
#2815b1
Base of #321bde
#321bde
Light of #321bde
#5744e8
Lighter
#8071ee
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

#321bde
#c7de1b

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

Split Complementary

#321bde
#de931b
#65de1b

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

Analogous Color

#1b76de
#1b55de
#321bde
#731bde
#c41bde

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

#321bde
#1bde32
#de321b

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

#321bde
#de321b
#c7de1b
#1bc7de

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

#321bde
#de1b65
#c7de1b
#1bde93

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 #321bde

#090528
#130a56
#1e1083
#2815b1
#321bde
#5744e8
#8071ee
#a99ff3
#d1ccf9

Tints of #321bde Color

#321bde
#4834e1
#5f4de5
#7667e9
#8d80ec
#a399f0
#bab3f4
#d1ccf7
#e8e5fb
#ffffff

Shades of #321bde color code

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

#321bde
#2c18c5
#2615ac
#211294
#1b0f7b
#160c62
#10094a
#0b0631
#050318
#000000

Tones

#321bde
#4534c5
#584dac
#6b6693
#7c7c7c

Tones

Similar Color like #321bde color

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

#331cdf
#341de0
#351ee1
#361fe2
#3720e3
#3821e4
#3922e5
#3a23e6
#3b24e7
#3c25e8
#3d26e9
#3e27ea
#3f28eb
#4029ec
#311add
#3019dc
#2f18db
#2e17da
#2d16d9
#2c15d8
#2b14d7
#2a13d6
#2912d5
#2811d4
#2710d3
#260fd2
#250ed1
#240dd0

Download this Dark Blue

Hex #321bde 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.

#321bde Color Code Preview on Black Background Color

This is how #321bde Color will look on black background color. Color contrast ratio is 2.35

#321bde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #321bde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #321bde

#321bde color code is use for CSS Background Color

Background color for the above div is #321bde

HTML with inline CSS

<div style="background-color:#321bde;"></div>

#321bde color code is use for CSS Border Color

CSS Border color for the above div is #321bde

HTML with inline CSS

<div style="border:5px solid #321bde;"></div>

CSS Border Left color for the above div is #321bde

HTML with inline CSS

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

CSS Border Right color for the above div is #321bde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #321bde

HTML with inline CSS

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

CSS Border Top color for the above div is #321bde

HTML with inline CSS

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

#321bde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#321bde Color code Preview on White Background

This is how #321bde Color code will look on white background color. Color contrast ratio is 8.95

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

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(50,27,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(199,222,27,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(50,27,222,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }