crispedge.com

Color picker

Loading...

#349cae hex color - Blue - Cool color - Information

#349cae hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #349cae Color code in RGB color code model is created after adding 20.39% red color, 61.18% green color and 68.24% blue color. Hex #349cae Color code in CMYK color (process color) code model is generated after subtraction of 70% cyan, 10% magenta, 0% yellow and 32% black.

Hex #349cae color code is between #3399aa web safe hex color code and #44aabb web safe hex color code. #3399aa is the nearest web safe color code. You can see here many more shades of #349cae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code349cae#349cae
RGB Decimal52, 156, 174rgb(52, 156, 174)
RGB Percent20%, 61%, 68%rgb(20%, 61%, 68%)
CSS RGBa52, 156, 174,1rgba(52,156,174,1)
CMYK Modelcmyk(70%,10%,0%,32%)
HSL Color Space189,54% ,44%hsl(189,54% ,44%)
HSV Color Space189°, 70%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101001001110010101110
Octal64234256
Decimal52156174
Hex349cae

Different shades of #349cae color code.

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

Light Shade of #349cae
#4cb7c9
Dark Shade of #349cae
#287987
Saturated Shade of #349cae
#29a4b9
Desaturated Shade of #349cae
#3f94a3
Grey scale Shade of #349cae
#717171
Brighten Shade
#4db5c7
Most Readable Shade
#000000

Shades of #349cae color code

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

#349cae
#2e8a9a
#287987
#226874
#1c5660
#17454d
#11343a
#0b2226
#051113
#000000

Similar Color like #349cae color

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

#359daf
#369eb0
#379fb1
#38a0b2
#39a1b3
#3aa2b4
#3ba3b5
#3ca4b6
#3da5b7
#3ea6b8
#3fa7b9
#40a8ba
#41a9bb
#42aabc
#339bad
#329aac
#3199ab
#3098aa
#2f97a9
#2e96a8
#2d95a7
#2c94a6
#2b93a5
#2a92a4
#2991a3
#2890a2
#278fa1
#268ea0

Monochromatic Color with #349cae

#349cae
#41c2d8
#010404
#0e2a2e
#1b5059
#277683

Tints of #349cae Color

#349cae
#4aa7b7
#61b2c0
#77bdc9
#8ec8d2
#a4d3db
#bbdee4
#d1e9ed
#e8f4f6
#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

#349cae
#ae4634

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

Split Complementary

#349cae
#ae345f
#ae8334

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

Analogous Color

#34ae8f
#34aea8
#349cae
#3484ae
#346bae

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

#349cae
#ae349c
#9cae34

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

#349cae
#8334ae
#ae4634
#5fae34

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

#349cae
#ae4634
#ae8334
#345fae

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 #349cae 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.

#349cae Color Code Preview on Black Background Color

This is how #349cae Color will look on black background color. Color contrast ratio is 6.51

#349cae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #349cae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #349cae

#349cae color code is use for CSS Background Color

Background color for the above div is #349cae

HTML with inline CSS

<div style="background-color:#349cae;"></div>

#349cae color code is use for CSS Border Color

CSS Border color for the above div is #349cae

HTML with inline CSS

<div style="border:5px solid #349cae;"></div>

CSS Border Left color for the above div is #349cae

HTML with inline CSS

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

CSS Border Right color for the above div is #349cae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #349cae

HTML with inline CSS

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

CSS Border Top color for the above div is #349cae

HTML with inline CSS

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

#349cae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#349cae Color code Preview on White Background

This is how #349cae Color code will look on white background color. Color contrast ratio is 3.22

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

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(52,156,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(174,70,52,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(52,156,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.