COLOR #343F6B

HEX: #343F6B
RGB: (52,63,107)

Color info

#343F6B contains red, green and blue colors in about the same proportion. Web safe color of #343F6B is #333366 (or #336).

RGB color model

#343F6B color RGB value is (52,63,107).

  • red value is 52;
  • green value is 63;
  • blue value is 107.
RGB:
(52,63,107)
(20%,25%,42%)

RGB channels and saturation

R 52 of 255 = 20%
G 63 of 255 = 25%
B 107 of 255 = 42%

52
63
107

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

Portions of RGB colors in percentages

R + G + B =
52 + 63 + 107 = 222 (100%)
R 52 of 222 ~ 23.42%
G 63 of 222 ~ 28.38%
B 107 of 222 ~ 48.2%

%23.42
%28.38
%48.2

CMYK color model

#343F6B color CMYK value is (51,41,0,58).

  • cyan value is 51.40%
  • magenta value is 41.12%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(51,41,0,58)
C51M41Y0K58 
(51%,41%,0%,58%)
(0.51/0.41/0.00/0.58)	

CMYK percentages

%51.4
%41.12
%0
%58.04

Codes

Color #343F6B in popluar color models

343F6B
RGB5263107
HSL228°34.59%31.18%
HSB/HSV228°51.40%41.96%
CMYK51.40%41.12%0.00%
58.04%

Color #343F6B in popluar number systems.

HEX343F6B
Decimal5263107
Binary1101001111111101011
Octal6477153

Shades and tints

Shades of #343F6B

#343F6B
(52,63,107)
#303A62
(48,58,98)
#2C3559
(44,53,89)
#283050
(40,48,80)
#242B47
(36,43,71)
#20263E
(32,38,62)
#1C2135
(28,33,53)
#181C2C
(24,28,44)
#141723
(20,23,35)
#10121A
(16,18,26)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #343F6B

#343F6B
(52,63,107)
#465078
(70,80,120)
#586185
(88,97,133)
#6A7292
(106,114,146)
#7C839F
(124,131,159)
#8E94AC
(142,148,172)
#A0A5B9
(160,165,185)
#B2B6C6
(178,182,198)
#C4C7D3
(196,199,211)
#D6D8E0
(214,216,224)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343F6B color. Also use rgb(52,63,107) instead hex code.

Text Font Color

.myTextColor { color: #343F6B; }

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

This text font color is #343F6B.


Background Color

.myBgColor { background-color: #343F6B; }

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

This div background color is #343F6B.


Border color

.myBorderColor { border: 1px solid #343F6B; }

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

This div border color is #343F6B.


Opacity

.myOpacity80 { color: #343F6B; opacity: 0.8; }

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

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

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

This text has shadow with #343F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343F6B on black background.


Color preview on white background

This text has color #343F6B on white background.



Black color preview on #343F6B background

This text has black color on #343F6B background.


White color preview on #343F6B background

This text has white color on #343F6B background.