crispedge.com

Color picker

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

#38487d hex color - Blue - Cool color - Information

#38487d hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #38487d Color code in RGB color code model is created after adding 21.96% red color, 28.24% green color and 49.02% blue color. Hex #38487d Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 42% magenta, 0% yellow and 51% black.

Hex #38487d color code is between #334477 web safe hex color code and #445588 web safe hex color code. #334477 is the nearest web safe color code. You can see here many more shades of #38487d color code.

0 Likes 0 Comments | 19 Views

Color Table

Hex Color Code38487d#38487d
RGB Decimal56, 72, 125rgb(56, 72, 125)
RGB Percent22%, 28%, 49%rgb(22%, 28%, 49%)
CSS RGBa56, 72, 125,1rgba(56,72,125,1)
CMYK Modelcmyk(55%,42%,0%,51%)
HSL Color Space226,38% ,35%hsl(226,38% ,35%)
HSV Color Space226°, 55%, 49%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001110000100100001111101
Octal70110175
Decimal5672125
Hex38487d

Different shades of #38487d color code.

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

Light Shade of #38487d
#485ca0
Dark Shade of #38487d
#28345a
Saturated Shade of #38487d
#2f4386
Desaturated Shade of #38487d
#414d74
Grey scale Shade of #38487d
#5a5a5a
Brighten Shade
#516196
Most Readable Shade
#FFFFFF

Shades of #38487d color code

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

#38487d
#31406f
#2b3861
#253053
#1f2845
#182037
#121829
#0c101b
#06080d
#000000

Similar Color like #38487d color

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

#39497e
#3a4a7f
#3b4b80
#3c4c81
#3d4d82
#3e4e83
#3f4f84
#405085
#415186
#425287
#435388
#445489
#45558a
#46568b
#37477c
#36467b
#35457a
#344479
#334378
#324277
#314176
#304075
#2f3f74
#2e3e73
#2d3d72
#2c3c71
#2b3b70
#2a3a6f

Monochromatic Color with #38487d

#38487d
#4b60a7
#5e79d2
#7191fc
#121728
#253052

Tints of #38487d Color

#38487d
#4e5c8b
#647099
#7a85a8
#9099b6
#a6adc5
#bcc2d3
#d2d6e2
#e8eaf0
#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

#38487d
#7d6d38

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

Split Complementary

#38487d
#7d4a38
#6b7d38

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

Analogous Color

#38647d
#38567d
#38487d
#383a7d
#44387d

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

#38487d
#7d3848
#487d38

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

#38487d
#7d386a
#7d6d38
#387d4b

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

#38487d
#7d6d38
#6b7d38
#4a387d

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 #38487d 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.

#38487d Color Code Preview on Black Background Color

This is how #38487d Color will look on black background color. Color contrast ratio is 2.39

#38487d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #38487d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #38487d

#38487d color code is use for CSS Background Color

Background color for the above div is #38487d

HTML with inline CSS

<div style="background-color:#38487d;"></div>

#38487d color code is use for CSS Border Color

CSS Border color for the above div is #38487d

HTML with inline CSS

<div style="border:5px solid #38487d;"></div>

CSS Border Left color for the above div is #38487d

HTML with inline CSS

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

CSS Border Right color for the above div is #38487d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #38487d

HTML with inline CSS

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

CSS Border Top color for the above div is #38487d

HTML with inline CSS

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

#38487d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#38487d Color code Preview on White Background

This is how #38487d Color code will look on white background color. Color contrast ratio is 8.78

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

Related Gradients

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

0 Likes 0 Comments | 19 Views

Post your comment:-

By submitting comment you agree to our privacy policy.