crispedge.com

Color picker

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

#30495a hex color - Blue - Cool color - Information

#30495a hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #30495a Color code in RGB color code model is created after adding 18.82% red color, 28.63% green color and 35.29% blue color. Hex #30495a Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 19% magenta, 0% yellow and 65% black.

Hex #30495a color code is between #334455 web safe hex color code and #225566 web safe hex color code. #334455 is the nearest web safe color code. You can see here many more shades of #30495a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code30495a#30495a
RGB Decimal48, 73, 90rgb(48, 73, 90)
RGB Percent19%, 29%, 35%rgb(19%, 29%, 35%)
CSS RGBa48, 73, 90,1rgba(48,73,90,1)
CMYK Modelcmyk(47%,19%,0%,65%)
HSL Color Space204,30% ,27%hsl(204,30% ,27%)
HSV Color Space204°, 47%, 35%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100000100100101011010
Octal60111132
Decimal487390
Hex30495a

Different shades of #30495a color code.

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

Light Shade of #30495a
#42647b
Dark Shade of #30495a
#1e2e39
Saturated Shade of #30495a
#294a61
Desaturated Shade of #30495a
#374853
Grey scale Shade of #30495a
#454545
Brighten Shade
#496273
Most Readable Shade
#FFFFFF

Shades of #30495a color code

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

#30495a
#2a4050
#253846
#20303c
#1a2832
#152028
#10181e
#0a1014
#05080a
#000000

Similar Color like #30495a color

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

#314a5b
#324b5c
#334c5d
#344d5e
#354e5f
#364f60
#375061
#385162
#395263
#3a5364
#3b5465
#3c5566
#3d5667
#3e5768
#2f4859
#2e4758
#2d4657
#2c4556
#2b4455
#2a4354
#294253
#284152
#274051
#263f50
#253e4f
#243d4e
#233c4d
#223b4c

Monochromatic Color with #30495a

#30495a
#476b84
#5d8eaf
#74b0d9
#030405
#19272f

Tints of #30495a Color

#30495a
#475d6c
#5e717e
#758591
#8c99a3
#a3aeb5
#bac2c8
#d1d6da
#e8eaec
#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

#30495a
#5a4130

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

Split Complementary

#30495a
#5a3034
#5a5630

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

Analogous Color

#305a5a
#30515a
#30495a
#30415a
#30385a

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

#30495a
#5a3049
#495a30

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

#30495a
#56305a
#5a4130
#345a30

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

#30495a
#5a4130
#5a5630
#30345a

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 #30495a 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.

#30495a Color Code Preview on Black Background Color

This is how #30495a Color will look on black background color. Color contrast ratio is 2.23

#30495a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #30495a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #30495a

#30495a color code is use for CSS Background Color

Background color for the above div is #30495a

HTML with inline CSS

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

#30495a color code is use for CSS Border Color

CSS Border color for the above div is #30495a

HTML with inline CSS

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

CSS Border Left color for the above div is #30495a

HTML with inline CSS

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

CSS Border Right color for the above div is #30495a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #30495a

HTML with inline CSS

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

CSS Border Top color for the above div is #30495a

HTML with inline CSS

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

#30495a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#30495a Color code Preview on White Background

This is how #30495a Color code will look on white background color. Color contrast ratio is 9.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 #30495a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #30495a; }

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.