COLOR #305FA4

HEX: #305FA4
RGB: (48,95,164)

Color info

#305FA4 contains mainly blue color. Web safe color of #305FA4 is #336699 (or #369).

RGB color model

#305FA4 color RGB value is (48,95,164).

  • red value is 48;
  • green value is 95;
  • blue value is 164.
RGB:
(48,95,164)
(19%,37%,64%)

RGB channels and saturation

R 48 of 255 = 19%
G 95 of 255 = 37%
B 164 of 255 = 64%

48
95
164

R + G + B ~ 40%. #305FA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 95 + 164 = 307 (100%)
R 48 of 307 ~ 15.64%
G 95 of 307 ~ 30.94%
B 164 of 307 ~ 53.42%

%15.64
%30.94
%53.42

CMYK color model

#305FA4 color CMYK value is (71,42,0,36).

  • cyan value is 70.73%
  • magenta value is 42.07%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(71,42,0,36)
C71M42Y0K36 
(71%,42%,0%,36%)
(0.71/0.42/0.00/0.36)	

CMYK percentages

%70.73
%42.07
%0
%35.69

Codes

Color #305FA4 in popluar color models

305FA4
RGB4895164
HSL216°54.72%41.57%
HSB/HSV216°70.73%64.31%
CMYK70.73%42.07%0.00%
35.69%

Color #305FA4 in popluar number systems.

HEX305FA4
Decimal4895164
Binary110000101111110100100
Octal60137244

Shades and tints

Shades of #305FA4

#305FA4
(48,95,164)
#2C5796
(44,87,150)
#284F88
(40,79,136)
#24477A
(36,71,122)
#203F6C
(32,63,108)
#1C375E
(28,55,94)
#182F50
(24,47,80)
#142742
(20,39,66)
#101F34
(16,31,52)
#0C1726
(12,23,38)
#080F18
(8,15,24)
#000000
(0,0,0)

Tints of #305FA4

#305FA4
(48,95,164)
#426DAC
(66,109,172)
#547BB4
(84,123,180)
#6689BC
(102,137,188)
#7897C4
(120,151,196)
#8AA5CC
(138,165,204)
#9CB3D4
(156,179,212)
#AEC1DC
(174,193,220)
#C0CFE4
(192,207,228)
#D2DDEC
(210,221,236)
#E4EBF4
(228,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #305FA4 color. Also use rgb(48,95,164) instead hex code.

Text Font Color

.myTextColor { color: #305FA4; }

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

This text font color is #305FA4.


Background Color

.myBgColor { background-color: #305FA4; }

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

This div background color is #305FA4.


Border color

.myBorderColor { border: 1px solid #305FA4; }

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

This div border color is #305FA4.


Opacity

.myOpacity80 { color: #305FA4; opacity: 0.8; }

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

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

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

This text has shadow with #305FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305FA4 on black background.


Color preview on white background

This text has color #305FA4 on white background.



Black color preview on #305FA4 background

This text has black color on #305FA4 background.


White color preview on #305FA4 background

This text has white color on #305FA4 background.