COLOR #304191

HEX: #304191
RGB: (48,65,145)

Color info

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

RGB color model

#304191 color RGB value is (48,65,145).

  • red value is 48;
  • green value is 65;
  • blue value is 145.
RGB:
(48,65,145)
(19%,25%,57%)

RGB channels and saturation

R 48 of 255 = 19%
G 65 of 255 = 25%
B 145 of 255 = 57%

48
65
145

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

Portions of RGB colors in percentages

R + G + B =
48 + 65 + 145 = 258 (100%)
R 48 of 258 ~ 18.6%
G 65 of 258 ~ 25.19%
B 145 of 258 ~ 56.2%

%18.6
%25.19
%56.2

CMYK color model

#304191 color CMYK value is (67,55,0,43).

  • cyan value is 66.90%
  • magenta value is 55.17%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(67,55,0,43)
C67M55Y0K43 
(67%,55%,0%,43%)
(0.67/0.55/0.00/0.43)	

CMYK percentages

%66.9
%55.17
%0
%43.14

Codes

Color #304191 in popluar color models

304191
RGB4865145
HSL229°50.26%37.84%
HSB/HSV229°66.90%56.86%
CMYK66.90%55.17%0.00%
43.14%

Color #304191 in popluar number systems.

HEX304191
Decimal4865145
Binary110000100000110010001
Octal60101221

Shades and tints

Shades of #304191

#304191
(48,65,145)
#2C3C84
(44,60,132)
#283777
(40,55,119)
#24326A
(36,50,106)
#202D5D
(32,45,93)
#1C2850
(28,40,80)
#182343
(24,35,67)
#141E36
(20,30,54)
#101929
(16,25,41)
#0C141C
(12,20,28)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #304191

#304191
(48,65,145)
#42529B
(66,82,155)
#5463A5
(84,99,165)
#6674AF
(102,116,175)
#7885B9
(120,133,185)
#8A96C3
(138,150,195)
#9CA7CD
(156,167,205)
#AEB8D7
(174,184,215)
#C0C9E1
(192,201,225)
#D2DAEB
(210,218,235)
#E4EBF5
(228,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304191 color. Also use rgb(48,65,145) instead hex code.

Text Font Color

.myTextColor { color: #304191; }

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

This text font color is #304191.


Background Color

.myBgColor { background-color: #304191; }

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

This div background color is #304191.


Border color

.myBorderColor { border: 1px solid #304191; }

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

This div border color is #304191.


Opacity

.myOpacity80 { color: #304191; opacity: 0.8; }

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

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

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

This text has shadow with #304191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304191 on black background.


Color preview on white background

This text has color #304191 on white background.



Black color preview on #304191 background

This text has black color on #304191 background.


White color preview on #304191 background

This text has white color on #304191 background.