crispedge.com

Color picker

Loading...

#3cbbe5 hex color - Blue - Cool color - Information

#3cbbe5 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #3cbbe5 Color code in RGB color code model is created after adding 23.53% red color, 73.33% green color and 89.8% blue color. Hex #3cbbe5 Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 18% magenta, 0% yellow and 10% black.

Hex #3cbbe5 color code is between #44aadd web safe hex color code and #33ccee web safe hex color code. #44aadd is the nearest web safe color code. You can see here many more shades of #3cbbe5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code3cbbe5#3cbbe5
RGB Decimal60, 187, 229rgb(60, 187, 229)
RGB Percent24%, 73%, 90%rgb(24%, 73%, 90%)
CSS RGBa60, 187, 229,1rgba(60,187,229,1)
CMYK Modelcmyk(74%,18%,0%,10%)
HSL Color Space195,76% ,57%hsl(195,76% ,57%)
HSV Color Space195°, 74%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001111001011101111100101
Octal74273345
Decimal60187229
Hex3cbbe5

Different shades of #3cbbe5 color code.

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

Light Shade of #3cbbe5
#69cbeb
Dark Shade of #3cbbe5
#1ca5d2
Saturated Shade of #3cbbe5
#31c1f0
Desaturated Shade of #3cbbe5
#47b5da
Grey scale Shade of #3cbbe5
#909090
Brighten Shade
#55d4fe
Most Readable Shade
#000000

Shades of #3cbbe5 color code

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

#3cbbe5
#35a6cb
#2e91b2
#287c98
#21677f
#1a5365
#143e4c
#0d2932
#061419
#000000

Similar Color like #3cbbe5 color

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

#3dbce6
#3ebde7
#3fbee8
#40bfe9
#41c0ea
#42c1eb
#43c2ec
#44c3ed
#45c4ee
#46c5ef
#47c6f0
#48c7f1
#49c8f2
#4ac9f3
#3bbae4
#3ab9e3
#39b8e2
#38b7e1
#37b6e0
#36b5df
#35b4de
#34b3dd
#33b2dc
#32b1db
#31b0da
#30afd9
#2faed8
#2eadd7

Monochromatic Color with #3cbbe5

#3cbbe5
#040d10
#0f303b
#1b5365
#267690
#3198ba

Tints of #3cbbe5 Color

#3cbbe5
#51c2e7
#67caea
#7dd1ed
#92d9f0
#a8e0f3
#bee8f6
#d3eff9
#e9f7fc
#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

#3cbbe5
#e5663c

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

Split Complementary

#3cbbe5
#e53c66
#e5bb3c

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

Analogous Color

#3ce5cb
#3cdde5
#3cbbe5
#3c99e5
#3c77e5

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

#3cbbe5
#e53cbb
#bbe53c

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

#3cbbe5
#ba3ce5
#e5663c
#66e53c

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

#3cbbe5
#e5663c
#e5bb3c
#3c66e5

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 #3cbbe5 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.

#3cbbe5 Color Code Preview on Black Background Color

This is how #3cbbe5 Color will look on black background color. Color contrast ratio is 9.43

#3cbbe5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3cbbe5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3cbbe5

#3cbbe5 color code is use for CSS Background Color

Background color for the above div is #3cbbe5

HTML with inline CSS

<div style="background-color:#3cbbe5;"></div>

#3cbbe5 color code is use for CSS Border Color

CSS Border color for the above div is #3cbbe5

HTML with inline CSS

<div style="border:5px solid #3cbbe5;"></div>

CSS Border Left color for the above div is #3cbbe5

HTML with inline CSS

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

CSS Border Right color for the above div is #3cbbe5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3cbbe5

HTML with inline CSS

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

CSS Border Top color for the above div is #3cbbe5

HTML with inline CSS

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

#3cbbe5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3cbbe5 Color code Preview on White Background

This is how #3cbbe5 Color code will look on white background color. Color contrast ratio is 2.23

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

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(60,187,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(229,102,60,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(60,187,229,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.