COLOR #343990

HEX: #343990
RGB: (52,57,144)

Color info

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

RGB color model

#343990 color RGB value is (52,57,144).

  • red value is 52;
  • green value is 57;
  • blue value is 144.
RGB:
(52,57,144)
(20%,22%,56%)

RGB channels and saturation

R 52 of 255 = 20%
G 57 of 255 = 22%
B 144 of 255 = 56%

52
57
144

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

Portions of RGB colors in percentages

R + G + B =
52 + 57 + 144 = 253 (100%)
R 52 of 253 ~ 20.55%
G 57 of 253 ~ 22.53%
B 144 of 253 ~ 56.92%

%20.55
%22.53
%56.92

CMYK color model

#343990 color CMYK value is (64,60,0,44).

  • cyan value is 63.89%
  • magenta value is 60.42%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(64,60,0,44)
C64M60Y0K44 
(64%,60%,0%,44%)
(0.64/0.60/0.00/0.44)	

CMYK percentages

%63.89
%60.42
%0
%43.53

Codes

Color #343990 in popluar color models

343990
RGB5257144
HSL237°46.94%38.43%
HSB/HSV237°63.89%56.47%
CMYK63.89%60.42%0.00%
43.53%

Color #343990 in popluar number systems.

HEX343990
Decimal5257144
Binary11010011100110010000
Octal6471220

Shades and tints

Shades of #343990

#343990
(52,57,144)
#303483
(48,52,131)
#2C2F76
(44,47,118)
#282A69
(40,42,105)
#24255C
(36,37,92)
#20204F
(32,32,79)
#1C1B42
(28,27,66)
#181635
(24,22,53)
#141128
(20,17,40)
#100C1B
(16,12,27)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #343990

#343990
(52,57,144)
#464B9A
(70,75,154)
#585DA4
(88,93,164)
#6A6FAE
(106,111,174)
#7C81B8
(124,129,184)
#8E93C2
(142,147,194)
#A0A5CC
(160,165,204)
#B2B7D6
(178,183,214)
#C4C9E0
(196,201,224)
#D6DBEA
(214,219,234)
#E8EDF4
(232,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343990; }

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

This text font color is #343990.


Background Color

.myBgColor { background-color: #343990; }

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

This div background color is #343990.


Border color

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

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

This div border color is #343990.


Opacity

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

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

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

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

This text has shadow with #343990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343990 on black background.


Color preview on white background

This text has color #343990 on white background.



Black color preview on #343990 background

This text has black color on #343990 background.


White color preview on #343990 background

This text has white color on #343990 background.