COLOR #342379

HEX: #342379
RGB: (52,35,121)

Color info

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

RGB color model

#342379 color RGB value is (52,35,121).

  • red value is 52;
  • green value is 35;
  • blue value is 121.
RGB:
(52,35,121)
(20%,14%,47%)

RGB channels and saturation

R 52 of 255 = 20%
G 35 of 255 = 14%
B 121 of 255 = 47%

52
35
121

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

Portions of RGB colors in percentages

R + G + B =
52 + 35 + 121 = 208 (100%)
R 52 of 208 ~ 25%
G 35 of 208 ~ 16.83%
B 121 of 208 ~ 58.17%

%25
%16.83
%58.17

CMYK color model

#342379 color CMYK value is (57,71,0,53).

  • cyan value is 57.02%
  • magenta value is 71.07%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(57,71,0,53)
C57M71Y0K53 
(57%,71%,0%,53%)
(0.57/0.71/0.00/0.53)	

CMYK percentages

%57.02
%71.07
%0
%52.55

Codes

Color #342379 in popluar color models

342379
RGB5235121
HSL252°55.13%30.59%
HSB/HSV252°71.07%47.45%
CMYK57.02%71.07%0.00%
52.55%

Color #342379 in popluar number systems.

HEX342379
Decimal5235121
Binary1101001000111111001
Octal6443171

Shades and tints

Shades of #342379

#342379
(52,35,121)
#30206E
(48,32,110)
#2C1D63
(44,29,99)
#281A58
(40,26,88)
#24174D
(36,23,77)
#201442
(32,20,66)
#1C1137
(28,17,55)
#180E2C
(24,14,44)
#140B21
(20,11,33)
#100816
(16,8,22)
#0C050B
(12,5,11)
#000000
(0,0,0)

Tints of #342379

#342379
(52,35,121)
#463785
(70,55,133)
#584B91
(88,75,145)
#6A5F9D
(106,95,157)
#7C73A9
(124,115,169)
#8E87B5
(142,135,181)
#A09BC1
(160,155,193)
#B2AFCD
(178,175,205)
#C4C3D9
(196,195,217)
#D6D7E5
(214,215,229)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342379; }

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

This text font color is #342379.


Background Color

.myBgColor { background-color: #342379; }

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

This div background color is #342379.


Border color

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

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

This div border color is #342379.


Opacity

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

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

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

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

This text has shadow with #342379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342379 on black background.


Color preview on white background

This text has color #342379 on white background.



Black color preview on #342379 background

This text has black color on #342379 background.


White color preview on #342379 background

This text has white color on #342379 background.