COLOR #304784

HEX: #304784
RGB: (48,71,132)

Color info

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

RGB color model

#304784 color RGB value is (48,71,132).

  • red value is 48;
  • green value is 71;
  • blue value is 132.
RGB:
(48,71,132)
(19%,28%,52%)

RGB channels and saturation

R 48 of 255 = 19%
G 71 of 255 = 28%
B 132 of 255 = 52%

48
71
132

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

Portions of RGB colors in percentages

R + G + B =
48 + 71 + 132 = 251 (100%)
R 48 of 251 ~ 19.12%
G 71 of 251 ~ 28.29%
B 132 of 251 ~ 52.59%

%19.12
%28.29
%52.59

CMYK color model

#304784 color CMYK value is (64,46,0,48).

  • cyan value is 63.64%
  • magenta value is 46.21%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(64,46,0,48)
C64M46Y0K48 
(64%,46%,0%,48%)
(0.64/0.46/0.00/0.48)	

CMYK percentages

%63.64
%46.21
%0
%48.24

Codes

Color #304784 in popluar color models

304784
RGB4871132
HSL224°46.67%35.29%
HSB/HSV224°63.64%51.76%
CMYK63.64%46.21%0.00%
48.24%

Color #304784 in popluar number systems.

HEX304784
Decimal4871132
Binary110000100011110000100
Octal60107204

Shades and tints

Shades of #304784

#304784
(48,71,132)
#2C4178
(44,65,120)
#283B6C
(40,59,108)
#243560
(36,53,96)
#202F54
(32,47,84)
#1C2948
(28,41,72)
#18233C
(24,35,60)
#141D30
(20,29,48)
#101724
(16,23,36)
#0C1118
(12,17,24)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #304784

#304784
(48,71,132)
#42578F
(66,87,143)
#54679A
(84,103,154)
#6677A5
(102,119,165)
#7887B0
(120,135,176)
#8A97BB
(138,151,187)
#9CA7C6
(156,167,198)
#AEB7D1
(174,183,209)
#C0C7DC
(192,199,220)
#D2D7E7
(210,215,231)
#E4E7F2
(228,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304784 color. Also use rgb(48,71,132) instead hex code.

Text Font Color

.myTextColor { color: #304784; }

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

This text font color is #304784.


Background Color

.myBgColor { background-color: #304784; }

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

This div background color is #304784.


Border color

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

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

This div border color is #304784.


Opacity

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

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

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

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

This text has shadow with #304784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304784 on black background.


Color preview on white background

This text has color #304784 on white background.



Black color preview on #304784 background

This text has black color on #304784 background.


White color preview on #304784 background

This text has white color on #304784 background.