COLOR #30196D

HEX: #30196D
RGB: (48,25,109)

Color info

#30196D contains mainly blue color. Web safe color of #30196D is #330066 (or #306).

RGB color model

#30196D color RGB value is (48,25,109).

  • red value is 48;
  • green value is 25;
  • blue value is 109.
RGB:
(48,25,109)
(19%,10%,43%)

RGB channels and saturation

R 48 of 255 = 19%
G 25 of 255 = 10%
B 109 of 255 = 43%

48
25
109

R + G + B ~ 24%. #30196D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 25 + 109 = 182 (100%)
R 48 of 182 ~ 26.37%
G 25 of 182 ~ 13.74%
B 109 of 182 ~ 59.89%

%26.37
%13.74
%59.89

CMYK color model

#30196D color CMYK value is (56,77,0,57).

  • cyan value is 55.96%
  • magenta value is 77.06%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(56,77,0,57)
C56M77Y0K57 
(56%,77%,0%,57%)
(0.56/0.77/0.00/0.57)	

CMYK percentages

%55.96
%77.06
%0
%57.25

Codes

Color #30196D in popluar color models

30196D
RGB4825109
HSL256°62.69%26.27%
HSB/HSV256°77.06%42.75%
CMYK55.96%77.06%0.00%
57.25%

Color #30196D in popluar number systems.

HEX30196D
Decimal4825109
Binary110000110011101101
Octal6031155

Shades and tints

Shades of #30196D

#30196D
(48,25,109)
#2C1764
(44,23,100)
#28155B
(40,21,91)
#241352
(36,19,82)
#201149
(32,17,73)
#1C0F40
(28,15,64)
#180D37
(24,13,55)
#140B2E
(20,11,46)
#100925
(16,9,37)
#0C071C
(12,7,28)
#080513
(8,5,19)
#000000
(0,0,0)

Tints of #30196D

#30196D
(48,25,109)
#422D7A
(66,45,122)
#544187
(84,65,135)
#665594
(102,85,148)
#7869A1
(120,105,161)
#8A7DAE
(138,125,174)
#9C91BB
(156,145,187)
#AEA5C8
(174,165,200)
#C0B9D5
(192,185,213)
#D2CDE2
(210,205,226)
#E4E1EF
(228,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30196D color. Also use rgb(48,25,109) instead hex code.

Text Font Color

.myTextColor { color: #30196D; }

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

This text font color is #30196D.


Background Color

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

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

This div background color is #30196D.


Border color

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

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

This div border color is #30196D.


Opacity

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

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

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

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

This text has shadow with #30196D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30196D on black background.


Color preview on white background

This text has color #30196D on white background.



Black color preview on #30196D background

This text has black color on #30196D background.


White color preview on #30196D background

This text has white color on #30196D background.