Skip to main content Skip to docs navigation

#358fbd hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Navagio Bay and its hex is #378FB3 Nearest Color Name

Color Hue/Base color: Blue

Hex #358fbd Color code in RGB color code model is created after adding 20.78% red color, 56.08% green color and 74.12% blue color. Hex #358fbd Color code in CMYK color (process color) code model is generated after subtraction of 72% cyan, 24% magenta, 0% yellow and 25.88% black.

Hex #358fbd color code is between #3388bb web safe hex color code and #4499cc web safe hex color code. #3388bb is the nearest web safe color code. You can see here many more shades of #358fbd color code.

RGB Chart

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

Color Table

Hex Color Code 358fbd #358fbd
RGB Decimal 53, 143, 189 53, 143, 189
RGB Percent 21%, 56%, 74% rgb(21%, 56%, 74%)
CSS RGBa 53, 143, 189,1 rgba(53,143,189,1)
CMYK Model cmyk(72%,24%,0%,25.88%)
HSL Color Space 200,56% ,47% hsl(200,56% ,47%)
HSV Color Space 200°, 72%, 74%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110101 10001111 10111101
Octal 65 217 275
Decimal 53 143 189
Hex 35 8f bd

Different shades of #358fbd color code.

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

Darkest of #358fbd
#133546
Darker of #358fbd
#1f536d
Dark of #358fbd
#2a7195
Base of #358fbd
#358fbd
Light of #358fbd
#56a6cf
Lighter
#7dbbdb
Lightest
#a5d0e6

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

#358fbd
#bd6335

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

Split Complementary

#358fbd
#bd354b
#bda735

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

Analogous Color

#35bd9c
#35bdb2
#358fbd
#3562bd
#4135bd

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

#358fbd
#8fbd35
#bd358f

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

#358fbd
#bd358f
#bd6335
#35bd63

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#358fbd
#a735bd
#bd6335
#4bbd35

Square 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).

Monochromatic Color with #358fbd

#08161e
#133546
#1f536d
#2a7195
#358fbd
#56a6cf
#7dbbdb
#a5d0e6
#cde5f1

Tints of #358fbd Color

#358fbd
#4b9bc4
#61a7cb
#78b4d3
#8ec0da
#a5cde1
#bbd9e9
#d2e6f0
#e8f2f7
#ffffff

Shades of #358fbd color code

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

#358fbd
#2f7fa8
#296f93
#235f7e
#1d4f69
#173f54
#112f3f
#0b1f2a
#050f15
#000000

Tones

#358fbd
#4d87a5
#657f8d
#797979
#797979

Tones

Similar Color like #358fbd color

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

#3690be
#3791bf
#3892c0
#3993c1
#3a94c2
#3b95c3
#3c96c4
#3d97c5
#3e98c6
#3f99c7
#409ac8
#419bc9
#429cca
#439dcb
#348ebc
#338dbb
#328cba
#318bb9
#308ab8
#2f89b7
#2e88b6
#2d87b5
#2c86b4
#2b85b3
#2a84b2
#2983b1
#2882b0
#2781af

Download this Dark Blue

Hex #358fbd 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.

#358fbd Color Code Preview on Black Background Color

This is how #358fbd Color will look on black background color. Color contrast ratio is 5.82

#358fbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #358fbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #358fbd

#358fbd color code is use for CSS Background Color

Background color for the above div is #358fbd

HTML with inline CSS

<div style="background-color:#358fbd;"></div>

#358fbd color code is use for CSS Border Color

CSS Border color for the above div is #358fbd

HTML with inline CSS

<div style="border:5px solid #358fbd;"></div>

CSS Border Left color for the above div is #358fbd

HTML with inline CSS

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

CSS Border Right color for the above div is #358fbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #358fbd

HTML with inline CSS

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

CSS Border Top color for the above div is #358fbd

HTML with inline CSS

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

#358fbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#358fbd Color code Preview on White Background

This is how #358fbd Color code will look on white background color. Color contrast ratio is 3.61

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(53,143,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,99,53,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(53,143,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }