crispedge.com

Color picker

Loading...

#31aace hex color - Blue - Cool color - Information

#31aace hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #31aace Color code in RGB color code model is created after adding 19.22% red color, 66.67% green color and 80.78% blue color. Hex #31aace Color code in CMYK color (process color) code model is generated after subtraction of 76% cyan, 17% magenta, 0% yellow and 19% black.

Hex #31aace color code is between #3399cc web safe hex color code and #22bbdd web safe hex color code. #3399cc is the nearest web safe color code. You can see here many more shades of #31aace color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code31aace#31aace
RGB Decimal49, 170, 206rgb(49, 170, 206)
RGB Percent19%, 67%, 81%rgb(19%, 67%, 81%)
CSS RGBa49, 170, 206,1rgba(49,170,206,1)
CMYK Modelcmyk(76%,17%,0%,19%)
HSL Color Space194,62% ,50%hsl(194,62% ,50%)
HSV Color Space194°, 76%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100011010101011001110
Octal61252316
Decimal49170206
Hex31aace

Different shades of #31aace color code.

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

Light Shade of #31aace
#5abbd8
Dark Shade of #31aace
#2788a5
Saturated Shade of #31aace
#24b1db
Desaturated Shade of #31aace
#3ea3c1
Grey scale Shade of #31aace
#808080
Brighten Shade
#4ac3e7
Most Readable Shade
#000000

Shades of #31aace color code

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

#31aace
#2b97b7
#2684a0
#207189
#1b5e72
#154b5b
#103844
#0a252d
#051216
#000000

Similar Color like #31aace color

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

#32abcf
#33acd0
#34add1
#35aed2
#36afd3
#37b0d4
#38b1d5
#39b2d6
#3ab3d7
#3bb4d8
#3cb5d9
#3db6da
#3eb7db
#3fb8dc
#30a9cd
#2fa8cc
#2ea7cb
#2da6ca
#2ca5c9
#2ba4c8
#2aa3c7
#29a2c6
#28a1c5
#27a0c4
#269fc3
#259ec2
#249dc1
#239cc0

Monochromatic Color with #31aace

#31aace
#3bcdf8
#091e24
#13414e
#1d6479
#2787a3

Tints of #31aace Color

#31aace
#47b3d3
#5ebcd8
#75c6de
#8ccfe3
#a3d9e9
#bae2ee
#d1ecf4
#e8f5f9
#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

#31aace
#ce5531

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

Split Complementary

#31aace
#ce315b
#cea431

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

Analogous Color

#31ceb3
#31c9ce
#31aace
#318bce
#316bce

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

#31aace
#ce31aa
#aace31

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

#31aace
#a331ce
#ce5531
#5cce31

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

#31aace
#ce5531
#cea431
#315bce

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 #31aace 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.

#31aace Color Code Preview on Black Background Color

This is how #31aace Color will look on black background color. Color contrast ratio is 7.77

#31aace in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #31aace

HTML with inline CSS

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

Your Example Paragraph content text in with font color #31aace

#31aace color code is use for CSS Background Color

Background color for the above div is #31aace

HTML with inline CSS

<div style="background-color:#31aace;"></div>

#31aace color code is use for CSS Border Color

CSS Border color for the above div is #31aace

HTML with inline CSS

<div style="border:5px solid #31aace;"></div>

CSS Border Left color for the above div is #31aace

HTML with inline CSS

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

CSS Border Right color for the above div is #31aace

HTML with inline CSS

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

CSS Border Bottom color for the above div is #31aace

HTML with inline CSS

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

CSS Border Top color for the above div is #31aace

HTML with inline CSS

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

#31aace hex Color code used as CSS color Codes

Example CSS Class for usage

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

#31aace Color code Preview on White Background

This is how #31aace Color code will look on white background color. Color contrast ratio is 2.70

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.