COLOR #346D8D

HEX: #346D8D
RGB: (52,109,141)

Color info

#346D8D contains mainly green and blue colors. Web safe color of #346D8D is #336699 (or #369).

RGB color model

#346D8D color RGB value is (52,109,141).

  • red value is 52;
  • green value is 109;
  • blue value is 141.
RGB:
(52,109,141)
(20%,43%,55%)

RGB channels and saturation

R 52 of 255 = 20%
G 109 of 255 = 43%
B 141 of 255 = 55%

52
109
141

R + G + B ~ 39%. #346D8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 109 + 141 = 302 (100%)
R 52 of 302 ~ 17.22%
G 109 of 302 ~ 36.09%
B 141 of 302 ~ 46.69%

%17.22
%36.09
%46.69

CMYK color model

#346D8D color CMYK value is (63,23,0,45).

  • cyan value is 63.12%
  • magenta value is 22.70%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(63,23,0,45)
C63M23Y0K45 
(63%,23%,0%,45%)
(0.63/0.23/0.00/0.45)	

CMYK percentages

%63.12
%22.7
%0
%44.71

Codes

Color #346D8D in popluar color models

346D8D
RGB52109141
HSL202°46.11%37.84%
HSB/HSV202°63.12%55.29%
CMYK63.12%22.70%0.00%
44.71%

Color #346D8D in popluar number systems.

HEX346D8D
Decimal52109141
Binary110100110110110001101
Octal64155215

Shades and tints

Shades of #346D8D

#346D8D
(52,109,141)
#306481
(48,100,129)
#2C5B75
(44,91,117)
#285269
(40,82,105)
#24495D
(36,73,93)
#204051
(32,64,81)
#1C3745
(28,55,69)
#182E39
(24,46,57)
#14252D
(20,37,45)
#101C21
(16,28,33)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #346D8D

#346D8D
(52,109,141)
#467A97
(70,122,151)
#5887A1
(88,135,161)
#6A94AB
(106,148,171)
#7CA1B5
(124,161,181)
#8EAEBF
(142,174,191)
#A0BBC9
(160,187,201)
#B2C8D3
(178,200,211)
#C4D5DD
(196,213,221)
#D6E2E7
(214,226,231)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346D8D color. Also use rgb(52,109,141) instead hex code.

Text Font Color

.myTextColor { color: #346D8D; }

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

This text font color is #346D8D.


Background Color

.myBgColor { background-color: #346D8D; }

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

This div background color is #346D8D.


Border color

.myBorderColor { border: 1px solid #346D8D; }

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

This div border color is #346D8D.


Opacity

.myOpacity80 { color: #346D8D; opacity: 0.8; }

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

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

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

This text has shadow with #346D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346D8D on black background.


Color preview on white background

This text has color #346D8D on white background.



Black color preview on #346D8D background

This text has black color on #346D8D background.


White color preview on #346D8D background

This text has white color on #346D8D background.