COLOR #346882

HEX: #346882
RGB: (52,104,130)

Color info

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

RGB color model

#346882 color RGB value is (52,104,130).

  • red value is 52;
  • green value is 104;
  • blue value is 130.
RGB:
(52,104,130)
(20%,41%,51%)

RGB channels and saturation

R 52 of 255 = 20%
G 104 of 255 = 41%
B 130 of 255 = 51%

52
104
130

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

Portions of RGB colors in percentages

R + G + B =
52 + 104 + 130 = 286 (100%)
R 52 of 286 ~ 18.18%
G 104 of 286 ~ 36.36%
B 130 of 286 ~ 45.45%

%18.18
%36.36
%45.45

CMYK color model

#346882 color CMYK value is (60,20,0,49).

  • cyan value is 60.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(60,20,0,49)
C60M20Y0K49 
(60%,20%,0%,49%)
(0.60/0.20/0.00/0.49)	

CMYK percentages

%60
%20
%0
%49.02

Codes

Color #346882 in popluar color models

346882
RGB52104130
HSL200°42.86%35.69%
HSB/HSV200°60.00%50.98%
CMYK60.00%20.00%0.00%
49.02%

Color #346882 in popluar number systems.

HEX346882
Decimal52104130
Binary110100110100010000010
Octal64150202

Shades and tints

Shades of #346882

#346882
(52,104,130)
#305F77
(48,95,119)
#2C566C
(44,86,108)
#284D61
(40,77,97)
#244456
(36,68,86)
#203B4B
(32,59,75)
#1C3240
(28,50,64)
#182935
(24,41,53)
#14202A
(20,32,42)
#10171F
(16,23,31)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #346882

#346882
(52,104,130)
#46758D
(70,117,141)
#588298
(88,130,152)
#6A8FA3
(106,143,163)
#7C9CAE
(124,156,174)
#8EA9B9
(142,169,185)
#A0B6C4
(160,182,196)
#B2C3CF
(178,195,207)
#C4D0DA
(196,208,218)
#D6DDE5
(214,221,229)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346882 color. Also use rgb(52,104,130) instead hex code.

Text Font Color

.myTextColor { color: #346882; }

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

This text font color is #346882.


Background Color

.myBgColor { background-color: #346882; }

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

This div background color is #346882.


Border color

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

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

This div border color is #346882.


Opacity

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

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

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

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

This text has shadow with #346882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346882 on black background.


Color preview on white background

This text has color #346882 on white background.



Black color preview on #346882 background

This text has black color on #346882 background.


White color preview on #346882 background

This text has white color on #346882 background.