crispedge.com

Color picker

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

#296ca6 hex color - Blue - Cool color - Information

#296ca6 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #296ca6 Color code in RGB color code model is created after adding 16.08% red color, 42.35% green color and 65.1% blue color. Hex #296ca6 Color code in CMYK color (process color) code model is generated after subtraction of 75% cyan, 35% magenta, 0% yellow and 35% black.

Hex #296ca6 color code is between #2266aa web safe hex color code and #337799 web safe hex color code. #2266aa is the nearest web safe color code. You can see here many more shades of #296ca6 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code296ca6#296ca6
RGB Decimal41, 108, 166rgb(41, 108, 166)
RGB Percent16%, 42%, 65%rgb(16%, 42%, 65%)
CSS RGBa41, 108, 166,1rgba(41,108,166,1)
CMYK Modelcmyk(75%,35%,0%,35%)
HSL Color Space208,60% ,41%hsl(208,60% ,41%)
HSV Color Space208°, 75%, 65%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001010010110110010100110
Octal51154246
Decimal41108166
Hex296ca6

Different shades of #296ca6 color code.

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

Light Shade of #296ca6
#3586cd
Dark Shade of #296ca6
#1f517d
Saturated Shade of #296ca6
#1f6db0
Desaturated Shade of #296ca6
#336b9c
Grey scale Shade of #296ca6
#676767
Brighten Shade
#4285bf
Most Readable Shade
#FFFFFF

Shades of #296ca6 color code

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

#296ca6
#246093
#1f5481
#1b486e
#163c5c
#123049
#0d2437
#091824
#040c12
#000000

Similar Color like #296ca6 color

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

#2a6da7
#2b6ea8
#2c6fa9
#2d70aa
#2e71ab
#2f72ac
#3073ad
#3174ae
#3275af
#3376b0
#3477b1
#3578b2
#3679b3
#377ab4
#286ba5
#276aa4
#2669a3
#2568a2
#2467a1
#2366a0
#22659f
#21649e
#20639d
#1f629c
#1e619b
#1d609a
#1c5f99
#1b5e98

Monochromatic Color with #296ca6

#296ca6
#3388d0
#3ea3fb
#0a1926
#143551
#1f507b

Tints of #296ca6 Color

#296ca6
#407caf
#588cb9
#709dc3
#88adcd
#9fbdd7
#b7cee1
#cfdeeb
#e7eef5
#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

#296ca6
#a66329

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

Split Complementary

#296ca6
#a6292d
#a6a229

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

Analogous Color

#299ea6
#2985a6
#296ca6
#2953a6
#293aa6

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

#296ca6
#a6296c
#6ca629

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

#296ca6
#a129a6
#a66329
#2da629

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

#296ca6
#a66329
#a6a229
#292da6

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 #296ca6 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.

#296ca6 Color Code Preview on Black Background Color

This is how #296ca6 Color will look on black background color. Color contrast ratio is 3.79

#296ca6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #296ca6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #296ca6

#296ca6 color code is use for CSS Background Color

Background color for the above div is #296ca6

HTML with inline CSS

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

#296ca6 color code is use for CSS Border Color

CSS Border color for the above div is #296ca6

HTML with inline CSS

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

CSS Border Left color for the above div is #296ca6

HTML with inline CSS

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

CSS Border Right color for the above div is #296ca6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #296ca6

HTML with inline CSS

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

CSS Border Top color for the above div is #296ca6

HTML with inline CSS

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

#296ca6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#296ca6 Color code Preview on White Background

This is how #296ca6 Color code will look on white background color. Color contrast ratio is 5.54

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

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.