COLOR #304970

HEX: #304970
RGB: (48,73,112)

Color info

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

RGB color model

#304970 color RGB value is (48,73,112).

  • red value is 48;
  • green value is 73;
  • blue value is 112.
RGB:
(48,73,112)
(19%,29%,44%)

RGB channels and saturation

R 48 of 255 = 19%
G 73 of 255 = 29%
B 112 of 255 = 44%

48
73
112

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

Portions of RGB colors in percentages

R + G + B =
48 + 73 + 112 = 233 (100%)
R 48 of 233 ~ 20.6%
G 73 of 233 ~ 31.33%
B 112 of 233 ~ 48.07%

%20.6
%31.33
%48.07

CMYK color model

#304970 color CMYK value is (57,35,0,56).

  • cyan value is 57.14%
  • magenta value is 34.82%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(57,35,0,56)
C57M35Y0K56 
(57%,35%,0%,56%)
(0.57/0.35/0.00/0.56)	

CMYK percentages

%57.14
%34.82
%0
%56.08

Codes

Color #304970 in popluar color models

304970
RGB4873112
HSL217°40.00%31.37%
HSB/HSV217°57.14%43.92%
CMYK57.14%34.82%0.00%
56.08%

Color #304970 in popluar number systems.

HEX304970
Decimal4873112
Binary11000010010011110000
Octal60111160

Shades and tints

Shades of #304970

#304970
(48,73,112)
#2C4366
(44,67,102)
#283D5C
(40,61,92)
#243752
(36,55,82)
#203148
(32,49,72)
#1C2B3E
(28,43,62)
#182534
(24,37,52)
#141F2A
(20,31,42)
#101920
(16,25,32)
#0C1316
(12,19,22)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #304970

#304970
(48,73,112)
#42597D
(66,89,125)
#54698A
(84,105,138)
#667997
(102,121,151)
#7889A4
(120,137,164)
#8A99B1
(138,153,177)
#9CA9BE
(156,169,190)
#AEB9CB
(174,185,203)
#C0C9D8
(192,201,216)
#D2D9E5
(210,217,229)
#E4E9F2
(228,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304970 color. Also use rgb(48,73,112) instead hex code.

Text Font Color

.myTextColor { color: #304970; }

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

This text font color is #304970.


Background Color

.myBgColor { background-color: #304970; }

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

This div background color is #304970.


Border color

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

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

This div border color is #304970.


Opacity

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

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

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

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

This text has shadow with #304970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304970 on black background.


Color preview on white background

This text has color #304970 on white background.



Black color preview on #304970 background

This text has black color on #304970 background.


White color preview on #304970 background

This text has white color on #304970 background.