COLOR #34538D

HEX: #34538D
RGB: (52,83,141)

Color info

#34538D contains mainly green and blue colors. Web safe color of #34538D is #336699 (or #369).

RGB color model

#34538D color RGB value is (52,83,141).

  • red value is 52;
  • green value is 83;
  • blue value is 141.
RGB:
(52,83,141)
(20%,33%,55%)

RGB channels and saturation

R 52 of 255 = 20%
G 83 of 255 = 33%
B 141 of 255 = 55%

52
83
141

R + G + B ~ 36%. #34538D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 83 + 141 = 276 (100%)
R 52 of 276 ~ 18.84%
G 83 of 276 ~ 30.07%
B 141 of 276 ~ 51.09%

%18.84
%30.07
%51.09

CMYK color model

#34538D color CMYK value is (63,41,0,45).

  • cyan value is 63.12%
  • magenta value is 41.13%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(63,41,0,45)
C63M41Y0K45 
(63%,41%,0%,45%)
(0.63/0.41/0.00/0.45)	

CMYK percentages

%63.12
%41.13
%0
%44.71

Codes

Color #34538D in popluar color models

34538D
RGB5283141
HSL219°46.11%37.84%
HSB/HSV219°63.12%55.29%
CMYK63.12%41.13%0.00%
44.71%

Color #34538D in popluar number systems.

HEX34538D
Decimal5283141
Binary110100101001110001101
Octal64123215

Shades and tints

Shades of #34538D

#34538D
(52,83,141)
#304C81
(48,76,129)
#2C4575
(44,69,117)
#283E69
(40,62,105)
#24375D
(36,55,93)
#203051
(32,48,81)
#1C2945
(28,41,69)
#182239
(24,34,57)
#141B2D
(20,27,45)
#101421
(16,20,33)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #34538D

#34538D
(52,83,141)
#466297
(70,98,151)
#5871A1
(88,113,161)
#6A80AB
(106,128,171)
#7C8FB5
(124,143,181)
#8E9EBF
(142,158,191)
#A0ADC9
(160,173,201)
#B2BCD3
(178,188,211)
#C4CBDD
(196,203,221)
#D6DAE7
(214,218,231)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34538D color. Also use rgb(52,83,141) instead hex code.

Text Font Color

.myTextColor { color: #34538D; }

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

This text font color is #34538D.


Background Color

.myBgColor { background-color: #34538D; }

<div style="background-color:#34538D">Inner text</div>

This div background color is #34538D.


Border color

.myBorderColor { border: 1px solid #34538D; }

<div style="border:3px solid #34538D">Div</div>

This div border color is #34538D.


Opacity

.myOpacity80 { color: #34538D; opacity: 0.8; }

<p style="color:#34538D;opacity:0.8;">80%</p>

Text with #34538D 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 #34538D;}

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

This text has shadow with #34538D color.

.textShadow {text-shadow: 3px 3px 1px #34538D, 3px 3px 1px red;}

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

This text has shadow with #34538D primary color and red secondary color.


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

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

This text has shadow with #34538D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34538D on black background.


Color preview on white background

This text has color #34538D on white background.



Black color preview on #34538D background

This text has black color on #34538D background.


White color preview on #34538D background

This text has white color on #34538D background.