crispedge.com

#371dae hex color - Blue - Cool color - Information

#371dae hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #371dae Color code in RGB color code model is created after adding 21.57% red color, 11.37% green color and 68.24% blue color. Hex #371dae Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 83% magenta, 0% yellow and 32% black.

Hex #371dae color code is between #3322aa web safe hex color code and #4411bb web safe hex color code. #3322aa is the nearest web safe color code. You can see here many more shades of #371dae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code371dae#371dae
RGB Decimal55, 29, 174rgb(55, 29, 174)
RGB Percent22%, 11%, 68%rgb(22%, 11%, 68%)
CSS RGBa55, 29, 174,1rgba(55,29,174,1)
CMYK Modelcmyk(68%,83%,0%,32%)
HSL Color Space251,71% ,40%hsl(251,71% ,40%)
HSV Color Space251°, 83%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101110001110110101110
Octal6735256
Decimal5529174
Hex371dae

Different shades of #371dae color code.

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

Light Shade of #371dae
#4524da
Dark Shade of #371dae
#291682
Saturated Shade of #371dae
#3013b8
Desaturated Shade of #371dae
#3e27a4
Grey scale Shade of #371dae
#656565
Brighten Shade
#5036c7
Most Readable Shade
#FFFFFF

Shades of #371dae color code

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

#371dae
#30199a
#2a1687
#241374
#1e1060
#180c4d
#12093a
#0c0626
#060313
#000000

Similar Color like #371dae color

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

#381eaf
#391fb0
#3a20b1
#3b21b2
#3c22b3
#3d23b4
#3e24b5
#3f25b6
#4026b7
#4127b8
#4228b9
#4329ba
#442abb
#452bbc
#361cad
#351bac
#341aab
#3319aa
#3218a9
#3117a8
#3016a7
#2f15a6
#2e14a5
#2d13a4
#2c12a3
#2b11a2
#2a10a1
#290fa0

Monochromatic Color with #371dae

#371dae
#4424d8
#010104
#0f082e
#1c0f59
#2a1683

Tints of #371dae Color

#371dae
#4d36b7
#634fc0
#7968c9
#8f81d2
#a69adb
#bcb3e4
#d2cced
#e8e5f6
#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

#371dae
#94ae1d

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

Split Complementary

#371dae
#ae801d
#4bae1d

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

Analogous Color

#1d3dae
#1d20ae
#371dae
#541dae
#711dae

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

#371dae
#ae371d
#1dae37

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

#371dae
#ae1d4b
#94ae1d
#1dae7f

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

#371dae
#94ae1d
#4bae1d
#801dae

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 #371dae 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.

#371dae Color Code Preview on Black Background Color

This is how #371dae Color will look on black background color. Color contrast ratio is 1.95

#371dae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #371dae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #371dae

#371dae color code is use for CSS Background Color

Background color for the above div is #371dae

HTML with inline CSS

<div style="background-color:#371dae;"></div>

#371dae color code is use for CSS Border Color

CSS Border color for the above div is #371dae

HTML with inline CSS

<div style="border:5px solid #371dae;"></div>

CSS Border Left color for the above div is #371dae

HTML with inline CSS

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

CSS Border Right color for the above div is #371dae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #371dae

HTML with inline CSS

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

CSS Border Top color for the above div is #371dae

HTML with inline CSS

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

#371dae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#371dae Color code Preview on White Background

This is how #371dae Color code will look on white background color. Color contrast ratio is 10.77

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

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,29,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,174,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(55,29,174,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.

< /html>