Skip to main content Skip to docs navigation

#308dbf 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 Christmas Blue and its hex is #2A8FBD Nearest Color Name

Color Hue/Base color: Blue

Hex #308dbf Color code in RGB color code model is created after adding 18.82% red color, 55.29% green color and 74.9% blue color. Hex #308dbf Color code in CMYK color (process color) code model is generated after subtraction of 75% cyan, 26% magenta, 0% yellow and 25.1% black.

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

RGB Chart

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

Color Table

Hex Color Code 308dbf #308dbf
RGB Decimal 48, 141, 191 48, 141, 191
RGB Percent 19%, 55%, 75% rgb(19%, 55%, 75%)
CSS RGBa 48, 141, 191,1 rgba(48,141,191,1)
CMYK Model cmyk(75%,26%,0%,25.1%)
HSL Color Space 201,60% ,47% hsl(201,60% ,47%)
HSV Color Space 201°, 75%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110000 10001101 10111111
Octal 60 215 277
Decimal 48 141 191
Hex 30 8d bf

Different shades of #308dbf color code.

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

Darkest of #308dbf
#113345
Darker of #308dbf
#1c516d
Dark of #308dbf
#266f96
Base of #308dbf
#308dbf
Light of #308dbf
#4fa5d3
Lighter
#78badd
Lightest
#a1cfe7

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

#308dbf
#bf6230

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

Split Complementary

#308dbf
#bf3045
#bfa930

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

Analogous Color

#30bf9e
#30bfb5
#308dbf
#305dbf
#3e30bf

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

#308dbf
#8dbf30
#bf308d

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

#308dbf
#bf308d
#bf6230
#30bf62

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

#308dbf
#a930bf
#bf6230
#45bf30

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 #308dbf

#07151c
#113345
#1c516d
#266f96
#308dbf
#4fa5d3
#78badd
#a1cfe7
#c9e4f2

Tints of #308dbf Color

#308dbf
#4799c6
#5ea6cd
#75b3d4
#8cbfdb
#a3cce2
#bad9e9
#d1e5f0
#e8f2f7
#ffffff

Shades of #308dbf color code

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

#308dbf
#2a7da9
#256d94
#205e7f
#1a4e6a
#153e54
#102f3f
#0a1f2a
#050f15
#000000

Tones

#308dbf
#4886a7
#607f8f
#777777
#777777

Tones

Similar Color like #308dbf color

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

#318ec0
#328fc1
#3390c2
#3491c3
#3592c4
#3693c5
#3794c6
#3895c7
#3996c8
#3a97c9
#3b98ca
#3c99cb
#3d9acc
#3e9bcd
#2f8cbe
#2e8bbd
#2d8abc
#2c89bb
#2b88ba
#2a87b9
#2986b8
#2885b7
#2784b6
#2683b5
#2582b4
#2481b3
#2380b2
#227fb1

Download this Dark Blue

Hex #308dbf 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.

#308dbf Color Code Preview on Black Background Color

This is how #308dbf Color will look on black background color. Color contrast ratio is 5.69

#308dbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #308dbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #308dbf

#308dbf color code is use for CSS Background Color

Background color for the above div is #308dbf

HTML with inline CSS

<div style="background-color:#308dbf;"></div>

#308dbf color code is use for CSS Border Color

CSS Border color for the above div is #308dbf

HTML with inline CSS

<div style="border:5px solid #308dbf;"></div>

CSS Border Left color for the above div is #308dbf

HTML with inline CSS

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

CSS Border Right color for the above div is #308dbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #308dbf

HTML with inline CSS

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

CSS Border Top color for the above div is #308dbf

HTML with inline CSS

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

#308dbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#308dbf Color code Preview on White Background

This is how #308dbf Color code will look on white background color. Color contrast ratio is 3.69

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

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(48,141,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(191,98,48,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(48,141,191,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }