crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#393f72 hex color - Blue - Cool color - Information

#393f72 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #393f72 Color code in RGB color code model is created after adding 22.35% red color, 24.71% green color and 44.71% blue color. Hex #393f72 Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 45% magenta, 0% yellow and 55% black.

Hex #393f72 color code is between #334477 web safe hex color code and #443366 web safe hex color code. #334477 is the nearest web safe color code. You can see here many more shades of #393f72 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code393f72#393f72
RGB Decimal57, 63, 114rgb(57, 63, 114)
RGB Percent22%, 25%, 45%rgb(22%, 25%, 45%)
CSS RGBa57, 63, 114,1rgba(57,63,114,1)
CMYK Modelcmyk(50%,45%,0%,55%)
HSL Color Space234,33% ,34%hsl(234,33% ,34%)
HSV Color Space234°, 50%, 45%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001110010011111101110010
Octal7177162
Decimal5763114
Hex393f72

Different shades of #393f72 color code.

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

Light Shade of #393f72
#4a5294
Dark Shade of #393f72
#282c50
Saturated Shade of #393f72
#30387b
Desaturated Shade of #393f72
#424669
Grey scale Shade of #393f72
#555555
Brighten Shade
#52588b
Most Readable Shade
#FFFFFF

Shades of #393f72 color code

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

#393f72
#323865
#2c3158
#262a4c
#1f233f
#191c32
#131526
#0c0e19
#06070c
#000000

Similar Color like #393f72 color

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

#3a4073
#3b4174
#3c4275
#3d4376
#3e4477
#3f4578
#404679
#41477a
#42487b
#43497c
#444a7d
#454b7e
#464c7f
#474d80
#383e71
#373d70
#363c6f
#353b6e
#343a6d
#33396c
#32386b
#31376a
#303669
#2f3568
#2e3467
#2d3366
#2c3265
#2b3164

Monochromatic Color with #393f72

#393f72
#4e569c
#636ec7
#7985f1
#0e101d
#242847

Tints of #393f72 Color

#393f72
#4f5481
#656991
#7b7fa1
#9194b0
#a7a9c0
#bdbfd0
#d3d4df
#e9e9ef
#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

#393f72
#726c39

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

Split Complementary

#393f72
#725039
#5c7239

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

Analogous Color

#395672
#394a72
#393f72
#3e3972
#4a3972

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

#393f72
#72393f
#3f7239

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

#393f72
#72395b
#726c39
#39724f

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

#393f72
#726c39
#5c7239
#503972

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 #393f72 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.

#393f72 Color Code Preview on Black Background Color

This is how #393f72 Color will look on black background color. Color contrast ratio is 2.13

#393f72 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #393f72

HTML with inline CSS

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

Your Example Paragraph content text in with font color #393f72

#393f72 color code is use for CSS Background Color

Background color for the above div is #393f72

HTML with inline CSS

<div style="background-color:#393f72;"></div>

#393f72 color code is use for CSS Border Color

CSS Border color for the above div is #393f72

HTML with inline CSS

<div style="border:5px solid #393f72;"></div>

CSS Border Left color for the above div is #393f72

HTML with inline CSS

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

CSS Border Right color for the above div is #393f72

HTML with inline CSS

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

CSS Border Bottom color for the above div is #393f72

HTML with inline CSS

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

CSS Border Top color for the above div is #393f72

HTML with inline CSS

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

#393f72 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#393f72 Color code Preview on White Background

This is how #393f72 Color code will look on white background color. Color contrast ratio is 9.87

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.