COLOR #343A5E

HEX: #343A5E
RGB: (52,58,94)

Color info

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

RGB color model

#343A5E color RGB value is (52,58,94).

  • red value is 52;
  • green value is 58;
  • blue value is 94.
RGB:
(52,58,94)
(20%,23%,37%)

RGB channels and saturation

R 52 of 255 = 20%
G 58 of 255 = 23%
B 94 of 255 = 37%

52
58
94

R + G + B ~ 27%. #343A5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 58 + 94 = 204 (100%)
R 52 of 204 ~ 25.49%
G 58 of 204 ~ 28.43%
B 94 of 204 ~ 46.08%

%25.49
%28.43
%46.08

CMYK color model

#343A5E color CMYK value is (45,38,0,63).

  • cyan value is 44.68%
  • magenta value is 38.30%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(45,38,0,63)
C45M38Y0K63 
(45%,38%,0%,63%)
(0.45/0.38/0.00/0.63)	

CMYK percentages

%44.68
%38.3
%0
%63.14

Codes

Color #343A5E in popluar color models

343A5E
RGB525894
HSL231°28.77%28.63%
HSB/HSV231°44.68%36.86%
CMYK44.68%38.30%0.00%
63.14%

Color #343A5E in popluar number systems.

HEX343A5E
Decimal525894
Binary1101001110101011110
Octal6472136

Shades and tints

Shades of #343A5E

#343A5E
(52,58,94)
#303556
(48,53,86)
#2C304E
(44,48,78)
#282B46
(40,43,70)
#24263E
(36,38,62)
#202136
(32,33,54)
#1C1C2E
(28,28,46)
#181726
(24,23,38)
#14121E
(20,18,30)
#100D16
(16,13,22)
#0C080E
(12,8,14)
#000000
(0,0,0)

Tints of #343A5E

#343A5E
(52,58,94)
#464B6C
(70,75,108)
#585C7A
(88,92,122)
#6A6D88
(106,109,136)
#7C7E96
(124,126,150)
#8E8FA4
(142,143,164)
#A0A0B2
(160,160,178)
#B2B1C0
(178,177,192)
#C4C2CE
(196,194,206)
#D6D3DC
(214,211,220)
#E8E4EA
(232,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343A5E color. Also use rgb(52,58,94) instead hex code.

Text Font Color

.myTextColor { color: #343A5E; }

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

This text font color is #343A5E.


Background Color

.myBgColor { background-color: #343A5E; }

<div style="background-color:#343A5E">Inner text</div>

This div background color is #343A5E.


Border color

.myBorderColor { border: 1px solid #343A5E; }

<div style="border:3px solid #343A5E">Div</div>

This div border color is #343A5E.


Opacity

.myOpacity80 { color: #343A5E; opacity: 0.8; }

<p style="color:#343A5E;opacity:0.8;">80%</p>

Text with #343A5E 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 #343A5E;}

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

This text has shadow with #343A5E color.

.textShadow {text-shadow: 3px 3px 1px #343A5E, 3px 3px 1px red;}

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

This text has shadow with #343A5E primary color and red secondary color.


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

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

This text has shadow with #343A5E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343A5E on black background.


Color preview on white background

This text has color #343A5E on white background.



Black color preview on #343A5E background

This text has black color on #343A5E background.


White color preview on #343A5E background

This text has white color on #343A5E background.