COLOR #343494

HEX: #343494
RGB: (52,52,148)

Color info

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

RGB color model

#343494 color RGB value is (52,52,148).

  • red value is 52;
  • green value is 52;
  • blue value is 148.
RGB:
(52,52,148)
(20%,20%,58%)

RGB channels and saturation

R 52 of 255 = 20%
G 52 of 255 = 20%
B 148 of 255 = 58%

52
52
148

R + G + B ~ 33%. #343494 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 52 + 148 = 252 (100%)
R 52 of 252 ~ 20.63%
G 52 of 252 ~ 20.63%
B 148 of 252 ~ 58.73%

%20.63
%20.63
%58.73

CMYK color model

#343494 color CMYK value is (65,65,0,42).

  • cyan value is 64.86%
  • magenta value is 64.86%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(65,65,0,42)
C65M65Y0K42 
(65%,65%,0%,42%)
(0.65/0.65/0.00/0.42)	

CMYK percentages

%64.86
%64.86
%0
%41.96

Codes

Color #343494 in popluar color models

343494
RGB5252148
HSL240°48.00%39.22%
HSB/HSV240°64.86%58.04%
CMYK64.86%64.86%0.00%
41.96%

Color #343494 in popluar number systems.

HEX343494
Decimal5252148
Binary11010011010010010100
Octal6464224

Shades and tints

Shades of #343494

#343494
(52,52,148)
#303087
(48,48,135)
#2C2C7A
(44,44,122)
#28286D
(40,40,109)
#242460
(36,36,96)
#202053
(32,32,83)
#1C1C46
(28,28,70)
#181839
(24,24,57)
#14142C
(20,20,44)
#10101F
(16,16,31)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #343494

#343494
(52,52,148)
#46469D
(70,70,157)
#5858A6
(88,88,166)
#6A6AAF
(106,106,175)
#7C7CB8
(124,124,184)
#8E8EC1
(142,142,193)
#A0A0CA
(160,160,202)
#B2B2D3
(178,178,211)
#C4C4DC
(196,196,220)
#D6D6E5
(214,214,229)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343494; }

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

This text font color is #343494.


Background Color

.myBgColor { background-color: #343494; }

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

This div background color is #343494.


Border color

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

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

This div border color is #343494.


Opacity

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

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

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

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

This text has shadow with #343494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343494 on black background.


Color preview on white background

This text has color #343494 on white background.



Black color preview on #343494 background

This text has black color on #343494 background.


White color preview on #343494 background

This text has white color on #343494 background.