COLOR #346980

HEX: #346980
RGB: (52,105,128)

Color info

#346980 contains mainly green and blue colors. Web safe color of #346980 is #336666 (or #366).

RGB color model

#346980 color RGB value is (52,105,128).

  • red value is 52;
  • green value is 105;
  • blue value is 128.
RGB:
(52,105,128)
(20%,41%,50%)

RGB channels and saturation

R 52 of 255 = 20%
G 105 of 255 = 41%
B 128 of 255 = 50%

52
105
128

R + G + B ~ 37%. #346980 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 105 + 128 = 285 (100%)
R 52 of 285 ~ 18.25%
G 105 of 285 ~ 36.84%
B 128 of 285 ~ 44.91%

%18.25
%36.84
%44.91

CMYK color model

#346980 color CMYK value is (59,18,0,50).

  • cyan value is 59.38%
  • magenta value is 17.97%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(59,18,0,50)
C59M18Y0K50 
(59%,18%,0%,50%)
(0.59/0.18/0.00/0.50)	

CMYK percentages

%59.38
%17.97
%0
%49.8

Codes

Color #346980 in popluar color models

346980
RGB52105128
HSL198°42.22%35.29%
HSB/HSV198°59.38%50.20%
CMYK59.38%17.97%0.00%
49.80%

Color #346980 in popluar number systems.

HEX346980
Decimal52105128
Binary110100110100110000000
Octal64151200

Shades and tints

Shades of #346980

#346980
(52,105,128)
#306075
(48,96,117)
#2C576A
(44,87,106)
#284E5F
(40,78,95)
#244554
(36,69,84)
#203C49
(32,60,73)
#1C333E
(28,51,62)
#182A33
(24,42,51)
#142128
(20,33,40)
#10181D
(16,24,29)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #346980

#346980
(52,105,128)
#46768B
(70,118,139)
#588396
(88,131,150)
#6A90A1
(106,144,161)
#7C9DAC
(124,157,172)
#8EAAB7
(142,170,183)
#A0B7C2
(160,183,194)
#B2C4CD
(178,196,205)
#C4D1D8
(196,209,216)
#D6DEE3
(214,222,227)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346980 color. Also use rgb(52,105,128) instead hex code.

Text Font Color

.myTextColor { color: #346980; }

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

This text font color is #346980.


Background Color

.myBgColor { background-color: #346980; }

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

This div background color is #346980.


Border color

.myBorderColor { border: 1px solid #346980; }

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

This div border color is #346980.


Opacity

.myOpacity80 { color: #346980; opacity: 0.8; }

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

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

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

This text has shadow with #346980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346980 on black background.


Color preview on white background

This text has color #346980 on white background.



Black color preview on #346980 background

This text has black color on #346980 background.


White color preview on #346980 background

This text has white color on #346980 background.