COLOR #301E87

HEX: #301E87
RGB: (48,30,135)

Color info

#301E87 contains mainly blue color. Web safe color of #301E87 is #333399 (or #339).

RGB color model

#301E87 color RGB value is (48,30,135).

  • red value is 48;
  • green value is 30;
  • blue value is 135.
RGB:
(48,30,135)
(19%,12%,53%)

RGB channels and saturation

R 48 of 255 = 19%
G 30 of 255 = 12%
B 135 of 255 = 53%

48
30
135

R + G + B ~ 28%. #301E87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 30 + 135 = 213 (100%)
R 48 of 213 ~ 22.54%
G 30 of 213 ~ 14.08%
B 135 of 213 ~ 63.38%

%22.54
%14.08
%63.38

CMYK color model

#301E87 color CMYK value is (64,78,0,47).

  • cyan value is 64.44%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(64,78,0,47)
C64M78Y0K47 
(64%,78%,0%,47%)
(0.64/0.78/0.00/0.47)	

CMYK percentages

%64.44
%77.78
%0
%47.06

Codes

Color #301E87 in popluar color models

301E87
RGB4830135
HSL250°63.64%32.35%
HSB/HSV250°77.78%52.94%
CMYK64.44%77.78%0.00%
47.06%

Color #301E87 in popluar number systems.

HEX301E87
Decimal4830135
Binary1100001111010000111
Octal6036207

Shades and tints

Shades of #301E87

#301E87
(48,30,135)
#2C1C7B
(44,28,123)
#281A6F
(40,26,111)
#241863
(36,24,99)
#201657
(32,22,87)
#1C144B
(28,20,75)
#18123F
(24,18,63)
#141033
(20,16,51)
#100E27
(16,14,39)
#0C0C1B
(12,12,27)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #301E87

#301E87
(48,30,135)
#423291
(66,50,145)
#54469B
(84,70,155)
#665AA5
(102,90,165)
#786EAF
(120,110,175)
#8A82B9
(138,130,185)
#9C96C3
(156,150,195)
#AEAACD
(174,170,205)
#C0BED7
(192,190,215)
#D2D2E1
(210,210,225)
#E4E6EB
(228,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301E87 color. Also use rgb(48,30,135) instead hex code.

Text Font Color

.myTextColor { color: #301E87; }

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

This text font color is #301E87.


Background Color

.myBgColor { background-color: #301E87; }

<div style="background-color:#301E87">Inner text</div>

This div background color is #301E87.


Border color

.myBorderColor { border: 1px solid #301E87; }

<div style="border:3px solid #301E87">Div</div>

This div border color is #301E87.


Opacity

.myOpacity80 { color: #301E87; opacity: 0.8; }

<p style="color:#301E87;opacity:0.8;">80%</p>

Text with #301E87 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 #301E87;}

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

This text has shadow with #301E87 color.

.textShadow {text-shadow: 3px 3px 1px #301E87, 3px 3px 1px red;}

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

This text has shadow with #301E87 primary color and red secondary color.


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

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

This text has shadow with #301E87 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301E87 on black background.


Color preview on white background

This text has color #301E87 on white background.



Black color preview on #301E87 background

This text has black color on #301E87 background.


White color preview on #301E87 background

This text has white color on #301E87 background.