COLOR #342A61

HEX: #342A61
RGB: (52,42,97)

Color info

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

RGB color model

#342A61 color RGB value is (52,42,97).

  • red value is 52;
  • green value is 42;
  • blue value is 97.
RGB:
(52,42,97)
(20%,16%,38%)

RGB channels and saturation

R 52 of 255 = 20%
G 42 of 255 = 16%
B 97 of 255 = 38%

52
42
97

R + G + B ~ 25%. #342A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 42 + 97 = 191 (100%)
R 52 of 191 ~ 27.23%
G 42 of 191 ~ 21.99%
B 97 of 191 ~ 50.79%

%27.23
%21.99
%50.79

CMYK color model

#342A61 color CMYK value is (46,57,0,62).

  • cyan value is 46.39%
  • magenta value is 56.70%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(46,57,0,62)
C46M57Y0K62 
(46%,57%,0%,62%)
(0.46/0.57/0.00/0.62)	

CMYK percentages

%46.39
%56.7
%0
%61.96

Codes

Color #342A61 in popluar color models

342A61
RGB524297
HSL251°39.57%27.25%
HSB/HSV251°56.70%38.04%
CMYK46.39%56.70%0.00%
61.96%

Color #342A61 in popluar number systems.

HEX342A61
Decimal524297
Binary1101001010101100001
Octal6452141

Shades and tints

Shades of #342A61

#342A61
(52,42,97)
#302759
(48,39,89)
#2C2451
(44,36,81)
#282149
(40,33,73)
#241E41
(36,30,65)
#201B39
(32,27,57)
#1C1831
(28,24,49)
#181529
(24,21,41)
#141221
(20,18,33)
#100F19
(16,15,25)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #342A61

#342A61
(52,42,97)
#463D6F
(70,61,111)
#58507D
(88,80,125)
#6A638B
(106,99,139)
#7C7699
(124,118,153)
#8E89A7
(142,137,167)
#A09CB5
(160,156,181)
#B2AFC3
(178,175,195)
#C4C2D1
(196,194,209)
#D6D5DF
(214,213,223)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #342A61 color. Also use rgb(52,42,97) instead hex code.

Text Font Color

.myTextColor { color: #342A61; }

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

This text font color is #342A61.


Background Color

.myBgColor { background-color: #342A61; }

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

This div background color is #342A61.


Border color

.myBorderColor { border: 1px solid #342A61; }

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

This div border color is #342A61.


Opacity

.myOpacity80 { color: #342A61; opacity: 0.8; }

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

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

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

This text has shadow with #342A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342A61 on black background.


Color preview on white background

This text has color #342A61 on white background.



Black color preview on #342A61 background

This text has black color on #342A61 background.


White color preview on #342A61 background

This text has white color on #342A61 background.