crispedge.com

Color picker

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

#303cc4 hex color - Blue - Cool color - Information

#303cc4 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #303cc4 Color code in RGB color code model is created after adding 18.82% red color, 23.53% green color and 76.86% blue color. Hex #303cc4 Color code in CMYK color (process color) code model is generated after subtraction of 76% cyan, 69% magenta, 0% yellow and 23% black.

Hex #303cc4 color code is between #3344cc web safe hex color code and #2233bb web safe hex color code. #3344cc is the nearest web safe color code. You can see here many more shades of #303cc4 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code303cc4#303cc4
RGB Decimal48, 60, 196rgb(48, 60, 196)
RGB Percent19%, 24%, 77%rgb(19%, 24%, 77%)
CSS RGBa48, 60, 196,1rgba(48,60,196,1)
CMYK Modelcmyk(76%,69%,0%,23%)
HSL Color Space235,61% ,48%hsl(235,61% ,48%)
HSV Color Space235°, 76%, 77%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100000011110011000100
Octal6074304
Decimal4860196
Hex303cc4

Different shades of #303cc4 color code.

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

Light Shade of #303cc4
#525dd5
Dark Shade of #303cc4
#262f9b
Saturated Shade of #303cc4
#2432d0
Desaturated Shade of #303cc4
#3c46b8
Grey scale Shade of #303cc4
#7a7a7a
Brighten Shade
#4955dd
Most Readable Shade
#FFFFFF

Shades of #303cc4 color code

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

#303cc4
#2a35ae
#252e98
#202882
#1a216c
#151a57
#101441
#0a0d2b
#050615
#000000

Similar Color like #303cc4 color

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

#313dc5
#323ec6
#333fc7
#3440c8
#3541c9
#3642ca
#3743cb
#3844cc
#3945cd
#3a46ce
#3b47cf
#3c48d0
#3d49d1
#3e4ad2
#2f3bc3
#2e3ac2
#2d39c1
#2c38c0
#2b37bf
#2a36be
#2935bd
#2834bc
#2733bb
#2632ba
#2531b9
#2430b8
#232fb7
#222eb6

Monochromatic Color with #303cc4

#303cc4
#3a49ee
#06081a
#111544
#1b226f
#262f99

Tints of #303cc4 Color

#303cc4
#4751ca
#5e67d1
#757dd7
#8c92de
#a3a8e4
#babeeb
#d1d3f1
#e8e9f8
#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

#303cc4
#c4b830

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

Split Complementary

#303cc4
#c46e30
#86c430

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

Analogous Color

#3077c4
#305ac4
#303cc4
#4230c4
#5f30c4

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

#303cc4
#c4303c
#3cc430

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

#303cc4
#c43086
#c4b830
#30c46e

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

#303cc4
#c4b830
#86c430
#6e30c4

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 #303cc4 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.

#303cc4 Color Code Preview on Black Background Color

This is how #303cc4 Color will look on black background color. Color contrast ratio is 2.57

#303cc4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #303cc4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #303cc4

#303cc4 color code is use for CSS Background Color

Background color for the above div is #303cc4

HTML with inline CSS

<div style="background-color:#303cc4;"></div>

#303cc4 color code is use for CSS Border Color

CSS Border color for the above div is #303cc4

HTML with inline CSS

<div style="border:5px solid #303cc4;"></div>

CSS Border Left color for the above div is #303cc4

HTML with inline CSS

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

CSS Border Right color for the above div is #303cc4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #303cc4

HTML with inline CSS

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

CSS Border Top color for the above div is #303cc4

HTML with inline CSS

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

#303cc4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#303cc4 Color code Preview on White Background

This is how #303cc4 Color code will look on white background color. Color contrast ratio is 8.17

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

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.