crispedge.com

Color picker

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

#3199ab hex color - Blue - Cool color - Information

#3199ab hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #3199ab Color code in RGB color code model is created after adding 19.22% red color, 60% green color and 67.06% blue color. Hex #3199ab Color code in CMYK color (process color) code model is generated after subtraction of 71% cyan, 11% magenta, 0% yellow and 33% black.

Hex #3199ab color code is between #3388aa web safe hex color code and #22aabb web safe hex color code. #3388aa is the nearest web safe color code. You can see here many more shades of #3199ab color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code3199ab#3199ab
RGB Decimal49, 153, 171rgb(49, 153, 171)
RGB Percent19%, 60%, 67%rgb(19%, 60%, 67%)
CSS RGBa49, 153, 171,1rgba(49,153,171,1)
CMYK Modelcmyk(71%,11%,0%,33%)
HSL Color Space189,55% ,43%hsl(189,55% ,43%)
HSV Color Space189°, 71%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100011001100110101011
Octal61231253
Decimal49153171
Hex3199ab

Different shades of #3199ab color code.

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

Light Shade of #3199ab
#45b6ca
Dark Shade of #3199ab
#267683
Saturated Shade of #3199ab
#26a1b6
Desaturated Shade of #3199ab
#3c91a0
Grey scale Shade of #3199ab
#6e6e6e
Brighten Shade
#4ab2c4
Most Readable Shade
#000000

Shades of #3199ab color code

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

#3199ab
#2b8898
#267785
#206672
#1b555f
#15444c
#103339
#0a2226
#051113
#000000

Similar Color like #3199ab color

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

#329aac
#339bad
#349cae
#359daf
#369eb0
#379fb1
#38a0b2
#39a1b3
#3aa2b4
#3ba3b5
#3ca4b6
#3da5b7
#3ea6b8
#3fa7b9
#3098aa
#2f97a9
#2e96a8
#2d95a7
#2c94a6
#2b93a5
#2a92a4
#2991a3
#2890a2
#278fa1
#268ea0
#258d9f
#248c9e
#238b9d

Monochromatic Color with #3199ab

#3199ab
#3dbfd5
#000101
#0c272b
#194d56
#257380

Tints of #3199ab Color

#3199ab
#47a4b4
#5eafbd
#75bbc7
#8cc6d0
#a3d1d9
#badde3
#d1e8ec
#e8f3f5
#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

#3199ab
#ab4331

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

Split Complementary

#3199ab
#ab315c
#ab8031

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

Analogous Color

#31ab8c
#31aba5
#3199ab
#3181ab
#3168ab

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

#3199ab
#ab3199
#99ab31

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

#3199ab
#8031ab
#ab4331
#5cab31

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

#3199ab
#ab4331
#ab8031
#315cab

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 #3199ab 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.

#3199ab Color Code Preview on Black Background Color

This is how #3199ab Color will look on black background color. Color contrast ratio is 6.28

#3199ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3199ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3199ab

#3199ab color code is use for CSS Background Color

Background color for the above div is #3199ab

HTML with inline CSS

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

#3199ab color code is use for CSS Border Color

CSS Border color for the above div is #3199ab

HTML with inline CSS

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

CSS Border Left color for the above div is #3199ab

HTML with inline CSS

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

CSS Border Right color for the above div is #3199ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3199ab

HTML with inline CSS

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

CSS Border Top color for the above div is #3199ab

HTML with inline CSS

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

#3199ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3199ab Color code Preview on White Background

This is how #3199ab Color code will look on white background color. Color contrast ratio is 3.35

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

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.