COLOR #304A74

HEX: #304A74
RGB: (48,74,116)

Color info

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

RGB color model

#304A74 color RGB value is (48,74,116).

  • red value is 48;
  • green value is 74;
  • blue value is 116.
RGB:
(48,74,116)
(19%,29%,45%)

RGB channels and saturation

R 48 of 255 = 19%
G 74 of 255 = 29%
B 116 of 255 = 45%

48
74
116

R + G + B ~ 31%. #304A74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 74 + 116 = 238 (100%)
R 48 of 238 ~ 20.17%
G 74 of 238 ~ 31.09%
B 116 of 238 ~ 48.74%

%20.17
%31.09
%48.74

CMYK color model

#304A74 color CMYK value is (59,36,0,55).

  • cyan value is 58.62%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(59,36,0,55)
C59M36Y0K55 
(59%,36%,0%,55%)
(0.59/0.36/0.00/0.55)	

CMYK percentages

%58.62
%36.21
%0
%54.51

Codes

Color #304A74 in popluar color models

304A74
RGB4874116
HSL217°41.46%32.16%
HSB/HSV217°58.62%45.49%
CMYK58.62%36.21%0.00%
54.51%

Color #304A74 in popluar number systems.

HEX304A74
Decimal4874116
Binary11000010010101110100
Octal60112164

Shades and tints

Shades of #304A74

#304A74
(48,74,116)
#2C446A
(44,68,106)
#283E60
(40,62,96)
#243856
(36,56,86)
#20324C
(32,50,76)
#1C2C42
(28,44,66)
#182638
(24,38,56)
#14202E
(20,32,46)
#101A24
(16,26,36)
#0C141A
(12,20,26)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #304A74

#304A74
(48,74,116)
#425A80
(66,90,128)
#546A8C
(84,106,140)
#667A98
(102,122,152)
#788AA4
(120,138,164)
#8A9AB0
(138,154,176)
#9CAABC
(156,170,188)
#AEBAC8
(174,186,200)
#C0CAD4
(192,202,212)
#D2DAE0
(210,218,224)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304A74 color. Also use rgb(48,74,116) instead hex code.

Text Font Color

.myTextColor { color: #304A74; }

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

This text font color is #304A74.


Background Color

.myBgColor { background-color: #304A74; }

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

This div background color is #304A74.


Border color

.myBorderColor { border: 1px solid #304A74; }

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

This div border color is #304A74.


Opacity

.myOpacity80 { color: #304A74; opacity: 0.8; }

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

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

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

This text has shadow with #304A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304A74 on black background.


Color preview on white background

This text has color #304A74 on white background.



Black color preview on #304A74 background

This text has black color on #304A74 background.


White color preview on #304A74 background

This text has white color on #304A74 background.