COLOR #343C6B

HEX: #343C6B RGB: (52,60,107)

Color info

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

RGB color model

#343C6B color RGB value is (52,60,107).

RGB: (52,60,107) (20%, 24%, 42%)

RGB channels and saturation

R 52 of 255 = 20%
G 60 of 255 = 24%
B 107 of 255 = 42%

52
60
107

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

Portions of RGB colors in percentages

R + G + B = 52 + 60 + 107 = 219 (100%)
R 52 of 219 ~ 23.74%
G 60 of 219 ~ 27.4%
B 107 of 219 ~ 48.86'%

%23.74
%27.4
%48.86

CMYK color model

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

  • cyan value is 51.40%
  • magenta value is 43.93%
  • yellow value is 0.00%
  • key color value is 58.04%

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

CMYK percentages

%51.4
%43.93
%0
%58.04

Codes

Color #343C6B in popluar color models

34 3C 6B
RGB 52 60 107
HSL 231° 34.59% 31.18%
HSB/HSV 231° 51.40% 41.96%
CMYK 51.40% 43.93% 0.00%
58.04%

Color #343C6B in popluar number systems.

HEX 34 3C 6B
Decimal 52 60 107
Binary 110100 111100 1101011
Octal 64 74 153

Shades and tints

Shades of #343C6B

#343C6B
(52,60,107)
#303762
(48,55,98)
#2C3259
(44,50,89)
#282D50
(40,45,80)
#242847
(36,40,71)
#20233E
(32,35,62)
#1C1E35
(28,30,53)
#18192C
(24,25,44)
#141423
(20,20,35)
#100F1A
(16,15,26)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #343C6B

#343C6B
(52,60,107)
#464D78
(70,77,120)
#585E85
(88,94,133)
#6A6F92
(106,111,146)
#7C809F
(124,128,159)
#8E91AC
(142,145,172)
#A0A2B9
(160,162,185)
#B2B3C6
(178,179,198)
#C4C4D3
(196,196,211)
#D6D5E0
(214,213,224)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343C6B; }

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

This text font color is #343C6B.

Background Color

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

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

This div background color is #343C6B.

Border color

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

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

This div border color is #343C6B.

Opacity

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

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

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

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

This text has shadow with #343C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343C6B.

Preview

Color preview on black background

This text has color #343C6B on black background.


Color preview on white background

This text has color #343C6B on white background.


Black color preview on #343C6B background

This text has black color on #343C6B background.


White color preview on #343C6B background

This text has white color on #343C6B background.


Related colors

Complementary color

Complementary color for #hex is #CBC394.


I love getcolorcode.com

Triadic colors

1 #6B343C and #3C6B34 with #343C6B are triadic colors.

2 #6B3C34 and #3C346B with #343C6B are triadic colors.