crispedge.com

Color picker

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

#25627a hex color - Blue - Cool color - Information

#25627a hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #25627a Color code in RGB color code model is created after adding 14.51% red color, 38.43% green color and 47.84% blue color. Hex #25627a Color code in CMYK color (process color) code model is generated after subtraction of 70% cyan, 20% magenta, 0% yellow and 52% black.

Hex #25627a color code is between #226677 web safe hex color code and #335588 web safe hex color code. #226677 is the nearest web safe color code. You can see here many more shades of #25627a color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code25627a#25627a
RGB Decimal37, 98, 122rgb(37, 98, 122)
RGB Percent15%, 38%, 48%rgb(15%, 38%, 48%)
CSS RGBa37, 98, 122,1rgba(37,98,122,1)
CMYK Modelcmyk(70%,20%,0%,52%)
HSL Color Space197,53% ,31%hsl(197,53% ,31%)
HSV Color Space197°, 70%, 48%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001001010110001001111010
Octal45142172
Decimal3798122
Hex25627a

Different shades of #25627a color code.

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

Light Shade of #25627a
#3181a1
Dark Shade of #25627a
#194353
Saturated Shade of #25627a
#1d6582
Desaturated Shade of #25627a
#2d5f72
Grey scale Shade of #25627a
#4f4f4f
Brighten Shade
#3e7b93
Most Readable Shade
#FFFFFF

Shades of #25627a color code

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

#25627a
#20576c
#1c4c5e
#184151
#143643
#102b36
#0c2028
#08151b
#040a0d
#000000

Similar Color like #25627a color

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

#26637b
#27647c
#28657d
#29667e
#2a677f
#2b6880
#2c6981
#2d6a82
#2e6b83
#2f6c84
#306d85
#316e86
#326f87
#337088
#246179
#236078
#225f77
#215e76
#205d75
#1f5c74
#1e5b73
#1d5a72
#1c5971
#1b5870
#1a576f
#19566e
#18556d
#17546c

Monochromatic Color with #25627a

#25627a
#3284a4
#3fa6cf
#4cc8f9
#0b1e25
#18404f

Tints of #25627a Color

#25627a
#3d7388
#558497
#6d96a6
#85a7b5
#9eb9c3
#b6cad2
#cedce1
#e6edf0
#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

#25627a
#7a3d25

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

Split Complementary

#25627a
#7a2538
#7a6825

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

Analogous Color

#257a70
#25737a
#25627a
#25517a
#25407a

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

#25627a
#7a2562
#627a25

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

#25627a
#67257a
#7a3d25
#377a25

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

#25627a
#7a3d25
#7a6825
#25387a

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 #25627a 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.

#25627a Color Code Preview on Black Background Color

This is how #25627a Color will look on black background color. Color contrast ratio is 3.11

#25627a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #25627a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #25627a

#25627a color code is use for CSS Background Color

Background color for the above div is #25627a

HTML with inline CSS

<div style="background-color:#25627a;"></div>

#25627a color code is use for CSS Border Color

CSS Border color for the above div is #25627a

HTML with inline CSS

<div style="border:5px solid #25627a;"></div>

CSS Border Left color for the above div is #25627a

HTML with inline CSS

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

CSS Border Right color for the above div is #25627a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #25627a

HTML with inline CSS

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

CSS Border Top color for the above div is #25627a

HTML with inline CSS

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

#25627a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#25627a Color code Preview on White Background

This is how #25627a Color code will look on white background color. Color contrast ratio is 6.76

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.