COLOR #30446B

HEX: #30446B
RGB: (48,68,107)

Color info

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

RGB color model

#30446B color RGB value is (48,68,107).

  • red value is 48;
  • green value is 68;
  • blue value is 107.
RGB:
(48,68,107)
(19%,27%,42%)

RGB channels and saturation

R 48 of 255 = 19%
G 68 of 255 = 27%
B 107 of 255 = 42%

48
68
107

R + G + B ~ 29%. #30446B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 68 + 107 = 223 (100%)
R 48 of 223 ~ 21.52%
G 68 of 223 ~ 30.49%
B 107 of 223 ~ 47.98%

%21.52
%30.49
%47.98

CMYK color model

#30446B color CMYK value is (55,36,0,58).

  • cyan value is 55.14%
  • magenta value is 36.45%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(55,36,0,58)
C55M36Y0K58 
(55%,36%,0%,58%)
(0.55/0.36/0.00/0.58)	

CMYK percentages

%55.14
%36.45
%0
%58.04

Codes

Color #30446B in popluar color models

30446B
RGB4868107
HSL220°38.06%30.39%
HSB/HSV220°55.14%41.96%
CMYK55.14%36.45%0.00%
58.04%

Color #30446B in popluar number systems.

HEX30446B
Decimal4868107
Binary11000010001001101011
Octal60104153

Shades and tints

Shades of #30446B

#30446B
(48,68,107)
#2C3E62
(44,62,98)
#283859
(40,56,89)
#243250
(36,50,80)
#202C47
(32,44,71)
#1C263E
(28,38,62)
#182035
(24,32,53)
#141A2C
(20,26,44)
#101423
(16,20,35)
#0C0E1A
(12,14,26)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #30446B

#30446B
(48,68,107)
#425578
(66,85,120)
#546685
(84,102,133)
#667792
(102,119,146)
#78889F
(120,136,159)
#8A99AC
(138,153,172)
#9CAAB9
(156,170,185)
#AEBBC6
(174,187,198)
#C0CCD3
(192,204,211)
#D2DDE0
(210,221,224)
#E4EEED
(228,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30446B color. Also use rgb(48,68,107) instead hex code.

Text Font Color

.myTextColor { color: #30446B; }

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

This text font color is #30446B.


Background Color

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

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

This div background color is #30446B.


Border color

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

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

This div border color is #30446B.


Opacity

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

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

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

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

This text has shadow with #30446B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30446B on black background.


Color preview on white background

This text has color #30446B on white background.



Black color preview on #30446B background

This text has black color on #30446B background.


White color preview on #30446B background

This text has white color on #30446B background.