COLOR #30355F

HEX: #30355F
RGB: (48,53,95)

Color info

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

RGB color model

#30355F color RGB value is (48,53,95).

  • red value is 48;
  • green value is 53;
  • blue value is 95.
RGB:
(48,53,95)
(19%,21%,37%)

RGB channels and saturation

R 48 of 255 = 19%
G 53 of 255 = 21%
B 95 of 255 = 37%

48
53
95

R + G + B ~ 26%. #30355F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 53 + 95 = 196 (100%)
R 48 of 196 ~ 24.49%
G 53 of 196 ~ 27.04%
B 95 of 196 ~ 48.47%

%24.49
%27.04
%48.47

CMYK color model

#30355F color CMYK value is (49,44,0,63).

  • cyan value is 49.47%
  • magenta value is 44.21%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(49,44,0,63)
C49M44Y0K63 
(49%,44%,0%,63%)
(0.49/0.44/0.00/0.63)	

CMYK percentages

%49.47
%44.21
%0
%62.75

Codes

Color #30355F in popluar color models

30355F
RGB485395
HSL234°32.87%28.04%
HSB/HSV234°49.47%37.25%
CMYK49.47%44.21%0.00%
62.75%

Color #30355F in popluar number systems.

HEX30355F
Decimal485395
Binary1100001101011011111
Octal6065137

Shades and tints

Shades of #30355F

#30355F
(48,53,95)
#2C3157
(44,49,87)
#282D4F
(40,45,79)
#242947
(36,41,71)
#20253F
(32,37,63)
#1C2137
(28,33,55)
#181D2F
(24,29,47)
#141927
(20,25,39)
#10151F
(16,21,31)
#0C1117
(12,17,23)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #30355F

#30355F
(48,53,95)
#42476D
(66,71,109)
#54597B
(84,89,123)
#666B89
(102,107,137)
#787D97
(120,125,151)
#8A8FA5
(138,143,165)
#9CA1B3
(156,161,179)
#AEB3C1
(174,179,193)
#C0C5CF
(192,197,207)
#D2D7DD
(210,215,221)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30355F color. Also use rgb(48,53,95) instead hex code.

Text Font Color

.myTextColor { color: #30355F; }

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

This text font color is #30355F.


Background Color

.myBgColor { background-color: #30355F; }

<div style="background-color:#30355F">Inner text</div>

This div background color is #30355F.


Border color

.myBorderColor { border: 1px solid #30355F; }

<div style="border:3px solid #30355F">Div</div>

This div border color is #30355F.


Opacity

.myOpacity80 { color: #30355F; opacity: 0.8; }

<p style="color:#30355F;opacity:0.8;">80%</p>

Text with #30355F 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 #30355F;}

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

This text has shadow with #30355F color.

.textShadow {text-shadow: 3px 3px 1px #30355F, 3px 3px 1px red;}

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

This text has shadow with #30355F primary color and red secondary color.


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

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

This text has shadow with #30355F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30355F on black background.


Color preview on white background

This text has color #30355F on white background.



Black color preview on #30355F background

This text has black color on #30355F background.


White color preview on #30355F background

This text has white color on #30355F background.