crispedge.com

Color picker

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

#25476c hex color - Blue - Cool color - Information

#25476c hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #25476c Color code in RGB color code model is created after adding 14.51% red color, 27.84% green color and 42.35% blue color. Hex #25476c Color code in CMYK color (process color) code model is generated after subtraction of 66% cyan, 34% magenta, 0% yellow and 58% black.

Hex #25476c color code is between #224466 web safe hex color code and #335577 web safe hex color code. #224466 is the nearest web safe color code. You can see here many more shades of #25476c color code.

0 Likes 0 Comments | 7 Views

Color Table

Hex Color Code25476c#25476c
RGB Decimal37, 71, 108rgb(37, 71, 108)
RGB Percent15%, 28%, 42%rgb(15%, 28%, 42%)
CSS RGBa37, 71, 108,1rgba(37,71,108,1)
CMYK Modelcmyk(66%,34%,0%,58%)
HSL Color Space211,49% ,28%hsl(211,49% ,28%)
HSV Color Space211°, 66%, 42%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001001010100011101101100
Octal45107154
Decimal3771108
Hex25476c

Different shades of #25476c color code.

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

Light Shade of #25476c
#326092
Dark Shade of #25476c
#182e46
Saturated Shade of #25476c
#1e4773
Desaturated Shade of #25476c
#2c4765
Grey scale Shade of #25476c
#484848
Brighten Shade
#3e6085
Most Readable Shade
#FFFFFF

Shades of #25476c color code

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

#25476c
#203f60
#1c3754
#182f48
#14273c
#101f30
#0c1724
#080f18
#04070c
#000000

Similar Color like #25476c color

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

#26486d
#27496e
#284a6f
#294b70
#2a4c71
#2b4d72
#2c4e73
#2d4f74
#2e5075
#2f5176
#305277
#315378
#325479
#33557a
#24466b
#23456a
#224469
#214368
#204267
#1f4166
#1e4065
#1d3f64
#1c3e63
#1b3d62
#1a3c61
#193b60
#183a5f
#17395e

Monochromatic Color with #25476c

#25476c
#346396
#427fc1
#519beb
#080f17
#162b41

Tints of #25476c Color

#25476c
#3d5b7c
#556f8c
#6d849d
#8598ad
#9eadbd
#b6c1ce
#ced6de
#e6eaee
#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

#25476c
#6c4a25

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

Split Complementary

#25476c
#6c2625
#6b6c25

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

Analogous Color

#25636c
#25556c
#25476c
#25396c
#252b6c

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

#25476c
#6c2547
#476c25

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

#25476c
#6c256a
#6c4a25
#256c27

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

#25476c
#6c4a25
#6b6c25
#26256c

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 #25476c 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.

#25476c Color Code Preview on Black Background Color

This is how #25476c Color will look on black background color. Color contrast ratio is 2.20

#25476c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #25476c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #25476c

#25476c color code is use for CSS Background Color

Background color for the above div is #25476c

HTML with inline CSS

<div style="background-color:#25476c;"></div>

#25476c color code is use for CSS Border Color

CSS Border color for the above div is #25476c

HTML with inline CSS

<div style="border:5px solid #25476c;"></div>

CSS Border Left color for the above div is #25476c

HTML with inline CSS

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

CSS Border Right color for the above div is #25476c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #25476c

HTML with inline CSS

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

CSS Border Top color for the above div is #25476c

HTML with inline CSS

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

#25476c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#25476c Color code Preview on White Background

This is how #25476c Color code will look on white background color. Color contrast ratio is 9.56

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

Related Gradients

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

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.