COLOR #30295B

HEX: #30295B
RGB: (48,41,91)

Color info

#30295B contains red, green and blue colors in about the same proportion. Web safe color of #30295B is #333366 (or #336).

RGB color model

#30295B color RGB value is (48,41,91).

  • red value is 48;
  • green value is 41;
  • blue value is 91.
RGB:
(48,41,91)
(19%,16%,36%)

RGB channels and saturation

R 48 of 255 = 19%
G 41 of 255 = 16%
B 91 of 255 = 36%

48
41
91

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

Portions of RGB colors in percentages

R + G + B =
48 + 41 + 91 = 180 (100%)
R 48 of 180 ~ 26.67%
G 41 of 180 ~ 22.78%
B 91 of 180 ~ 50.56%

%26.67
%22.78
%50.56

CMYK color model

#30295B color CMYK value is (47,55,0,64).

  • cyan value is 47.25%
  • magenta value is 54.95%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(47,55,0,64)
C47M55Y0K64 
(47%,55%,0%,64%)
(0.47/0.55/0.00/0.64)	

CMYK percentages

%47.25
%54.95
%0
%64.31

Codes

Color #30295B in popluar color models

30295B
RGB484191
HSL248°37.88%25.88%
HSB/HSV248°54.95%35.69%
CMYK47.25%54.95%0.00%
64.31%

Color #30295B in popluar number systems.

HEX30295B
Decimal484191
Binary1100001010011011011
Octal6051133

Shades and tints

Shades of #30295B

#30295B
(48,41,91)
#2C2653
(44,38,83)
#28234B
(40,35,75)
#242043
(36,32,67)
#201D3B
(32,29,59)
#1C1A33
(28,26,51)
#18172B
(24,23,43)
#141423
(20,20,35)
#10111B
(16,17,27)
#0C0E13
(12,14,19)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #30295B

#30295B
(48,41,91)
#423C69
(66,60,105)
#544F77
(84,79,119)
#666285
(102,98,133)
#787593
(120,117,147)
#8A88A1
(138,136,161)
#9C9BAF
(156,155,175)
#AEAEBD
(174,174,189)
#C0C1CB
(192,193,203)
#D2D4D9
(210,212,217)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30295B color. Also use rgb(48,41,91) instead hex code.

Text Font Color

.myTextColor { color: #30295B; }

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

This text font color is #30295B.


Background Color

.myBgColor { background-color: #30295B; }

<div style="background-color:#30295B">Inner text</div>

This div background color is #30295B.


Border color

.myBorderColor { border: 1px solid #30295B; }

<div style="border:3px solid #30295B">Div</div>

This div border color is #30295B.


Opacity

.myOpacity80 { color: #30295B; opacity: 0.8; }

<p style="color:#30295B;opacity:0.8;">80%</p>

Text with #30295B 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 #30295B;}

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

This text has shadow with #30295B color.

.textShadow {text-shadow: 3px 3px 1px #30295B, 3px 3px 1px red;}

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

This text has shadow with #30295B primary color and red secondary color.


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

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

This text has shadow with #30295B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30295B on black background.


Color preview on white background

This text has color #30295B on white background.



Black color preview on #30295B background

This text has black color on #30295B background.


White color preview on #30295B background

This text has white color on #30295B background.