crispedge.com

Color picker

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

#225599 hex color - Fist of the North Star - Blue - Cool color - Information

#225599 hex color - Fist of the North Star - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #225599 Color Code is also known as Fist of the North Star color.

Hex #225599 Color code in RGB color code model is created after adding 13.33% red color, 33.33% green color and 60% blue color. Hex #225599 Color code in CMYK color (process color) code model is generated after subtraction of 78% cyan, 44% magenta, 0% yellow and 40% black.

Hex #225599 color code is a web safe color. Next web safe color code is #114488 and previous web safe color code is #3366aa. You can see here many more shades of #225599 color code.

0 Likes 0 Comments | 70 Views

Color Table

Hex Color Code225599#225599
RGB Decimal34, 85, 153rgb(34, 85, 153)
RGB Percent13%, 33%, 60%rgb(13%, 33%, 60%)
CSS RGBa34, 85, 153,1rgba(34,85,153,1)
CMYK Modelcmyk(78%,44%,0%,40%)
HSL Color Space214,64% ,37%hsl(214,64% ,37%)
HSV Color Space214°, 78%, 60%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001000100101010110011001
Octal42125231
Decimal3485153
Hex225599

Different shades of #225599 color code.

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

Light Shade of #225599
#2b6cc3
Dark Shade of #225599
#193e6f
Saturated Shade of #225599
#1954a2
Desaturated Shade of #225599
#2b5690
Grey scale Shade of #225599
#5d5d5d
Brighten Shade
#3b6eb2
Most Readable Shade
#FFFFFF

Shades of #225599 color code

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

#225599
#1e4b88
#1a4277
#163866
#122f55
#0f2544
#0b1c33
#071222
#030911
#000000

Similar Color like #225599 color

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

#23569a
#24579b
#25589c
#26599d
#275a9e
#285b9f
#295ca0
#2a5da1
#2b5ea2
#2c5fa3
#2d60a4
#2e61a5
#2f62a6
#3063a7
#215498
#205397
#1f5296
#1e5195
#1d5094
#1c4f93
#1b4e92
#1a4d91
#194c90
#184b8f
#174a8e
#16498d
#15488c
#14478b

Monochromatic Color with #225599

#225599
#2b6dc3
#3584ee
#060e19
#0f2644
#193d6e

Tints of #225599 Color

#225599
#3a67a4
#537aaf
#6b8dbb
#84a0c6
#9cb3d1
#b5c6dd
#cdd9e8
#e6ecf3
#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

#225599
#996622

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

Split Complementary

#225599
#992a22
#919922

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

Analogous Color

#228599
#226d99
#225599
#223d99
#222599

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

#225599
#992255
#559922

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

#225599
#992290
#996622
#22992a

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

#225599
#996622
#919922
#2a2299

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 #225599 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.

#225599 Color Code Preview on Black Background Color

This is how #225599 Color will look on black background color. Color contrast ratio is 2.83

#225599 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #225599

HTML with inline CSS

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

Your Example Paragraph content text in with font color #225599

#225599 color code is use for CSS Background Color

Background color for the above div is #225599

HTML with inline CSS

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

#225599 color code is use for CSS Border Color

CSS Border color for the above div is #225599

HTML with inline CSS

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

CSS Border Left color for the above div is #225599

HTML with inline CSS

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

CSS Border Right color for the above div is #225599

HTML with inline CSS

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

CSS Border Bottom color for the above div is #225599

HTML with inline CSS

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

CSS Border Top color for the above div is #225599

HTML with inline CSS

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

#225599 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#225599 Color code Preview on White Background

This is how #225599 Color code will look on white background color. Color contrast ratio is 7.43

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

Related Gradients

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

0 Likes 0 Comments | 70 Views

Post your comment:-

By submitting comment you agree to our privacy policy.