@
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.

#383e4c hex color - Blue - Cool color - Information

#383e4c hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #383e4c Color code in RGB color code model is created after adding 21.96% red color, 24.31% green color and 29.8% blue color. Hex #383e4c Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 18% magenta, 0% yellow and 70.2% black.

Hex #383e4c color code is between #334444 web safe hex color code and #443355 web safe hex color code. #334444 is the nearest web safe color code. You can see here many more shades of #383e4c color code.

0 Likes 0 Comments | 15 Views

RGB Chart

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

Color Table

Hex Color Code 383e4c #383e4c
RGB Decimal 56, 62, 76 rgb(56, 62, 76)
RGB Percent 22%, 24%, 30% rgb(22%, 24%, 30%)
CSS RGBa 56, 62, 76,1 rgba(56,62,76,1)
CMYK Model cmyk(26%,18%,0%,70.2%)
HSL Color Space 222,15% ,26% hsl(222,15% ,26%)
HSV Color Space 222°, 26%, 30%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00111000 00111110 01001100
Octal 70 76 114
Decimal 56 62 76
Hex 38 3e 4c

Different shades of #383e4c color code.

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

Light Shade of #383e4c
#4e5669
Dark Shade of #383e4c
#22262f
Saturated Shade of #383e4c
#313b53
Desaturated Shade of #383e4c
#3f4145
Grey scale Shade of #383e4c
#424242
Brighten Shade
#515765
Most Readable Shade
#FFFFFF

Shades of #383e4c color code

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

#383e4c
#313743
#2b303b
#252932
#1f222a
#181b21
#121419
#0c0d10
#060608
#000000

Similar Color like #383e4c color

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

#393f4d
#3a404e
#3b414f
#3c4250
#3d4351
#3e4452
#3f4553
#404654
#414755
#424856
#434957
#444a58
#454b59
#464c5a
#373d4b
#363c4a
#353b49
#343a48
#333947
#323846
#313745
#303644
#2f3543
#2e3442
#2d3341
#2c3240
#2b313f
#2a303e

Monochromatic Color with #383e4c

#383e4c
#576176
#7783a1
#96a6cb
#b5c9f6
#191b21

Tints of #383e4c Color

#383e4c
#4e535f
#646873
#7a7e87
#90939b
#a6a9af
#bcbec3
#d2d4d7
#e8e9eb
#ffffff

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

#383e4c
#4c4638

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

Split Complementary

#383e4c
#4c3c38
#484c38

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

Analogous Color

#38464c
#38424c
#383e4c
#383a4c
#3a384c

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

#383e4c
#4c383e
#3e4c38

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

#383e4c
#4c3848
#4c4638
#384c3c

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

Double Complementary Color

#383e4c
#4c4638
#484c38
#3c384c

Double Complementary 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).

Hex #383e4c 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.

#383e4c Color Code Preview on Black Background Color

This is how #383e4c Color will look on black background color. Color contrast ratio is 1.96

#383e4c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #383e4c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #383e4c

#383e4c color code is use for CSS Background Color

Background color for the above div is #383e4c

HTML with inline CSS

<div style="background-color:#383e4c;"></div>

#383e4c color code is use for CSS Border Color

CSS Border color for the above div is #383e4c

HTML with inline CSS

<div style="border:5px solid #383e4c;"></div>

CSS Border Left color for the above div is #383e4c

HTML with inline CSS

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

CSS Border Right color for the above div is #383e4c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #383e4c

HTML with inline CSS

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

CSS Border Top color for the above div is #383e4c

HTML with inline CSS

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

#383e4c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#383e4c Color code Preview on White Background

This is how #383e4c Color code will look on white background color. Color contrast ratio is 10.71

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(56,62,76,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(76,70,56,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(56,62,76,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 15 Views

Post your comment:-

By submitting comment you agree to our privacy policy.