COLOR #343B6A

HEX: #343B6A RGB: (52,59,106)

Color info

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

RGB color model

#343B6A color RGB value is (52,59,106).

RGB: (52,59,106) (20%, 23%, 42%)

RGB channels and saturation

R 52 of 255 = 20%
G 59 of 255 = 23%
B 106 of 255 = 42%

52
59
106

R + G + B ~ 28%. #343B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 59 + 106 = 217 (100%)
R 52 of 217 ~ 23.96%
G 59 of 217 ~ 27.19%
B 106 of 217 ~ 48.85'%

%23.96
%27.19
%48.85

CMYK color model

#343B6A color CMYK value is (51,44,0,58).

  • cyan value is 50.94%
  • magenta value is 44.34%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (51,44,0,58)
C51M44Y0K58 (51%, 44%, 0%, 58%)
(0.51 / 0.44 / 0.00 / 0.58)

CMYK percentages

%50.94
%44.34
%0
%58.43

Codes

Color #343B6A in popluar color models

34 3B 6A
RGB 52 59 106
HSL 232° 34.18% 30.98%
HSB/HSV 232° 50.94% 41.57%
CMYK 50.94% 44.34% 0.00%
58.43%

Color #343B6A in popluar number systems.

HEX 34 3B 6A
Decimal 52 59 106
Binary 110100 111011 1101010
Octal 64 73 152

Shades and tints

Shades of #343B6A

#343B6A
(52,59,106)
#303661
(48,54,97)
#2C3158
(44,49,88)
#282C4F
(40,44,79)
#242746
(36,39,70)
#20223D
(32,34,61)
#1C1D34
(28,29,52)
#18182B
(24,24,43)
#141322
(20,19,34)
#100E19
(16,14,25)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #343B6A

#343B6A
(52,59,106)
#464C77
(70,76,119)
#585D84
(88,93,132)
#6A6E91
(106,110,145)
#7C7F9E
(124,127,158)
#8E90AB
(142,144,171)
#A0A1B8
(160,161,184)
#B2B2C5
(178,178,197)
#C4C3D2
(196,195,210)
#D6D4DF
(214,212,223)
#E8E5EC
(232,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343B6A color. Also use rgb(52,59,106) instead hex code.

Text Font Color

.myTextColor { color: #343B6A; }

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

This text font color is #343B6A.

Background Color

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

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

This div background color is #343B6A.

Border color

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

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

This div border color is #343B6A.

Opacity

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

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

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

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

This text has shadow with #343B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343B6A.

Preview

Color preview on black background

This text has color #343B6A on black background.


Color preview on white background

This text has color #343B6A on white background.


Black color preview on #343B6A background

This text has black color on #343B6A background.


White color preview on #343B6A background

This text has white color on #343B6A background.


Related colors

Complementary color

Complementary color for #hex is #CBC495.


I love getcolorcode.com

Triadic colors

1 #6A343B and #3B6A34 with #343B6A are triadic colors.

2 #6A3B34 and #3B346A with #343B6A are triadic colors.