COLOR #303A79

HEX: #303A79
RGB: (48,58,121)

Color info

#303A79 contains mainly blue color. Web safe color of #303A79 is #333366 (or #336).

RGB color model

#303A79 color RGB value is (48,58,121).

  • red value is 48;
  • green value is 58;
  • blue value is 121.
RGB:
(48,58,121)
(19%,23%,47%)

RGB channels and saturation

R 48 of 255 = 19%
G 58 of 255 = 23%
B 121 of 255 = 47%

48
58
121

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

Portions of RGB colors in percentages

R + G + B =
48 + 58 + 121 = 227 (100%)
R 48 of 227 ~ 21.15%
G 58 of 227 ~ 25.55%
B 121 of 227 ~ 53.3%

%21.15
%25.55
%53.3

CMYK color model

#303A79 color CMYK value is (60,52,0,53).

  • cyan value is 60.33%
  • magenta value is 52.07%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(60,52,0,53)
C60M52Y0K53 
(60%,52%,0%,53%)
(0.60/0.52/0.00/0.53)	

CMYK percentages

%60.33
%52.07
%0
%52.55

Codes

Color #303A79 in popluar color models

303A79
RGB4858121
HSL232°43.20%33.14%
HSB/HSV232°60.33%47.45%
CMYK60.33%52.07%0.00%
52.55%

Color #303A79 in popluar number systems.

HEX303A79
Decimal4858121
Binary1100001110101111001
Octal6072171

Shades and tints

Shades of #303A79

#303A79
(48,58,121)
#2C356E
(44,53,110)
#283063
(40,48,99)
#242B58
(36,43,88)
#20264D
(32,38,77)
#1C2142
(28,33,66)
#181C37
(24,28,55)
#14172C
(20,23,44)
#101221
(16,18,33)
#0C0D16
(12,13,22)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #303A79

#303A79
(48,58,121)
#424B85
(66,75,133)
#545C91
(84,92,145)
#666D9D
(102,109,157)
#787EA9
(120,126,169)
#8A8FB5
(138,143,181)
#9CA0C1
(156,160,193)
#AEB1CD
(174,177,205)
#C0C2D9
(192,194,217)
#D2D3E5
(210,211,229)
#E4E4F1
(228,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303A79; }

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

This text font color is #303A79.


Background Color

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

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

This div background color is #303A79.


Border color

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

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

This div border color is #303A79.


Opacity

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

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

Text with #303A79 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 #303A79;}

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

This text has shadow with #303A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303A79 on black background.


Color preview on white background

This text has color #303A79 on white background.



Black color preview on #303A79 background

This text has black color on #303A79 background.


White color preview on #303A79 background

This text has white color on #303A79 background.