COLOR #303E8C

HEX: #303E8C
RGB: (48,62,140)

Color info

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

RGB color model

#303E8C color RGB value is (48,62,140).

  • red value is 48;
  • green value is 62;
  • blue value is 140.
RGB:
(48,62,140)
(19%,24%,55%)

RGB channels and saturation

R 48 of 255 = 19%
G 62 of 255 = 24%
B 140 of 255 = 55%

48
62
140

R + G + B ~ 33%. #303E8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 62 + 140 = 250 (100%)
R 48 of 250 ~ 19.2%
G 62 of 250 ~ 24.8%
B 140 of 250 ~ 56%

%19.2
%24.8
%56

CMYK color model

#303E8C color CMYK value is (66,56,0,45).

  • cyan value is 65.71%
  • magenta value is 55.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(66,56,0,45)
C66M56Y0K45 
(66%,56%,0%,45%)
(0.66/0.56/0.00/0.45)	

CMYK percentages

%65.71
%55.71
%0
%45.1

Codes

Color #303E8C in popluar color models

303E8C
RGB4862140
HSL231°48.94%36.86%
HSB/HSV231°65.71%54.90%
CMYK65.71%55.71%0.00%
45.10%

Color #303E8C in popluar number systems.

HEX303E8C
Decimal4862140
Binary11000011111010001100
Octal6076214

Shades and tints

Shades of #303E8C

#303E8C
(48,62,140)
#2C3980
(44,57,128)
#283474
(40,52,116)
#242F68
(36,47,104)
#202A5C
(32,42,92)
#1C2550
(28,37,80)
#182044
(24,32,68)
#141B38
(20,27,56)
#10162C
(16,22,44)
#0C1120
(12,17,32)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #303E8C

#303E8C
(48,62,140)
#424F96
(66,79,150)
#5460A0
(84,96,160)
#6671AA
(102,113,170)
#7882B4
(120,130,180)
#8A93BE
(138,147,190)
#9CA4C8
(156,164,200)
#AEB5D2
(174,181,210)
#C0C6DC
(192,198,220)
#D2D7E6
(210,215,230)
#E4E8F0
(228,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303E8C; }

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

This text font color is #303E8C.


Background Color

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

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

This div background color is #303E8C.


Border color

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

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

This div border color is #303E8C.


Opacity

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

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

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

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

This text has shadow with #303E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303E8C on black background.


Color preview on white background

This text has color #303E8C on white background.



Black color preview on #303E8C background

This text has black color on #303E8C background.


White color preview on #303E8C background

This text has white color on #303E8C background.