COLOR #343579

HEX: #343579 RGB: (52,53,121)

Color info

#343579 contains mainly blue color. Web safe color of #343579 is #333366 (or #336).

RGB color model

#343579 color RGB value is (52,53,121).

RGB: (52,53,121) (20%, 21%, 47%)

RGB channels and saturation

R 52 of 255 = 20%
G 53 of 255 = 21%
B 121 of 255 = 47%

52
53
121

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

Portions of RGB colors in percentages

R + G + B = 52 + 53 + 121 = 226 (100%)
R 52 of 226 ~ 23.01%
G 53 of 226 ~ 23.45%
B 121 of 226 ~ 53.54'%

%23.01
%23.45
%53.54

CMYK color model

#343579 color CMYK value is (57,56,0,53).

  • cyan value is 57.02%
  • magenta value is 56.20%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK: (57,56,0,53) C57M56Y0K53 (57%,56%,0%,53%) (0.57/0.56/0.00/0.53) 

CMYK percentages

%57.02
%56.2
%0
%52.55

Codes

Color #343579 in popluar color models

34 35 79
RGB 52 53 121
HSL 239° 39.88% 33.92%
HSB/HSV 239° 57.02% 47.45%
CMYK 57.02% 56.20% 0.00%
52.55%

Color #343579 in popluar number systems.

HEX 34 35 79
Decimal 52 53 121
Binary 110100 110101 1111001
Octal 64 65 171

Shades and tints

Shades of #343579

#343579
(52,53,121)
#30316E
(48,49,110)
#2C2D63
(44,45,99)
#282958
(40,41,88)
#24254D
(36,37,77)
#202142
(32,33,66)
#1C1D37
(28,29,55)
#18192C
(24,25,44)
#141521
(20,21,33)
#101116
(16,17,22)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #343579

#343579
(52,53,121)
#464785
(70,71,133)
#585991
(88,89,145)
#6A6B9D
(106,107,157)
#7C7DA9
(124,125,169)
#8E8FB5
(142,143,181)
#A0A1C1
(160,161,193)
#B2B3CD
(178,179,205)
#C4C5D9
(196,197,217)
#D6D7E5
(214,215,229)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343579 color. Also use rgb(52,53,121) instead hex code.

Text Font Color

.myTextColor { color: #343579; }

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

This text font color is #343579.

Background Color

.myBgColor { background-color: #343579; }

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

This div background color is #343579.

Border color

.myBorderColor { border: 1px solid #343579; }

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

This div border color is #343579.

Opacity

.myOpacity80 { color: #343579; opacity: 0.8; }

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

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

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

This text has shadow with #343579 color.


.textShadow {text-shadow: 3px 3px 1px #343579', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #343579; -webkit-box-shadow: 1px 1px 3px 2px #343579; box-shadow:1px 1px 3px 2px #343579;">
Div content here
</div>

This div box has shadow with color #343579.

Preview

Color preview on black background

This text has color #343579 on black background.


Color preview on white background

This text has color #343579 on white background.


Black color preview on #343579 background

This text has black color on #343579 background.


White color preview on #343579 background

This text has white color on #343579 background.


Related colors

Complementary color

Complementary color for #hex is #CBCA86.


I love getcolorcode.com

Triadic colors

1 #793435 and #357934 with #343579 are triadic colors.

2 #793534 and #353479 with #343579 are triadic colors.