Skip to main content Skip to docs navigation

#283faa 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 Pantone 2126 C and its hex is #303AB2 Nearest Color Name

Color Hue/Base color: Blue

Hex #283faa Color code in RGB color code model is created after adding 15.69% red color, 24.71% green color and 66.67% blue color. Hex #283faa Color code in CMYK color (process color) code model is generated after subtraction of 76% cyan, 63% magenta, 0% yellow and 33.33% black.

Hex #283faa color code is between #224499 web safe hex color code and #3333bb web safe hex color code. #224499 is the nearest web safe color code. You can see here many more shades of #283faa color code.

RGB Chart

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

Color Table

Hex Color Code 283faa #283faa
RGB Decimal 40, 63, 170 40, 63, 170
RGB Percent 16%, 25%, 67% rgb(16%, 25%, 67%)
CSS RGBa 40, 63, 170,1 rgba(40,63,170,1)
CMYK Model cmyk(76%,63%,0%,33.33%)
HSL Color Space 229,62% ,41% hsl(229,62% ,41%)
HSV Color Space 229°, 76%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00101000 00111111 10101010
Octal 50 77 252
Decimal 40 63 170
Hex 28 3f aa

Different shades of #283faa color code.

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

Darkest of #283faa
#0b112e
Darker of #283faa
#152057
Dark of #283faa
#1e3081
Base of #283faa
#283faa
Light of #283faa
#3551d0
Lighter
#5f74d9
Lightest
#8898e3

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

#283faa
#aa9328

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

Split Complementary

#283faa
#aa5228
#80aa28

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

Analogous Color

#288baa
#2875aa
#283faa
#3c28aa
#7228aa

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

#283faa
#3faa28
#aa283f

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

#283faa
#aa283f
#aa9328
#28aa93

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

#283faa
#aa2880
#aa9328
#28aa52

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 #283faa

#010205
#0b112e
#152057
#1e3081
#283faa
#3551d0
#5f74d9
#8898e3
#b1bced

Tints of #283faa Color

#283faa
#3f54b3
#5769bc
#6f7fc6
#8794cf
#9fa9d9
#b7bfe2
#cfd4ec
#e7e9f5
#ffffff

Shades of #283faa color code

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

#283faa
#233897
#1f3184
#1a2a71
#16235e
#111c4b
#0d1538
#080e25
#040712
#000000

Tones

#283faa
#3d4d95
#525a80
#67686b
#696969

Tones

Similar Color like #283faa color

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

#2940ab
#2a41ac
#2b42ad
#2c43ae
#2d44af
#2e45b0
#2f46b1
#3047b2
#3148b3
#3249b4
#334ab5
#344bb6
#354cb7
#364db8
#273ea9
#263da8
#253ca7
#243ba6
#233aa5
#2239a4
#2138a3
#2037a2
#1f36a1
#1e35a0
#1d349f
#1c339e
#1b329d
#1a319c

Download this Dark Blue

Hex #283faa 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.

#283faa Color Code Preview on Black Background Color

This is how #283faa Color will look on black background color. Color contrast ratio is 2.38

#283faa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #283faa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #283faa

#283faa color code is use for CSS Background Color

Background color for the above div is #283faa

HTML with inline CSS

<div style="background-color:#283faa;"></div>

#283faa color code is use for CSS Border Color

CSS Border color for the above div is #283faa

HTML with inline CSS

<div style="border:5px solid #283faa;"></div>

CSS Border Left color for the above div is #283faa

HTML with inline CSS

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

CSS Border Right color for the above div is #283faa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #283faa

HTML with inline CSS

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

CSS Border Top color for the above div is #283faa

HTML with inline CSS

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

#283faa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#283faa Color code Preview on White Background

This is how #283faa Color code will look on white background color. Color contrast ratio is 8.82

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

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(40,63,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,147,40,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(40,63,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }