COLOR #34488B

HEX: #34488B
RGB: (52,72,139)

Color info

#34488B contains mainly blue color. Web safe color of #34488B is #333399 (or #339).

RGB color model

#34488B color RGB value is (52,72,139).

  • red value is 52;
  • green value is 72;
  • blue value is 139.
RGB:
(52,72,139)
(20%,28%,55%)

RGB channels and saturation

R 52 of 255 = 20%
G 72 of 255 = 28%
B 139 of 255 = 55%

52
72
139

R + G + B ~ 34%. #34488B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 72 + 139 = 263 (100%)
R 52 of 263 ~ 19.77%
G 72 of 263 ~ 27.38%
B 139 of 263 ~ 52.85%

%19.77
%27.38
%52.85

CMYK color model

#34488B color CMYK value is (63,48,0,45).

  • cyan value is 62.59%
  • magenta value is 48.20%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(63,48,0,45)
C63M48Y0K45 
(63%,48%,0%,45%)
(0.63/0.48/0.00/0.45)	

CMYK percentages

%62.59
%48.2
%0
%45.49

Codes

Color #34488B in popluar color models

34488B
RGB5272139
HSL226°45.55%37.45%
HSB/HSV226°62.59%54.51%
CMYK62.59%48.20%0.00%
45.49%

Color #34488B in popluar number systems.

HEX34488B
Decimal5272139
Binary110100100100010001011
Octal64110213

Shades and tints

Shades of #34488B

#34488B
(52,72,139)
#30427F
(48,66,127)
#2C3C73
(44,60,115)
#283667
(40,54,103)
#24305B
(36,48,91)
#202A4F
(32,42,79)
#1C2443
(28,36,67)
#181E37
(24,30,55)
#14182B
(20,24,43)
#10121F
(16,18,31)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #34488B

#34488B
(52,72,139)
#465895
(70,88,149)
#58689F
(88,104,159)
#6A78A9
(106,120,169)
#7C88B3
(124,136,179)
#8E98BD
(142,152,189)
#A0A8C7
(160,168,199)
#B2B8D1
(178,184,209)
#C4C8DB
(196,200,219)
#D6D8E5
(214,216,229)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34488B color. Also use rgb(52,72,139) instead hex code.

Text Font Color

.myTextColor { color: #34488B; }

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

This text font color is #34488B.


Background Color

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

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

This div background color is #34488B.


Border color

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

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

This div border color is #34488B.


Opacity

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

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

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

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

This text has shadow with #34488B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34488B on black background.


Color preview on white background

This text has color #34488B on white background.



Black color preview on #34488B background

This text has black color on #34488B background.


White color preview on #34488B background

This text has white color on #34488B background.