COLOR #343970

HEX: #343970
RGB: (52,57,112)

Color info

#343970 contains mainly green and blue colors. Web safe color of #343970 is #333366 (or #336).

RGB color model

#343970 color RGB value is (52,57,112).

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

RGB channels and saturation

R 52 of 255 = 20%
G 57 of 255 = 22%
B 112 of 255 = 44%

52
57
112

R + G + B ~ 29%. #343970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 57 + 112 = 221 (100%)
R 52 of 221 ~ 23.53%
G 57 of 221 ~ 25.79%
B 112 of 221 ~ 50.68%

%23.53
%25.79
%50.68

CMYK color model

#343970 color CMYK value is (54,49,0,56).

  • cyan value is 53.57%
  • magenta value is 49.11%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(54,49,0,56)
C54M49Y0K56 
(54%,49%,0%,56%)
(0.54/0.49/0.00/0.56)	

CMYK percentages

%53.57
%49.11
%0
%56.08

Codes

Color #343970 in popluar color models

343970
RGB5257112
HSL235°36.59%32.16%
HSB/HSV235°53.57%43.92%
CMYK53.57%49.11%0.00%
56.08%

Color #343970 in popluar number systems.

HEX343970
Decimal5257112
Binary1101001110011110000
Octal6471160

Shades and tints

Shades of #343970

#343970
(52,57,112)
#303466
(48,52,102)
#2C2F5C
(44,47,92)
#282A52
(40,42,82)
#242548
(36,37,72)
#20203E
(32,32,62)
#1C1B34
(28,27,52)
#18162A
(24,22,42)
#141120
(20,17,32)
#100C16
(16,12,22)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #343970

#343970
(52,57,112)
#464B7D
(70,75,125)
#585D8A
(88,93,138)
#6A6F97
(106,111,151)
#7C81A4
(124,129,164)
#8E93B1
(142,147,177)
#A0A5BE
(160,165,190)
#B2B7CB
(178,183,203)
#C4C9D8
(196,201,216)
#D6DBE5
(214,219,229)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343970; }

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

This text font color is #343970.


Background Color

.myBgColor { background-color: #343970; }

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

This div background color is #343970.


Border color

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

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

This div border color is #343970.


Opacity

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

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

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

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

This text has shadow with #343970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343970 on black background.


Color preview on white background

This text has color #343970 on white background.



Black color preview on #343970 background

This text has black color on #343970 background.


White color preview on #343970 background

This text has white color on #343970 background.