COLOR #342E82

HEX: #342E82
RGB: (52,46,130)

Color info

#342E82 contains mainly blue color. Web safe color of #342E82 is #333399 (or #339).

RGB color model

#342E82 color RGB value is (52,46,130).

  • red value is 52;
  • green value is 46;
  • blue value is 130.
RGB:
(52,46,130)
(20%,18%,51%)

RGB channels and saturation

R 52 of 255 = 20%
G 46 of 255 = 18%
B 130 of 255 = 51%

52
46
130

R + G + B ~ 30%. #342E82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 46 + 130 = 228 (100%)
R 52 of 228 ~ 22.81%
G 46 of 228 ~ 20.18%
B 130 of 228 ~ 57.02%

%22.81
%20.18
%57.02

CMYK color model

#342E82 color CMYK value is (60,65,0,49).

  • cyan value is 60.00%
  • magenta value is 64.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(60,65,0,49)
C60M65Y0K49 
(60%,65%,0%,49%)
(0.60/0.65/0.00/0.49)	

CMYK percentages

%60
%64.62
%0
%49.02

Codes

Color #342E82 in popluar color models

342E82
RGB5246130
HSL244°47.73%34.51%
HSB/HSV244°64.62%50.98%
CMYK60.00%64.62%0.00%
49.02%

Color #342E82 in popluar number systems.

HEX342E82
Decimal5246130
Binary11010010111010000010
Octal6456202

Shades and tints

Shades of #342E82

#342E82
(52,46,130)
#302A77
(48,42,119)
#2C266C
(44,38,108)
#282261
(40,34,97)
#241E56
(36,30,86)
#201A4B
(32,26,75)
#1C1640
(28,22,64)
#181235
(24,18,53)
#140E2A
(20,14,42)
#100A1F
(16,10,31)
#0C0614
(12,6,20)
#000000
(0,0,0)

Tints of #342E82

#342E82
(52,46,130)
#46418D
(70,65,141)
#585498
(88,84,152)
#6A67A3
(106,103,163)
#7C7AAE
(124,122,174)
#8E8DB9
(142,141,185)
#A0A0C4
(160,160,196)
#B2B3CF
(178,179,207)
#C4C6DA
(196,198,218)
#D6D9E5
(214,217,229)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #342E82 color. Also use rgb(52,46,130) instead hex code.

Text Font Color

.myTextColor { color: #342E82; }

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

This text font color is #342E82.


Background Color

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

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

This div background color is #342E82.


Border color

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

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

This div border color is #342E82.


Opacity

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

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

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

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

This text has shadow with #342E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342E82 on black background.


Color preview on white background

This text has color #342E82 on white background.



Black color preview on #342E82 background

This text has black color on #342E82 background.


White color preview on #342E82 background

This text has white color on #342E82 background.