COLOR #303E79

HEX: #303E79 RGB: (48,62,121)

Color info

#303E79 contains mainly green and blue colors. Web safe color of #303E79 is #333366 (or #336).

RGB color model

#303E79 color RGB value is (48,62,121).

RGB: (48,62,121) (19%, 24%, 47%)

RGB channels and saturation

R 48 of 255 = 19%
G 62 of 255 = 24%
B 121 of 255 = 47%

48
62
121

R + G + B ~ 30%. #303E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 62 + 121 = 231 (100%)
R 48 of 231 ~ 20.78%
G 62 of 231 ~ 26.84%
B 121 of 231 ~ 52.38'%

%20.78
%26.84
%52.38

CMYK color model

#303E79 color CMYK value is (60,49,0,53).

  • cyan value is 60.33%
  • magenta value is 48.76%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (60,49,0,53)
C60M49Y0K53 (60%, 49%, 0%, 53%)
(0.60 / 0.49 / 0.00 / 0.53)

CMYK percentages

%60.33
%48.76
%0
%52.55

Codes

Color #303E79 in popluar color models

30 3E 79
RGB 48 62 121
HSL 228° 43.20% 33.14%
HSB/HSV 228° 60.33% 47.45%
CMYK 60.33% 48.76% 0.00%
52.55%

Color #303E79 in popluar number systems.

HEX 30 3E 79
Decimal 48 62 121
Binary 110000 111110 1111001
Octal 60 76 171

Shades and tints

Shades of #303E79

#303E79
(48,62,121)
#2C396E
(44,57,110)
#283463
(40,52,99)
#242F58
(36,47,88)
#202A4D
(32,42,77)
#1C2542
(28,37,66)
#182037
(24,32,55)
#141B2C
(20,27,44)
#101621
(16,22,33)
#0C1116
(12,17,22)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #303E79

#303E79
(48,62,121)
#424F85
(66,79,133)
#546091
(84,96,145)
#66719D
(102,113,157)
#7882A9
(120,130,169)
#8A93B5
(138,147,181)
#9CA4C1
(156,164,193)
#AEB5CD
(174,181,205)
#C0C6D9
(192,198,217)
#D2D7E5
(210,215,229)
#E4E8F1
(228,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303E79 color. Also use rgb(48,62,121) instead hex code.

Text Font Color

.myTextColor { color: #303E79; }

<p style="color:#303E79">This sample text font color is #303E79.</p>

This text font color is #303E79.

Background Color

.myBgColor { background-color: #303E79; }

<div style="background-color:#303E79">Inner text</div>

This div background color is #303E79.

Border color

.myBorderColor { border: 1px solid #303E79; }

<div style="border:3px solid #303E79">Div</div>

This div border color is #303E79.

Opacity

.myOpacity80 { color: #303E79; opacity: 0.8; }

<p style="color:#303E79;opacity:0.8;">80%</p>

Text with #303E79 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #303E79;}

<p style="text-shadow: 3px 3px 1px #303E79">Text here.</p>

This text has shadow with #303E79 color.


.textShadow {text-shadow: 3px 3px 1px #303E79', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #303E79, 5px 5px 20px red">Text here.</p>

This text has shadow with #303E79 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#303E79, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#303E79, Direction=45, Strength=4)">Text</p>

This text has shadow with #303E79 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #303E79;
-webkit-box-shadow: 1px 1px 3px 2px #303E79;
box-shadow: 1px 1px 3px 2px #303E79;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #303E79; -webkit-box-shadow: 1px 1px 3px 2px #303E79; box-shadow:1px 1px 3px 2px #303E79;">
Div content here
</div>

This div box has shadow with color #303E79.

Preview

Color preview on black background

This text has color #303E79 on black background.


Color preview on white background

This text has color #303E79 on white background.


Black color preview on #303E79 background

This text has black color on #303E79 background.


White color preview on #303E79 background

This text has white color on #303E79 background.


Related colors

Complementary color

Complementary color for #hex is #CFC186.


I love getcolorcode.com

Triadic colors

1 #79303E and #3E7930 with #303E79 are triadic colors.

2 #793E30 and #3E3079 with #303E79 are triadic colors.