Skip to main content Skip to docs navigation

#3919cd 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 Galactic Highway and its hex is #3311BB Nearest Color Name

Color Hue/Base color: Blue

Hex #3919cd Color code in RGB color code model is created after adding 22.35% red color, 9.8% green color and 80.39% blue color. Hex #3919cd Color code in CMYK color (process color) code model is generated after subtraction of 72% cyan, 88% magenta, 0% yellow and 19.61% black.

Hex #3919cd color code is between #3311cc web safe hex color code and #4422dd web safe hex color code. #3311cc is the nearest web safe color code. You can see here many more shades of #3919cd color code.

RGB Chart

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

Color Table

Hex Color Code 3919cd #3919cd
RGB Decimal 57, 25, 205 57, 25, 205
RGB Percent 22%, 10%, 80% rgb(22%, 10%, 80%)
CSS RGBa 57, 25, 205,1 rgba(57,25,205,1)
CMYK Model cmyk(72%,88%,0%,19.61%)
HSL Color Space 251,78% ,45% hsl(251,78% ,45%)
HSV Color Space 251°, 88%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00111001 00011001 11001101
Octal 71 31 315
Decimal 57 25 205
Hex 39 19 cd

Different shades of #3919cd color code.

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

Darkest of #3919cd
#130845
Darker of #3919cd
#200e72
Dark of #3919cd
#2c13a0
Base of #3919cd
#3919cd
Light of #3919cd
#5333e6
Lighter
#7960ec
Lightest
#9f8ef1

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

#3919cd
#adcd19

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

Split Complementary

#3919cd
#cd9319
#53cd19

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

Analogous Color

#1962cd
#1944cd
#3919cd
#7519cd
#c019cd

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

#3919cd
#19cd39
#cd3919

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

#3919cd
#cd3919
#adcd19
#19adcd

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

#3919cd
#cd1953
#adcd19
#19cd93

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 #3919cd

#060317
#130845
#200e72
#2c13a0
#3919cd
#5333e6
#7960ec
#9f8ef1
#c6bbf7

Tints of #3919cd Color

#3919cd
#4f32d2
#654cd8
#7b65dd
#917fe3
#a798e8
#bdb2ee
#d3cbf3
#e9e5f9
#ffffff

Shades of #3919cd color code

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

#3919cd
#3216b6
#2c139f
#261088
#1f0d71
#190b5b
#130844
#0c052d
#060216
#000000

Tones

#3919cd
#4830b6
#57479f
#655e88
#737373

Tones

Similar Color like #3919cd color

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

#3a1ace
#3b1bcf
#3c1cd0
#3d1dd1
#3e1ed2
#3f1fd3
#4020d4
#4121d5
#4222d6
#4323d7
#4424d8
#4525d9
#4626da
#4727db
#3818cc
#3717cb
#3616ca
#3515c9
#3414c8
#3313c7
#3212c6
#3111c5
#3010c4
#2f0fc3
#2e0ec2
#2d0dc1
#2c0cc0
#2b0bbf

Download this Dark Blue

Hex #3919cd 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.

#3919cd Color Code Preview on Black Background Color

This is how #3919cd Color will look on black background color. Color contrast ratio is 2.19

#3919cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3919cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3919cd

#3919cd color code is use for CSS Background Color

Background color for the above div is #3919cd

HTML with inline CSS

<div style="background-color:#3919cd;"></div>

#3919cd color code is use for CSS Border Color

CSS Border color for the above div is #3919cd

HTML with inline CSS

<div style="border:5px solid #3919cd;"></div>

CSS Border Left color for the above div is #3919cd

HTML with inline CSS

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

CSS Border Right color for the above div is #3919cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3919cd

HTML with inline CSS

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

CSS Border Top color for the above div is #3919cd

HTML with inline CSS

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

#3919cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3919cd Color code Preview on White Background

This is how #3919cd Color code will look on white background color. Color contrast ratio is 9.57

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

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(57,25,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(173,205,25,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(57,25,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }