COLOR #346C9B

HEX: #346C9B RGB: (52,108,155)

Color info

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

RGB color model

#346C9B color RGB value is (52,108,155).

RGB: (52,108,155) (20%, 42%, 61%)

RGB channels and saturation

R 52 of 255 = 20%
G 108 of 255 = 42%
B 155 of 255 = 61%

52
108
155

R + G + B ~ 41%. #346C9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 52 + 108 + 155 = 315 (100%)
R 52 of 315 ~ 16.51%
G 108 of 315 ~ 34.29%
B 155 of 315 ~ 49.21'%

%16.51
%34.29
%49.21

CMYK color model

#346C9B color CMYK value is (66,30,0,39).

  • cyan value is 66.45%
  • magenta value is 30.32%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (66,30,0,39)
C66M30Y0K39 (66%, 30%, 0%, 39%)
(0.66 / 0.30 / 0.00 / 0.39)

CMYK percentages

%66.45
%30.32
%0
%39.22

Codes

Color #346C9B in popluar color models

34 6C 9B
RGB 52 108 155
HSL 207° 49.76% 40.59%
HSB/HSV 207° 66.45% 60.78%
CMYK 66.45% 30.32% 0.00%
39.22%

Color #346C9B in popluar number systems.

HEX 34 6C 9B
Decimal 52 108 155
Binary 110100 1101100 10011011
Octal 64 154 233

Shades and tints

Shades of #346C9B

#346C9B
(52,108,155)
#30638D
(48,99,141)
#2C5A7F
(44,90,127)
#285171
(40,81,113)
#244863
(36,72,99)
#203F55
(32,63,85)
#1C3647
(28,54,71)
#182D39
(24,45,57)
#14242B
(20,36,43)
#101B1D
(16,27,29)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #346C9B

#346C9B
(52,108,155)
#4679A4
(70,121,164)
#5886AD
(88,134,173)
#6A93B6
(106,147,182)
#7CA0BF
(124,160,191)
#8EADC8
(142,173,200)
#A0BAD1
(160,186,209)
#B2C7DA
(178,199,218)
#C4D4E3
(196,212,227)
#D6E1EC
(214,225,236)
#E8EEF5
(232,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346C9B color. Also use rgb(52,108,155) instead hex code.

Text Font Color

.myTextColor { color: #346C9B; }

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

This text font color is #346C9B.

Background Color

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

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

This div background color is #346C9B.

Border color

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

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

This div border color is #346C9B.

Opacity

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

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

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

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

This text has shadow with #346C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #346C9B.

Preview

Color preview on black background

This text has color #346C9B on black background.


Color preview on white background

This text has color #346C9B on white background.


Black color preview on #346C9B background

This text has black color on #346C9B background.


White color preview on #346C9B background

This text has white color on #346C9B background.


Related colors

Complementary color

Complementary color for #346C9B is #CB9364.


I love getcolorcode.com

Triadic colors

1 #9B346C and #6C9B34 with #346C9B are triadic colors.

2 #9B6C34 and #6C349B with #346C9B are triadic colors.