crispedge.com

Color picker

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

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

#25527d hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code25527d#25527d
RGB Decimal37, 82, 125rgb(37, 82, 125)
RGB Percent15%, 32%, 49%rgb(15%, 32%, 49%)
CSS RGBa37, 82, 125,1rgba(37,82,125,1)
CMYK Modelcmyk(70%,34%,0%,51%)
HSL Color Space209,54% ,32%hsl(209,54% ,32%)
HSV Color Space209°, 70%, 49%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001001010101001001111101
Octal45122175
Decimal3782125
Hex25527d

Different shades of #25527d color code.

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

Light Shade of #25527d
#316ca4
Dark Shade of #25527d
#193856
Saturated Shade of #25527d
#1d5285
Desaturated Shade of #25527d
#2d5275
Grey scale Shade of #25527d
#515151
Brighten Shade
#3e6b96
Most Readable Shade
#FFFFFF

Shades of #25527d color code

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

#25527d
#20486f
#1c3f61
#183653
#142d45
#102437
#0c1b29
#08121b
#04090d
#000000

Similar Color like #25527d color

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

#26537e
#27547f
#285580
#295681
#2a5782
#2b5883
#2c5984
#2d5a85
#2e5b86
#2f5c87
#305d88
#315e89
#325f8a
#33608b
#24517c
#23507b
#224f7a
#214e79
#204d78
#1f4c77
#1e4b76
#1d4a75
#1c4974
#1b4873
#1a4772
#194671
#184570
#17446f

Monochromatic Color with #25527d

#25527d
#326ea7
#3e8ad2
#4ba6fc
#0c1a28
#183652

Tints of #25527d Color

#25527d
#3d658b
#557899
#6d8ba8
#859eb6
#9eb2c5
#b6c5d3
#ced8e2
#e6ebf0
#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

#25527d
#7d5025

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

Split Complementary

#25527d
#7d2526
#7d7c25

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

Analogous Color

#25757d
#25647d
#25527d
#25407d
#252f7d

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

#25527d
#7d2552
#527d25

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

#25527d
#7c257d
#7d5025
#267d25

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

#25527d
#7d5025
#7d7c25
#25267d

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

#25527d Color Code Preview on Black Background Color

This is how #25527d Color will look on black background color. Color contrast ratio is 2.58

#25527d in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#25527d color code is use for CSS Background Color

Background color for the above div is #25527d

HTML with inline CSS

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

#25527d color code is use for CSS Border Color

CSS Border color for the above div is #25527d

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#25527d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#25527d Color code Preview on White Background

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

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

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.