Skip to main content Skip to docs navigation

#263d53 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 Reef Resort and its hex is #274256 Nearest Color Name

Color Hue/Base color: Blue

Hex #263d53 Color code in RGB color code model is created after adding 14.9% red color, 23.92% green color and 32.55% blue color. Hex #263d53 Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 27% magenta, 0% yellow and 67.45% black.

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

RGB Chart

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

Color Table

Hex Color Code 263d53 #263d53
RGB Decimal 38, 61, 83 38, 61, 83
RGB Percent 15%, 24%, 33% rgb(15%, 24%, 33%)
CSS RGBa 38, 61, 83,1 rgba(38,61,83,1)
CMYK Model cmyk(54%,27%,0%,67.45%)
HSL Color Space 209,37% ,24% hsl(209,37% ,24%)
HSV Color Space 209°, 54%, 33%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00100110 00111101 01010011
Octal 46 75 123
Decimal 38 61 83
Hex 26 3d 53

Different shades of #263d53 color code.

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

Darkest of #263d53
#000000
Darker of #263d53
#060a0d
Dark of #263d53
#162330
Base of #263d53
#263d53
Light of #263d53
#365776
Lighter
#467099
Lightest
#5d8ab5

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

#263d53
#533c26

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

Split Complementary

#263d53
#532627
#535326

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

Analogous Color

#26534f
#265053
#263d53
#262e53
#312653

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

#263d53
#3d5326
#53263d

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

#263d53
#53263d
#533c26
#26533c

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

#263d53
#532653
#533c26
#275326

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 #263d53

#000000
#000000
#060a0d
#162330
#263d53
#365776
#467099
#5d8ab5
#80a3c5

Tints of #263d53 Color

#263d53
#3e5266
#566879
#6e7d8c
#86939f
#9ea8b2
#b6bec5
#ced3d8
#e6e9eb
#ffffff

Shades of #263d53 color code

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

#263d53
#213649
#1d2f40
#192837
#15212e
#101b24
#0c141b
#080d12
#040609
#000000

Tones

#263d53
#323d47
#3d3d3d
#3d3d3d
#3d3d3d

Tones

Similar Color like #263d53 color

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

#273e54
#283f55
#294056
#2a4157
#2b4258
#2c4359
#2d445a
#2e455b
#2f465c
#30475d
#31485e
#32495f
#334a60
#344b61
#253c52
#243b51
#233a50
#22394f
#21384e
#20374d
#1f364c
#1e354b
#1d344a
#1c3349
#1b3248
#1a3147
#193046
#182f45

Download this Dark Blue

Hex #263d53 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.

#263d53 Color Code Preview on Black Background Color

This is how #263d53 Color will look on black background color. Color contrast ratio is 1.87

#263d53 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #263d53

HTML with inline CSS

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

Your Example Paragraph content text in with font color #263d53

#263d53 color code is use for CSS Background Color

Background color for the above div is #263d53

HTML with inline CSS

<div style="background-color:#263d53;"></div>

#263d53 color code is use for CSS Border Color

CSS Border color for the above div is #263d53

HTML with inline CSS

<div style="border:5px solid #263d53;"></div>

CSS Border Left color for the above div is #263d53

HTML with inline CSS

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

CSS Border Right color for the above div is #263d53

HTML with inline CSS

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

CSS Border Bottom color for the above div is #263d53

HTML with inline CSS

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

CSS Border Top color for the above div is #263d53

HTML with inline CSS

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

#263d53 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#263d53 Color code Preview on White Background

This is how #263d53 Color code will look on white background color. Color contrast ratio is 11.20

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

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