COLOR #342E85

HEX: #342E85
RGB: (52,46,133)

Color info

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

RGB color model

#342E85 color RGB value is (52,46,133).

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

RGB channels and saturation

R 52 of 255 = 20%
G 46 of 255 = 18%
B 133 of 255 = 52%

52
46
133

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

Portions of RGB colors in percentages

R + G + B =
52 + 46 + 133 = 231 (100%)
R 52 of 231 ~ 22.51%
G 46 of 231 ~ 19.91%
B 133 of 231 ~ 57.58%

%22.51
%19.91
%57.58

CMYK color model

#342E85 color CMYK value is (61,65,0,48).

  • cyan value is 60.90%
  • magenta value is 65.41%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(61,65,0,48)
C61M65Y0K48 
(61%,65%,0%,48%)
(0.61/0.65/0.00/0.48)	

CMYK percentages

%60.9
%65.41
%0
%47.84

Codes

Color #342E85 in popluar color models

342E85
RGB5246133
HSL244°48.60%35.10%
HSB/HSV244°65.41%52.16%
CMYK60.90%65.41%0.00%
47.84%

Color #342E85 in popluar number systems.

HEX342E85
Decimal5246133
Binary11010010111010000101
Octal6456205

Shades and tints

Shades of #342E85

#342E85
(52,46,133)
#302A79
(48,42,121)
#2C266D
(44,38,109)
#282261
(40,34,97)
#241E55
(36,30,85)
#201A49
(32,26,73)
#1C163D
(28,22,61)
#181231
(24,18,49)
#140E25
(20,14,37)
#100A19
(16,10,25)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #342E85

#342E85
(52,46,133)
#464190
(70,65,144)
#58549B
(88,84,155)
#6A67A6
(106,103,166)
#7C7AB1
(124,122,177)
#8E8DBC
(142,141,188)
#A0A0C7
(160,160,199)
#B2B3D2
(178,179,210)
#C4C6DD
(196,198,221)
#D6D9E8
(214,217,232)
#E8ECF3
(232,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342E85; }

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

This text font color is #342E85.


Background Color

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

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

This div background color is #342E85.


Border color

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

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

This div border color is #342E85.


Opacity

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

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

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

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

This text has shadow with #342E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342E85 on black background.


Color preview on white background

This text has color #342E85 on white background.



Black color preview on #342E85 background

This text has black color on #342E85 background.


White color preview on #342E85 background

This text has white color on #342E85 background.