COLOR #303D96

HEX: #303D96
RGB: (48,61,150)

Color info

#303D96 contains mainly blue color. Web safe color of #303D96 is #333399 (or #339).

RGB color model

#303D96 color RGB value is (48,61,150).

  • red value is 48;
  • green value is 61;
  • blue value is 150.
RGB:
(48,61,150)
(19%,24%,59%)

RGB channels and saturation

R 48 of 255 = 19%
G 61 of 255 = 24%
B 150 of 255 = 59%

48
61
150

R + G + B ~ 34%. #303D96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 61 + 150 = 259 (100%)
R 48 of 259 ~ 18.53%
G 61 of 259 ~ 23.55%
B 150 of 259 ~ 57.92%

%18.53
%23.55
%57.92

CMYK color model

#303D96 color CMYK value is (68,59,0,41).

  • cyan value is 68.00%
  • magenta value is 59.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(68,59,0,41)
C68M59Y0K41 
(68%,59%,0%,41%)
(0.68/0.59/0.00/0.41)	

CMYK percentages

%68
%59.33
%0
%41.18

Codes

Color #303D96 in popluar color models

303D96
RGB4861150
HSL232°51.52%38.82%
HSB/HSV232°68.00%58.82%
CMYK68.00%59.33%0.00%
41.18%

Color #303D96 in popluar number systems.

HEX303D96
Decimal4861150
Binary11000011110110010110
Octal6075226

Shades and tints

Shades of #303D96

#303D96
(48,61,150)
#2C3889
(44,56,137)
#28337C
(40,51,124)
#242E6F
(36,46,111)
#202962
(32,41,98)
#1C2455
(28,36,85)
#181F48
(24,31,72)
#141A3B
(20,26,59)
#10152E
(16,21,46)
#0C1021
(12,16,33)
#080B14
(8,11,20)
#000000
(0,0,0)

Tints of #303D96

#303D96
(48,61,150)
#424E9F
(66,78,159)
#545FA8
(84,95,168)
#6670B1
(102,112,177)
#7881BA
(120,129,186)
#8A92C3
(138,146,195)
#9CA3CC
(156,163,204)
#AEB4D5
(174,180,213)
#C0C5DE
(192,197,222)
#D2D6E7
(210,214,231)
#E4E7F0
(228,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303D96 color. Also use rgb(48,61,150) instead hex code.

Text Font Color

.myTextColor { color: #303D96; }

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

This text font color is #303D96.


Background Color

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

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

This div background color is #303D96.


Border color

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

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

This div border color is #303D96.


Opacity

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

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

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

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

This text has shadow with #303D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303D96 on black background.


Color preview on white background

This text has color #303D96 on white background.



Black color preview on #303D96 background

This text has black color on #303D96 background.


White color preview on #303D96 background

This text has white color on #303D96 background.