crispedge.com

Color picker

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

#3399dd hex color - Blue - Cool color - Information

#3399dd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #3399dd Color code in RGB color code model is created after adding 20% red color, 60% green color and 86.67% blue color. Hex #3399dd Color code in CMYK color (process color) code model is generated after subtraction of 77% cyan, 31% magenta, 0% yellow and 13% black.

Hex #3399dd color code is a web safe color. Next web safe color code is #2288cc and previous web safe color code is #44aaee. You can see here many more shades of #3399dd color code.

0 Likes 0 Comments | 32 Views

Color Table

Hex Color Code3399dd#3399dd
RGB Decimal51, 153, 221rgb(51, 153, 221)
RGB Percent20%, 60%, 87%rgb(20%, 60%, 87%)
CSS RGBa51, 153, 221,1rgba(51,153,221,1)
CMYK Modelcmyk(77%,31%,0%,13%)
HSL Color Space204,71% ,53%hsl(204,71% ,53%)
HSV Color Space204°, 77%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100111001100111011101
Octal63231335
Decimal51153221
Hex3399dd

Different shades of #3399dd color code.

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

Light Shade of #3399dd
#5fafe4
Dark Shade of #3399dd
#207ebd
Saturated Shade of #3399dd
#279be9
Desaturated Shade of #3399dd
#3f97d1
Grey scale Shade of #3399dd
#888888
Brighten Shade
#4cb2f6
Most Readable Shade
#000000

Shades of #3399dd color code

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

#3399dd
#2d88c4
#2777ab
#226693
#1c557a
#164462
#113349
#0b2231
#051118
#000000

Similar Color like #3399dd color

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

#349ade
#359bdf
#369ce0
#379de1
#389ee2
#399fe3
#3aa0e4
#3ba1e5
#3ca2e6
#3da3e7
#3ea4e8
#3fa5e9
#40a6ea
#41a7eb
#3298dc
#3197db
#3096da
#2f95d9
#2e94d8
#2d93d7
#2c92d6
#2b91d5
#2a90d4
#298fd3
#288ed2
#278dd1
#268cd0
#258bcf

Monochromatic Color with #3399dd

#3399dd
#020608
#0c2333
#16415d
#1f5e88
#297cb3

Tints of #3399dd Color

#3399dd
#49a4e0
#60afe4
#77bbe8
#8dc6ec
#a4d1ef
#bbddf3
#d1e8f7
#e8f3fb
#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

#3399dd
#dd7733

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

Split Complementary

#3399dd
#dd3344
#ddcc33

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

Analogous Color

#33dddd
#33bbdd
#3399dd
#3377dd
#3355dd

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

#3399dd
#dd3399
#99dd33

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

#3399dd
#cc33dd
#dd7733
#44dd33

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

#3399dd
#dd7733
#ddcc33
#3344dd

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 #3399dd 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.

#3399dd Color Code Preview on Black Background Color

This is how #3399dd Color will look on black background color. Color contrast ratio is 6.74

#3399dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3399dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3399dd

#3399dd color code is use for CSS Background Color

Background color for the above div is #3399dd

HTML with inline CSS

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

#3399dd color code is use for CSS Border Color

CSS Border color for the above div is #3399dd

HTML with inline CSS

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

CSS Border Left color for the above div is #3399dd

HTML with inline CSS

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

CSS Border Right color for the above div is #3399dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3399dd

HTML with inline CSS

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

CSS Border Top color for the above div is #3399dd

HTML with inline CSS

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

#3399dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3399dd Color code Preview on White Background

This is how #3399dd Color code will look on white background color. Color contrast ratio is 3.12

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

Related Gradients

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

0 Likes 0 Comments | 32 Views

Post your comment:-

By submitting comment you agree to our privacy policy.