COLOR #304FA6

HEX: #304FA6
RGB: (48,79,166)

Color info

#304FA6 contains mainly blue color. Web safe color of #304FA6 is #336699 (or #369).

RGB color model

#304FA6 color RGB value is (48,79,166).

  • red value is 48;
  • green value is 79;
  • blue value is 166.
RGB:
(48,79,166)
(19%,31%,65%)

RGB channels and saturation

R 48 of 255 = 19%
G 79 of 255 = 31%
B 166 of 255 = 65%

48
79
166

R + G + B ~ 38%. #304FA6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 79 + 166 = 293 (100%)
R 48 of 293 ~ 16.38%
G 79 of 293 ~ 26.96%
B 166 of 293 ~ 56.66%

%16.38
%26.96
%56.66

CMYK color model

#304FA6 color CMYK value is (71,52,0,35).

  • cyan value is 71.08%
  • magenta value is 52.41%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(71,52,0,35)
C71M52Y0K35 
(71%,52%,0%,35%)
(0.71/0.52/0.00/0.35)	

CMYK percentages

%71.08
%52.41
%0
%34.9

Codes

Color #304FA6 in popluar color models

304FA6
RGB4879166
HSL224°55.14%41.96%
HSB/HSV224°71.08%65.10%
CMYK71.08%52.41%0.00%
34.90%

Color #304FA6 in popluar number systems.

HEX304FA6
Decimal4879166
Binary110000100111110100110
Octal60117246

Shades and tints

Shades of #304FA6

#304FA6
(48,79,166)
#2C4897
(44,72,151)
#284188
(40,65,136)
#243A79
(36,58,121)
#20336A
(32,51,106)
#1C2C5B
(28,44,91)
#18254C
(24,37,76)
#141E3D
(20,30,61)
#10172E
(16,23,46)
#0C101F
(12,16,31)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #304FA6

#304FA6
(48,79,166)
#425FAE
(66,95,174)
#546FB6
(84,111,182)
#667FBE
(102,127,190)
#788FC6
(120,143,198)
#8A9FCE
(138,159,206)
#9CAFD6
(156,175,214)
#AEBFDE
(174,191,222)
#C0CFE6
(192,207,230)
#D2DFEE
(210,223,238)
#E4EFF6
(228,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304FA6 color. Also use rgb(48,79,166) instead hex code.

Text Font Color

.myTextColor { color: #304FA6; }

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

This text font color is #304FA6.


Background Color

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

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

This div background color is #304FA6.


Border color

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

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

This div border color is #304FA6.


Opacity

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

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

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

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

This text has shadow with #304FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304FA6 on black background.


Color preview on white background

This text has color #304FA6 on white background.



Black color preview on #304FA6 background

This text has black color on #304FA6 background.


White color preview on #304FA6 background

This text has white color on #304FA6 background.