crispedge.com

Color picker

Loading...

#3731aa hex color - Blue - Cool color - Information

#3731aa hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #3731aa Color code in RGB color code model is created after adding 21.57% red color, 19.22% green color and 66.67% blue color. Hex #3731aa Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 71% magenta, 0% yellow and 33% black.

Hex #3731aa color code is between #333399 web safe hex color code and #4422bb web safe hex color code. #333399 is the nearest web safe color code. You can see here many more shades of #3731aa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code3731aa#3731aa
RGB Decimal55, 49, 170rgb(55, 49, 170)
RGB Percent22%, 19%, 67%rgb(22%, 19%, 67%)
CSS RGBa55, 49, 170,1rgba(55,49,170,1)
CMYK Modelcmyk(68%,71%,0%,33%)
HSL Color Space243,55% ,43%hsl(243,55% ,43%)
HSV Color Space243°, 71%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101110011000110101010
Octal6761252
Decimal5549170
Hex3731aa

Different shades of #3731aa color code.

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

Light Shade of #3731aa
#4b45c9
Dark Shade of #3731aa
#2a2682
Saturated Shade of #3731aa
#2d26b5
Desaturated Shade of #3731aa
#413c9f
Grey scale Shade of #3731aa
#6d6d6d
Brighten Shade
#504ac3
Most Readable Shade
#FFFFFF

Shades of #3731aa color code

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

#3731aa
#302b97
#2a2684
#242071
#1e1b5e
#18154b
#121038
#0c0a25
#060512
#000000

Similar Color like #3731aa color

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

#3832ab
#3933ac
#3a34ad
#3b35ae
#3c36af
#3d37b0
#3e38b1
#3f39b2
#403ab3
#413bb4
#423cb5
#433db6
#443eb7
#453fb8
#3630a9
#352fa8
#342ea7
#332da6
#322ca5
#312ba4
#302aa3
#2f29a2
#2e28a1
#2d27a0
#2c269f
#2b259e
#2a249d
#29239c

Monochromatic Color with #3731aa

#3731aa
#453dd4
#534aff
#0e0c2a
#1c1955
#29257f

Tints of #3731aa Color

#3731aa
#4d47b3
#635ebc
#7975c6
#8f8ccf
#a6a3d9
#bcbae2
#d2d1ec
#e8e8f5
#ffffff

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

#3731aa
#a4aa31

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

Split Complementary

#3731aa
#aa7331
#68aa31

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

Analogous Color

#315baa
#3143aa
#3731aa
#4f31aa
#6731aa

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

#3731aa
#aa3731
#31aa37

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

#3731aa
#aa3167
#a4aa31
#31aa73

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#3731aa
#a4aa31
#68aa31
#7331aa

Double Complementary 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).

Hex #3731aa 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.

#3731aa Color Code Preview on Black Background Color

This is how #3731aa Color will look on black background color. Color contrast ratio is 2.18

#3731aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3731aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3731aa

#3731aa color code is use for CSS Background Color

Background color for the above div is #3731aa

HTML with inline CSS

<div style="background-color:#3731aa;"></div>

#3731aa color code is use for CSS Border Color

CSS Border color for the above div is #3731aa

HTML with inline CSS

<div style="border:5px solid #3731aa;"></div>

CSS Border Left color for the above div is #3731aa

HTML with inline CSS

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

CSS Border Right color for the above div is #3731aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3731aa

HTML with inline CSS

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

CSS Border Top color for the above div is #3731aa

HTML with inline CSS

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

#3731aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3731aa Color code Preview on White Background

This is how #3731aa Color code will look on white background color. Color contrast ratio is 9.62

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(55,49,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(164,170,49,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(55,49,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.