COLOR #303E6F

HEX: #303E6F
RGB: (48,62,111)

Color info

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

RGB color model

#303E6F color RGB value is (48,62,111).

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

RGB channels and saturation

R 48 of 255 = 19%
G 62 of 255 = 24%
B 111 of 255 = 44%

48
62
111

R + G + B ~ 29%. #303E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 62 + 111 = 221 (100%)
R 48 of 221 ~ 21.72%
G 62 of 221 ~ 28.05%
B 111 of 221 ~ 50.23%

%21.72
%28.05
%50.23

CMYK color model

#303E6F color CMYK value is (57,44,0,56).

  • cyan value is 56.76%
  • magenta value is 44.14%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(57,44,0,56)
C57M44Y0K56 
(57%,44%,0%,56%)
(0.57/0.44/0.00/0.56)	

CMYK percentages

%56.76
%44.14
%0
%56.47

Codes

Color #303E6F in popluar color models

303E6F
RGB4862111
HSL227°39.62%31.18%
HSB/HSV227°56.76%43.53%
CMYK56.76%44.14%0.00%
56.47%

Color #303E6F in popluar number systems.

HEX303E6F
Decimal4862111
Binary1100001111101101111
Octal6076157

Shades and tints

Shades of #303E6F

#303E6F
(48,62,111)
#2C3965
(44,57,101)
#28345B
(40,52,91)
#242F51
(36,47,81)
#202A47
(32,42,71)
#1C253D
(28,37,61)
#182033
(24,32,51)
#141B29
(20,27,41)
#10161F
(16,22,31)
#0C1115
(12,17,21)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #303E6F

#303E6F
(48,62,111)
#424F7C
(66,79,124)
#546089
(84,96,137)
#667196
(102,113,150)
#7882A3
(120,130,163)
#8A93B0
(138,147,176)
#9CA4BD
(156,164,189)
#AEB5CA
(174,181,202)
#C0C6D7
(192,198,215)
#D2D7E4
(210,215,228)
#E4E8F1
(228,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303E6F; }

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

This text font color is #303E6F.


Background Color

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

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

This div background color is #303E6F.


Border color

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

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

This div border color is #303E6F.


Opacity

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

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

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

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

This text has shadow with #303E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303E6F on black background.


Color preview on white background

This text has color #303E6F on white background.



Black color preview on #303E6F background

This text has black color on #303E6F background.


White color preview on #303E6F background

This text has white color on #303E6F background.