crispedge.com

Color picker

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

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

#25347d hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #25347d Color code in RGB color code model is created after adding 14.51% red color, 20.39% green color and 49.02% blue color. Hex #25347d Color code in CMYK color (process color) code model is generated after subtraction of 70% cyan, 58% magenta, 0% yellow and 51% black.

Hex #25347d color code is between #223377 web safe hex color code and #334488 web safe hex color code. #223377 is the nearest web safe color code. You can see here many more shades of #25347d color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Code25347d#25347d
RGB Decimal37, 52, 125rgb(37, 52, 125)
RGB Percent15%, 20%, 49%rgb(15%, 20%, 49%)
CSS RGBa37, 52, 125,1rgba(37,52,125,1)
CMYK Modelcmyk(70%,58%,0%,51%)
HSL Color Space230,54% ,32%hsl(230,54% ,32%)
HSV Color Space230°, 70%, 49%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001001010011010001111101
Octal4564175
Decimal3752125
Hex25347d

Different shades of #25347d color code.

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

Light Shade of #25347d
#3144a4
Dark Shade of #25347d
#192456
Saturated Shade of #25347d
#1d2f85
Desaturated Shade of #25347d
#2d3975
Grey scale Shade of #25347d
#515151
Brighten Shade
#3e4d96
Most Readable Shade
#FFFFFF

Shades of #25347d color code

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

#25347d
#202e6f
#1c2861
#182253
#141c45
#101737
#0c1129
#080b1b
#04050d
#000000

Similar Color like #25347d color

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

#26357e
#27367f
#283780
#293881
#2a3982
#2b3a83
#2c3b84
#2d3c85
#2e3d86
#2f3e87
#303f88
#314089
#32418a
#33428b
#24337c
#23327b
#22317a
#213079
#202f78
#1f2e77
#1e2d76
#1d2c75
#1c2b74
#1b2a73
#1a2972
#192871
#182770
#17266f

Monochromatic Color with #25347d

#25347d
#3246a7
#3e57d2
#4b69fc
#0c1128
#182252

Tints of #25347d Color

#25347d
#3d4a8b
#556199
#6d77a8
#858eb6
#9ea4c5
#b6bbd3
#ced1e2
#e6e8f0
#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

#25347d
#7d6e25

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

Split Complementary

#25347d
#7d4225
#607d25

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

Analogous Color

#25577d
#25467d
#25347d
#28257d
#39257d

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

#25347d
#7d2534
#347d25

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

#25347d
#7d2560
#7d6e25
#257d42

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

#25347d
#7d6e25
#607d25
#42257d

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

#25347d Color Code Preview on Black Background Color

This is how #25347d Color will look on black background color. Color contrast ratio is 1.87

#25347d in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#25347d color code is use for CSS Background Color

Background color for the above div is #25347d

HTML with inline CSS

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

#25347d color code is use for CSS Border Color

CSS Border color for the above div is #25347d

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#25347d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#25347d Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.