COLOR #30436B

HEX: #30436B
RGB: (48,67,107)

Color info

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

RGB color model

#30436B color RGB value is (48,67,107).

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

RGB channels and saturation

R 48 of 255 = 19%
G 67 of 255 = 26%
B 107 of 255 = 42%

48
67
107

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

Portions of RGB colors in percentages

R + G + B =
48 + 67 + 107 = 222 (100%)
R 48 of 222 ~ 21.62%
G 67 of 222 ~ 30.18%
B 107 of 222 ~ 48.2%

%21.62
%30.18
%48.2

CMYK color model

#30436B color CMYK value is (55,37,0,58).

  • cyan value is 55.14%
  • magenta value is 37.38%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(55,37,0,58)
C55M37Y0K58 
(55%,37%,0%,58%)
(0.55/0.37/0.00/0.58)	

CMYK percentages

%55.14
%37.38
%0
%58.04

Codes

Color #30436B in popluar color models

30436B
RGB4867107
HSL221°38.06%30.39%
HSB/HSV221°55.14%41.96%
CMYK55.14%37.38%0.00%
58.04%

Color #30436B in popluar number systems.

HEX30436B
Decimal4867107
Binary11000010000111101011
Octal60103153

Shades and tints

Shades of #30436B

#30436B
(48,67,107)
#2C3D62
(44,61,98)
#283759
(40,55,89)
#243150
(36,49,80)
#202B47
(32,43,71)
#1C253E
(28,37,62)
#181F35
(24,31,53)
#14192C
(20,25,44)
#101323
(16,19,35)
#0C0D1A
(12,13,26)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #30436B

#30436B
(48,67,107)
#425478
(66,84,120)
#546585
(84,101,133)
#667692
(102,118,146)
#78879F
(120,135,159)
#8A98AC
(138,152,172)
#9CA9B9
(156,169,185)
#AEBAC6
(174,186,198)
#C0CBD3
(192,203,211)
#D2DCE0
(210,220,224)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30436B; }

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

This text font color is #30436B.


Background Color

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

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

This div background color is #30436B.


Border color

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

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

This div border color is #30436B.


Opacity

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

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

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

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

This text has shadow with #30436B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30436B on black background.


Color preview on white background

This text has color #30436B on white background.



Black color preview on #30436B background

This text has black color on #30436B background.


White color preview on #30436B background

This text has white color on #30436B background.