COLOR #30348C

HEX: #30348C
RGB: (48,52,140)

Color info

#30348C contains mainly blue color. Web safe color of #30348C is #333399 (or #339).

RGB color model

#30348C color RGB value is (48,52,140).

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

RGB channels and saturation

R 48 of 255 = 19%
G 52 of 255 = 20%
B 140 of 255 = 55%

48
52
140

R + G + B ~ 31%. #30348C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 52 + 140 = 240 (100%)
R 48 of 240 ~ 20%
G 52 of 240 ~ 21.67%
B 140 of 240 ~ 58.33%

%20
%21.67
%58.33

CMYK color model

#30348C color CMYK value is (66,63,0,45).

  • cyan value is 65.71%
  • magenta value is 62.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(66,63,0,45)
C66M63Y0K45 
(66%,63%,0%,45%)
(0.66/0.63/0.00/0.45)	

CMYK percentages

%65.71
%62.86
%0
%45.1

Codes

Color #30348C in popluar color models

30348C
RGB4852140
HSL237°48.94%36.86%
HSB/HSV237°65.71%54.90%
CMYK65.71%62.86%0.00%
45.10%

Color #30348C in popluar number systems.

HEX30348C
Decimal4852140
Binary11000011010010001100
Octal6064214

Shades and tints

Shades of #30348C

#30348C
(48,52,140)
#2C3080
(44,48,128)
#282C74
(40,44,116)
#242868
(36,40,104)
#20245C
(32,36,92)
#1C2050
(28,32,80)
#181C44
(24,28,68)
#141838
(20,24,56)
#10142C
(16,20,44)
#0C1020
(12,16,32)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #30348C

#30348C
(48,52,140)
#424696
(66,70,150)
#5458A0
(84,88,160)
#666AAA
(102,106,170)
#787CB4
(120,124,180)
#8A8EBE
(138,142,190)
#9CA0C8
(156,160,200)
#AEB2D2
(174,178,210)
#C0C4DC
(192,196,220)
#D2D6E6
(210,214,230)
#E4E8F0
(228,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30348C; }

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

This text font color is #30348C.


Background Color

.myBgColor { background-color: #30348C; }

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

This div background color is #30348C.


Border color

.myBorderColor { border: 1px solid #30348C; }

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

This div border color is #30348C.


Opacity

.myOpacity80 { color: #30348C; opacity: 0.8; }

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

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

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

This text has shadow with #30348C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30348C on black background.


Color preview on white background

This text has color #30348C on white background.



Black color preview on #30348C background

This text has black color on #30348C background.


White color preview on #30348C background

This text has white color on #30348C background.