crispedge.com

Color picker

Loading...

#3489a8 hex color - Blue - Cool color - Information

#3489a8 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #3489a8 Color code in RGB color code model is created after adding 20.39% red color, 53.73% green color and 65.88% blue color. Hex #3489a8 Color code in CMYK color (process color) code model is generated after subtraction of 69% cyan, 18% magenta, 0% yellow and 34% black.

Hex #3489a8 color code is between #3388aa web safe hex color code and #449999 web safe hex color code. #3388aa is the nearest web safe color code. You can see here many more shades of #3489a8 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code3489a8#3489a8
RGB Decimal52, 137, 168rgb(52, 137, 168)
RGB Percent20%, 54%, 66%rgb(20%, 54%, 66%)
CSS RGBa52, 137, 168,1rgba(52,137,168,1)
CMYK Modelcmyk(69%,18%,0%,34%)
HSL Color Space196,53% ,43%hsl(196,53% ,43%)
HSV Color Space196°, 69%, 66%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101001000100110101000
Octal64211250
Decimal52137168
Hex3489a8

Different shades of #3489a8 color code.

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

Light Shade of #3489a8
#48a5c6
Dark Shade of #3489a8
#286981
Saturated Shade of #3489a8
#298eb3
Desaturated Shade of #3489a8
#3f849d
Grey scale Shade of #3489a8
#6e6e6e
Brighten Shade
#4da2c1
Most Readable Shade
#FFFFFF

Shades of #3489a8 color code

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

#3489a8
#2e7995
#286a82
#225b70
#1c4c5d
#173c4a
#112d38
#0b1e25
#050f12
#000000

Similar Color like #3489a8 color

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

#358aa9
#368baa
#378cab
#388dac
#398ead
#3a8fae
#3b90af
#3c91b0
#3d92b1
#3e93b2
#3f94b3
#4095b4
#4196b5
#4297b6
#3388a7
#3287a6
#3186a5
#3085a4
#2f84a3
#2e83a2
#2d82a1
#2c81a0
#2b809f
#2a7f9e
#297e9d
#287d9c
#277c9b
#267b9a

Monochromatic Color with #3489a8

#3489a8
#41acd2
#4ecefd
#0d2128
#1a4453
#27667d

Tints of #3489a8 Color

#3489a8
#4a96b1
#61a3bb
#77b0c5
#8ebdce
#a4cad8
#bbd7e2
#d1e4eb
#e8f1f5
#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

#3489a8
#a85334

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

Split Complementary

#3489a8
#a8344f
#a88d34

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

Analogous Color

#34a899
#34a0a8
#3489a8
#3472a8
#345ba8

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

#3489a8
#a83489
#89a834

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

#3489a8
#8d34a8
#a85334
#4fa834

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

#3489a8
#a85334
#a88d34
#344fa8

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 #3489a8 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.

#3489a8 Color Code Preview on Black Background Color

This is how #3489a8 Color will look on black background color. Color contrast ratio is 5.29

#3489a8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3489a8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3489a8

#3489a8 color code is use for CSS Background Color

Background color for the above div is #3489a8

HTML with inline CSS

<div style="background-color:#3489a8;"></div>

#3489a8 color code is use for CSS Border Color

CSS Border color for the above div is #3489a8

HTML with inline CSS

<div style="border:5px solid #3489a8;"></div>

CSS Border Left color for the above div is #3489a8

HTML with inline CSS

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

CSS Border Right color for the above div is #3489a8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3489a8

HTML with inline CSS

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

CSS Border Top color for the above div is #3489a8

HTML with inline CSS

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

#3489a8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3489a8 Color code Preview on White Background

This is how #3489a8 Color code will look on white background color. Color contrast ratio is 3.97

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

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,137,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(168,83,52,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(52,137,168,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.