crispedge.com

Color picker

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

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

#3399ba hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #3399ba Color code in RGB color code model is created after adding 20% red color, 60% green color and 72.94% blue color. Hex #3399ba Color code in CMYK color (process color) code model is generated after subtraction of 73% cyan, 18% magenta, 0% yellow and 27% black.

Hex #3399ba color code is between #2288bb web safe hex color code and #44aaaa web safe hex color code. #2288bb is the nearest web safe color code. You can see here many more shades of #3399ba color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code3399ba#3399ba
RGB Decimal51, 153, 186rgb(51, 153, 186)
RGB Percent20%, 60%, 73%rgb(20%, 60%, 73%)
CSS RGBa51, 153, 186,1rgba(51,153,186,1)
CMYK Modelcmyk(73%,18%,0%,27%)
HSL Color Space195,57% ,46%hsl(195,57% ,46%)
HSV Color Space195°, 73%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100111001100110111010
Octal63231272
Decimal51153186
Hex3399ba

Different shades of #3399ba color code.

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

Light Shade of #3399ba
#51b0cf
Dark Shade of #3399ba
#287892
Saturated Shade of #3399ba
#279fc6
Desaturated Shade of #3399ba
#3f93ae
Grey scale Shade of #3399ba
#767676
Brighten Shade
#4cb2d3
Most Readable Shade
#000000

Shades of #3399ba color code

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

#3399ba
#2d88a5
#277790
#22667c
#1c5567
#164452
#11333e
#0b2229
#051114
#000000

Similar Color like #3399ba color

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

#349abb
#359bbc
#369cbd
#379dbe
#389ebf
#399fc0
#3aa0c1
#3ba1c2
#3ca2c3
#3da3c4
#3ea4c5
#3fa5c6
#40a6c7
#41a7c8
#3298b9
#3197b8
#3096b7
#2f95b6
#2e94b5
#2d93b4
#2c92b3
#2b91b2
#2a90b1
#298fb0
#288eaf
#278dae
#268cad
#258bac

Monochromatic Color with #3399ba

#3399ba
#3fbce4
#040d10
#10303a
#1c5365
#27768f

Tints of #3399ba Color

#3399ba
#49a4c1
#60afc9
#77bbd1
#8dc6d8
#a4d1e0
#bbdde8
#d1e8ef
#e8f3f7
#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

#3399ba
#ba5433

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

Split Complementary

#3399ba
#ba3356
#ba9733

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

Analogous Color

#33baa5
#33b4ba
#3399ba
#337eba
#3363ba

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

#3399ba
#ba3399
#99ba33

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

#3399ba
#9733ba
#ba5433
#56ba33

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

#3399ba
#ba5433
#ba9733
#3356ba

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

#3399ba Color Code Preview on Black Background Color

This is how #3399ba Color will look on black background color. Color contrast ratio is 6.41

#3399ba in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#3399ba color code is use for CSS Background Color

Background color for the above div is #3399ba

HTML with inline CSS

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

#3399ba color code is use for CSS Border Color

CSS Border color for the above div is #3399ba

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#3399ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3399ba Color code Preview on White Background

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

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

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.