COLOR #303476

HEX: #303476
RGB: (48,52,118)

Color info

#303476 contains mainly blue color. Web safe color of #303476 is #333366 (or #336).

RGB color model

#303476 color RGB value is (48,52,118).

  • red value is 48;
  • green value is 52;
  • blue value is 118.
RGB:
(48,52,118)
(19%,20%,46%)

RGB channels and saturation

R 48 of 255 = 19%
G 52 of 255 = 20%
B 118 of 255 = 46%

48
52
118

R + G + B ~ 28%. #303476 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 52 + 118 = 218 (100%)
R 48 of 218 ~ 22.02%
G 52 of 218 ~ 23.85%
B 118 of 218 ~ 54.13%

%22.02
%23.85
%54.13

CMYK color model

#303476 color CMYK value is (59,56,0,54).

  • cyan value is 59.32%
  • magenta value is 55.93%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(59,56,0,54)
C59M56Y0K54 
(59%,56%,0%,54%)
(0.59/0.56/0.00/0.54)	

CMYK percentages

%59.32
%55.93
%0
%53.73

Codes

Color #303476 in popluar color models

303476
RGB4852118
HSL237°42.17%32.55%
HSB/HSV237°59.32%46.27%
CMYK59.32%55.93%0.00%
53.73%

Color #303476 in popluar number systems.

HEX303476
Decimal4852118
Binary1100001101001110110
Octal6064166

Shades and tints

Shades of #303476

#303476
(48,52,118)
#2C306C
(44,48,108)
#282C62
(40,44,98)
#242858
(36,40,88)
#20244E
(32,36,78)
#1C2044
(28,32,68)
#181C3A
(24,28,58)
#141830
(20,24,48)
#101426
(16,20,38)
#0C101C
(12,16,28)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #303476

#303476
(48,52,118)
#424682
(66,70,130)
#54588E
(84,88,142)
#666A9A
(102,106,154)
#787CA6
(120,124,166)
#8A8EB2
(138,142,178)
#9CA0BE
(156,160,190)
#AEB2CA
(174,178,202)
#C0C4D6
(192,196,214)
#D2D6E2
(210,214,226)
#E4E8EE
(228,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303476 color. Also use rgb(48,52,118) instead hex code.

Text Font Color

.myTextColor { color: #303476; }

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

This text font color is #303476.


Background Color

.myBgColor { background-color: #303476; }

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

This div background color is #303476.


Border color

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

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

This div border color is #303476.


Opacity

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

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

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

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

This text has shadow with #303476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303476 on black background.


Color preview on white background

This text has color #303476 on white background.



Black color preview on #303476 background

This text has black color on #303476 background.


White color preview on #303476 background

This text has white color on #303476 background.