Skip to main content Skip to docs navigation

#3955cb 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 Gorgonzola Blue and its hex is #4455CC Nearest Color Name

Color Hue/Base color: Blue

Hex #3955cb Color code in RGB color code model is created after adding 22.35% red color, 33.33% green color and 79.61% blue color. Hex #3955cb Color code in CMYK color (process color) code model is generated after subtraction of 72% cyan, 58% magenta, 0% yellow and 20.39% black.

Hex #3955cb color code is between #3344cc web safe hex color code and #4466bb web safe hex color code. #3344cc is the nearest web safe color code. You can see here many more shades of #3955cb color code.

RGB Chart

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

Color Table

Hex Color Code 3955cb #3955cb
RGB Decimal 57, 85, 203 57, 85, 203
RGB Percent 22%, 33%, 80% rgb(22%, 33%, 80%)
CSS RGBa 57, 85, 203,1 rgba(57,85,203,1)
CMYK Model cmyk(72%,58%,0%,20.39%)
HSL Color Space 228,58% ,51% hsl(228,58% ,51%)
HSV Color Space 228°, 72%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00111001 01010101 11001011
Octal 71 125 313
Decimal 57 85 203
Hex 39 55 cb

Different shades of #3955cb color code.

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

Darkest of #3955cb
#162255
Darker of #3955cb
#21337d
Dark of #3955cb
#2b43a6
Base of #3955cb
#3955cb
Light of #3955cb
#6178d6
Lighter
#8a9ae0
Lightest
#b2bdeb

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

#3955cb
#cbaf39

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

Split Complementary

#3955cb
#cb6639
#9ecb39

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

Analogous Color

#39aacb
#3992cb
#3955cb
#4e39cb
#8a39cb

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

#3955cb
#55cb39
#cb3955

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

#3955cb
#cb3955
#cbaf39
#39cbaf

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

#3955cb
#cb399e
#cbaf39
#39cb66

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 #3955cb

#0c122c
#162255
#21337d
#2b43a6
#3955cb
#6178d6
#8a9ae0
#b2bdeb
#dbe0f5

Tints of #3955cb Color

#3955cb
#4f67d0
#657ad6
#7b8ddc
#91a0e2
#a7b3e7
#bdc6ed
#d3d9f3
#e9ecf9
#ffffff

Shades of #3955cb color code

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

#3955cb
#324bb4
#2c429d
#263887
#1f2f70
#19255a
#131c43
#0c122d
#060916
#000000

Tones

#3955cb
#5264b2
#6b7499
#828282
#828282

Tones

Similar Color like #3955cb color

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

#3a56cc
#3b57cd
#3c58ce
#3d59cf
#3e5ad0
#3f5bd1
#405cd2
#415dd3
#425ed4
#435fd5
#4460d6
#4561d7
#4662d8
#4763d9
#3854ca
#3753c9
#3652c8
#3551c7
#3450c6
#334fc5
#324ec4
#314dc3
#304cc2
#2f4bc1
#2e4ac0
#2d49bf
#2c48be
#2b47bd

Download this Dark Blue

Hex #3955cb 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.

#3955cb Color Code Preview on Black Background Color

This is how #3955cb Color will look on black background color. Color contrast ratio is 3.34

#3955cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3955cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3955cb

#3955cb color code is use for CSS Background Color

Background color for the above div is #3955cb

HTML with inline CSS

<div style="background-color:#3955cb;"></div>

#3955cb color code is use for CSS Border Color

CSS Border color for the above div is #3955cb

HTML with inline CSS

<div style="border:5px solid #3955cb;"></div>

CSS Border Left color for the above div is #3955cb

HTML with inline CSS

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

CSS Border Right color for the above div is #3955cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3955cb

HTML with inline CSS

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

CSS Border Top color for the above div is #3955cb

HTML with inline CSS

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

#3955cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3955cb Color code Preview on White Background

This is how #3955cb Color code will look on white background color. Color contrast ratio is 6.30

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

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