COLOR #30357F

HEX: #30357F
RGB: (48,53,127)

Color info

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

RGB color model

#30357F color RGB value is (48,53,127).

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

RGB channels and saturation

R 48 of 255 = 19%
G 53 of 255 = 21%
B 127 of 255 = 50%

48
53
127

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

Portions of RGB colors in percentages

R + G + B =
48 + 53 + 127 = 228 (100%)
R 48 of 228 ~ 21.05%
G 53 of 228 ~ 23.25%
B 127 of 228 ~ 55.7%

%21.05
%23.25
%55.7

CMYK color model

#30357F color CMYK value is (62,58,0,50).

  • cyan value is 62.20%
  • magenta value is 58.27%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(62,58,0,50)
C62M58Y0K50 
(62%,58%,0%,50%)
(0.62/0.58/0.00/0.50)	

CMYK percentages

%62.2
%58.27
%0
%50.2

Codes

Color #30357F in popluar color models

30357F
RGB4853127
HSL236°45.14%34.31%
HSB/HSV236°62.20%49.80%
CMYK62.20%58.27%0.00%
50.20%

Color #30357F in popluar number systems.

HEX30357F
Decimal4853127
Binary1100001101011111111
Octal6065177

Shades and tints

Shades of #30357F

#30357F
(48,53,127)
#2C3174
(44,49,116)
#282D69
(40,45,105)
#24295E
(36,41,94)
#202553
(32,37,83)
#1C2148
(28,33,72)
#181D3D
(24,29,61)
#141932
(20,25,50)
#101527
(16,21,39)
#0C111C
(12,17,28)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #30357F

#30357F
(48,53,127)
#42478A
(66,71,138)
#545995
(84,89,149)
#666BA0
(102,107,160)
#787DAB
(120,125,171)
#8A8FB6
(138,143,182)
#9CA1C1
(156,161,193)
#AEB3CC
(174,179,204)
#C0C5D7
(192,197,215)
#D2D7E2
(210,215,226)
#E4E9ED
(228,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30357F; }

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

This text font color is #30357F.


Background Color

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

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

This div background color is #30357F.


Border color

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

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

This div border color is #30357F.


Opacity

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

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

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

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

This text has shadow with #30357F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30357F on black background.


Color preview on white background

This text has color #30357F on white background.



Black color preview on #30357F background

This text has black color on #30357F background.


White color preview on #30357F background

This text has white color on #30357F background.