COLOR #30335E

HEX: #30335E
RGB: (48,51,94)

Color info

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

RGB color model

#30335E color RGB value is (48,51,94).

  • red value is 48;
  • green value is 51;
  • blue value is 94.
RGB:
(48,51,94)
(19%,20%,37%)

RGB channels and saturation

R 48 of 255 = 19%
G 51 of 255 = 20%
B 94 of 255 = 37%

48
51
94

R + G + B ~ 25%. #30335E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 51 + 94 = 193 (100%)
R 48 of 193 ~ 24.87%
G 51 of 193 ~ 26.42%
B 94 of 193 ~ 48.7%

%24.87
%26.42
%48.7

CMYK color model

#30335E color CMYK value is (49,46,0,63).

  • cyan value is 48.94%
  • magenta value is 45.74%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(49,46,0,63)
C49M46Y0K63 
(49%,46%,0%,63%)
(0.49/0.46/0.00/0.63)	

CMYK percentages

%48.94
%45.74
%0
%63.14

Codes

Color #30335E in popluar color models

30335E
RGB485194
HSL236°32.39%27.84%
HSB/HSV236°48.94%36.86%
CMYK48.94%45.74%0.00%
63.14%

Color #30335E in popluar number systems.

HEX30335E
Decimal485194
Binary1100001100111011110
Octal6063136

Shades and tints

Shades of #30335E

#30335E
(48,51,94)
#2C2F56
(44,47,86)
#282B4E
(40,43,78)
#242746
(36,39,70)
#20233E
(32,35,62)
#1C1F36
(28,31,54)
#181B2E
(24,27,46)
#141726
(20,23,38)
#10131E
(16,19,30)
#0C0F16
(12,15,22)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #30335E

#30335E
(48,51,94)
#42456C
(66,69,108)
#54577A
(84,87,122)
#666988
(102,105,136)
#787B96
(120,123,150)
#8A8DA4
(138,141,164)
#9C9FB2
(156,159,178)
#AEB1C0
(174,177,192)
#C0C3CE
(192,195,206)
#D2D5DC
(210,213,220)
#E4E7EA
(228,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30335E color. Also use rgb(48,51,94) instead hex code.

Text Font Color

.myTextColor { color: #30335E; }

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

This text font color is #30335E.


Background Color

.myBgColor { background-color: #30335E; }

<div style="background-color:#30335E">Inner text</div>

This div background color is #30335E.


Border color

.myBorderColor { border: 1px solid #30335E; }

<div style="border:3px solid #30335E">Div</div>

This div border color is #30335E.


Opacity

.myOpacity80 { color: #30335E; opacity: 0.8; }

<p style="color:#30335E;opacity:0.8;">80%</p>

Text with #30335E 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 #30335E;}

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

This text has shadow with #30335E color.

.textShadow {text-shadow: 3px 3px 1px #30335E, 3px 3px 1px red;}

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

This text has shadow with #30335E primary color and red secondary color.


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

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

This text has shadow with #30335E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30335E on black background.


Color preview on white background

This text has color #30335E on white background.



Black color preview on #30335E background

This text has black color on #30335E background.


White color preview on #30335E background

This text has white color on #30335E background.