COLOR #30347F

HEX: #30347F
RGB: (48,52,127)

Color info

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

RGB color model

#30347F color RGB value is (48,52,127).

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

RGB channels and saturation

R 48 of 255 = 19%
G 52 of 255 = 20%
B 127 of 255 = 50%

48
52
127

R + G + B ~ 30%. #30347F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 52 + 127 = 227 (100%)
R 48 of 227 ~ 21.15%
G 52 of 227 ~ 22.91%
B 127 of 227 ~ 55.95%

%21.15
%22.91
%55.95

CMYK color model

#30347F color CMYK value is (62,59,0,50).

  • cyan value is 62.20%
  • magenta value is 59.06%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (62,59,0,50) C62M59Y0K50 (62%,59%,0%,50%) (0.62/0.59/0.00/0.50)

CMYK percentages

%62.2
%59.06
%0
%50.2

Codes

Color #30347F in popluar color models

30347F
RGB4852127
HSL237°45.14%34.31%
HSB/HSV237°62.20%49.80%
CMYK62.20%59.06%0.00%
50.20%

Color #30347F in popluar number systems.

HEX30347F
Decimal4852127
Binary1100001101001111111
Octal6064177

Shades and tints

Shades of #30347F

#30347F
(48,52,127)
#2C3074
(44,48,116)
#282C69
(40,44,105)
#24285E
(36,40,94)
#202453
(32,36,83)
#1C2048
(28,32,72)
#181C3D
(24,28,61)
#141832
(20,24,50)
#101427
(16,20,39)
#0C101C
(12,16,28)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #30347F

#30347F
(48,52,127)
#42468A
(66,70,138)
#545895
(84,88,149)
#666AA0
(102,106,160)
#787CAB
(120,124,171)
#8A8EB6
(138,142,182)
#9CA0C1
(156,160,193)
#AEB2CC
(174,178,204)
#C0C4D7
(192,196,215)
#D2D6E2
(210,214,226)
#E4E8ED
(228,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30347F; }

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

This text font color is #30347F.


Background Color

.myBgColor { background-color: #30347F; }

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

This div background color is #30347F.


Border color

.myBorderColor { border: 1px solid #30347F; }

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

This div border color is #30347F.


Opacity

.myOpacity80 { color: #30347F; opacity: 0.8; }

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

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

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

This text has shadow with #30347F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #30347F on black background.


Color preview on white background

This text has color #30347F on white background.



Black color preview on #30347F background

This text has black color on #30347F background.


White color preview on #30347F background

This text has white color on #30347F background.