crispedge.com

Color picker

Loading...

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

#3ba3ed hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #3ba3ed Color code in RGB color code model is created after adding 23.14% red color, 63.92% green color and 92.94% blue color. Hex #3ba3ed Color code in CMYK color (process color) code model is generated after subtraction of 75% cyan, 31% magenta, 0% yellow and 7% black.

Hex #3ba3ed color code is between #33aaee web safe hex color code and #4499dd web safe hex color code. #33aaee is the nearest web safe color code. You can see here many more shades of #3ba3ed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code3ba3ed#3ba3ed
RGB Decimal59, 163, 237rgb(59, 163, 237)
RGB Percent23%, 64%, 93%rgb(23%, 64%, 93%)
CSS RGBa59, 163, 237,1rgba(59,163,237,1)
CMYK Modelcmyk(75%,31%,0%,7%)
HSL Color Space205,83% ,58%hsl(205,83% ,58%)
HSV Color Space205°, 75%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001110111010001111101101
Octal73243355
Decimal59163237
Hex3ba3ed

Different shades of #3ba3ed color code.

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

Light Shade of #3ba3ed
#6ab9f1
Dark Shade of #3ba3ed
#158ce0
Saturated Shade of #3ba3ed
#30a5f8
Desaturated Shade of #3ba3ed
#46a1e2
Grey scale Shade of #3ba3ed
#949494
Brighten Shade
#54bcff
Most Readable Shade
#000000

Shades of #3ba3ed color code

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

#3ba3ed
#3490d2
#2d7eb8
#276c9e
#205a83
#1a4869
#13364f
#0d2434
#06121a
#000000

Similar Color like #3ba3ed color

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

#3ca4ee
#3da5ef
#3ea6f0
#3fa7f1
#40a8f2
#41a9f3
#42aaf4
#43abf5
#44acf6
#45adf7
#46aef8
#47aff9
#48b0fa
#49b1fb
#3aa2ec
#39a1eb
#38a0ea
#379fe9
#369ee8
#359de7
#349ce6
#339be5
#329ae4
#3199e3
#3098e2
#2f97e1
#2e96e0
#2d95df

Monochromatic Color with #3ba3ed

#3ba3ed
#061118
#112e43
#1b4b6d
#266998
#3086c2

Tints of #3ba3ed Color

#3ba3ed
#50adef
#66b7f1
#7cc1f3
#92cbf5
#a7d6f7
#bde0f9
#d3eafb
#e9f4fd
#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

#3ba3ed
#ed853b

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

Split Complementary

#3ba3ed
#ed3b4a
#edde3b

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

Analogous Color

#3beaed
#3bc7ed
#3ba3ed
#3b7fed
#3b5ced

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

#3ba3ed
#ed3ba3
#a3ed3b

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

#3ba3ed
#de3bed
#ed853b
#4aed3b

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

#3ba3ed
#ed853b
#edde3b
#3b4aed

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

#3ba3ed Color Code Preview on Black Background Color

This is how #3ba3ed Color will look on black background color. Color contrast ratio is 7.65

#3ba3ed in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#3ba3ed color code is use for CSS Background Color

Background color for the above div is #3ba3ed

HTML with inline CSS

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

#3ba3ed color code is use for CSS Border Color

CSS Border color for the above div is #3ba3ed

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#3ba3ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3ba3ed Color code Preview on White Background

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

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

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(59,163,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,133,59,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(59,163,237,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.