Skip to main content Skip to docs navigation

#303b48 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 Biro Blue and its hex is #2F3946 Nearest Color Name

Color Hue/Base color: Blue

Hex #303b48 Color code in RGB color code model is created after adding 18.82% red color, 23.14% green color and 28.24% blue color. Hex #303b48 Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 18% magenta, 0% yellow and 71.76% black.

Hex #303b48 color code is between #333344 web safe hex color code and #224455 web safe hex color code. #333344 is the nearest web safe color code. You can see here many more shades of #303b48 color code.

RGB Chart

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

Color Table

Hex Color Code 303b48 #303b48
RGB Decimal 48, 59, 72 48, 59, 72
RGB Percent 19%, 23%, 28% rgb(19%, 23%, 28%)
CSS RGBa 48, 59, 72,1 rgba(48,59,72,1)
CMYK Model cmyk(33%,18%,0%,71.76%)
HSL Color Space 213,20% ,24% hsl(213,20% ,24%)
HSV Color Space 213°, 33%, 28%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110000 00111011 01001000
Octal 60 73 110
Decimal 48 59 72
Hex 30 3b 48

Different shades of #303b48 color code.

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

Darkest of #303b48
#000000
Darker of #303b48
#07090b
Dark of #303b48
#1c2229
Base of #303b48
#303b48
Light of #303b48
#445467
Lighter
#596d85
Lightest
#7187a0

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

#303b48
#483d30

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

Split Complementary

#303b48
#483130
#474830

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

Analogous Color

#304847
#304548
#303b48
#303348
#373048

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

#303b48
#3b4830
#48303b

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

#303b48
#48303b
#483d30
#30483d

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

#303b48
#483047
#483d30
#304831

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 #303b48

#000000
#000000
#07090b
#1c2229
#303b48
#445467
#596d85
#7187a0
#8fa0b5

Tints of #303b48 Color

#303b48
#47505c
#5e6670
#757c85
#8c9299
#a3a7ad
#babdc2
#d1d3d6
#e8e9ea
#ffffff

Shades of #303b48 color code

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

#303b48
#2a3440
#252d38
#202730
#1a2028
#151a20
#101318
#0a0d10
#050608
#000000

Tones

#303b48
#3c3c3c
#3c3c3c
#3c3c3c
#3c3c3c

Tones

Similar Color like #303b48 color

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

#313c49
#323d4a
#333e4b
#343f4c
#35404d
#36414e
#37424f
#384350
#394451
#3a4552
#3b4653
#3c4754
#3d4855
#3e4956
#2f3a47
#2e3946
#2d3845
#2c3744
#2b3643
#2a3542
#293441
#283340
#27323f
#26313e
#25303d
#242f3c
#232e3b
#222d3a

Download this Dark Blue

Hex #303b48 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.

#303b48 Color Code Preview on Black Background Color

This is how #303b48 Color will look on black background color. Color contrast ratio is 1.84

#303b48 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #303b48

HTML with inline CSS

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

Your Example Paragraph content text in with font color #303b48

#303b48 color code is use for CSS Background Color

Background color for the above div is #303b48

HTML with inline CSS

<div style="background-color:#303b48;"></div>

#303b48 color code is use for CSS Border Color

CSS Border color for the above div is #303b48

HTML with inline CSS

<div style="border:5px solid #303b48;"></div>

CSS Border Left color for the above div is #303b48

HTML with inline CSS

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

CSS Border Right color for the above div is #303b48

HTML with inline CSS

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

CSS Border Bottom color for the above div is #303b48

HTML with inline CSS

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

CSS Border Top color for the above div is #303b48

HTML with inline CSS

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

#303b48 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#303b48 Color code Preview on White Background

This is how #303b48 Color code will look on white background color. Color contrast ratio is 11.38

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

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