COLOR #30368D

HEX: #30368D
RGB: (48,54,141)

Color info

#30368D contains mainly blue color. Web safe color of #30368D is #333399 (or #339).

RGB color model

#30368D color RGB value is (48,54,141).

  • red value is 48;
  • green value is 54;
  • blue value is 141.
RGB:
(48,54,141)
(19%,21%,55%)

RGB channels and saturation

R 48 of 255 = 19%
G 54 of 255 = 21%
B 141 of 255 = 55%

48
54
141

R + G + B ~ 32%. #30368D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 54 + 141 = 243 (100%)
R 48 of 243 ~ 19.75%
G 54 of 243 ~ 22.22%
B 141 of 243 ~ 58.02%

%19.75
%22.22
%58.02

CMYK color model

#30368D color CMYK value is (66,62,0,45).

  • cyan value is 65.96%
  • magenta value is 61.70%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(66,62,0,45)
C66M62Y0K45 
(66%,62%,0%,45%)
(0.66/0.62/0.00/0.45)	

CMYK percentages

%65.96
%61.7
%0
%44.71

Codes

Color #30368D in popluar color models

30368D
RGB4854141
HSL236°49.21%37.06%
HSB/HSV236°65.96%55.29%
CMYK65.96%61.70%0.00%
44.71%

Color #30368D in popluar number systems.

HEX30368D
Decimal4854141
Binary11000011011010001101
Octal6066215

Shades and tints

Shades of #30368D

#30368D
(48,54,141)
#2C3281
(44,50,129)
#282E75
(40,46,117)
#242A69
(36,42,105)
#20265D
(32,38,93)
#1C2251
(28,34,81)
#181E45
(24,30,69)
#141A39
(20,26,57)
#10162D
(16,22,45)
#0C1221
(12,18,33)
#080E15
(8,14,21)
#000000
(0,0,0)

Tints of #30368D

#30368D
(48,54,141)
#424897
(66,72,151)
#545AA1
(84,90,161)
#666CAB
(102,108,171)
#787EB5
(120,126,181)
#8A90BF
(138,144,191)
#9CA2C9
(156,162,201)
#AEB4D3
(174,180,211)
#C0C6DD
(192,198,221)
#D2D8E7
(210,216,231)
#E4EAF1
(228,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30368D color. Also use rgb(48,54,141) instead hex code.

Text Font Color

.myTextColor { color: #30368D; }

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

This text font color is #30368D.


Background Color

.myBgColor { background-color: #30368D; }

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

This div background color is #30368D.


Border color

.myBorderColor { border: 1px solid #30368D; }

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

This div border color is #30368D.


Opacity

.myOpacity80 { color: #30368D; opacity: 0.8; }

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

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

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

This text has shadow with #30368D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30368D on black background.


Color preview on white background

This text has color #30368D on white background.



Black color preview on #30368D background

This text has black color on #30368D background.


White color preview on #30368D background

This text has white color on #30368D background.