COLOR #346494

HEX: #346494
RGB: (52,100,148)

Color info

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

RGB color model

#346494 color RGB value is (52,100,148).

  • red value is 52;
  • green value is 100;
  • blue value is 148.
RGB:
(52,100,148)
(20%,39%,58%)

RGB channels and saturation

R 52 of 255 = 20%
G 100 of 255 = 39%
B 148 of 255 = 58%

52
100
148

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

Portions of RGB colors in percentages

R + G + B =
52 + 100 + 148 = 300 (100%)
R 52 of 300 ~ 17.33%
G 100 of 300 ~ 33.33%
B 148 of 300 ~ 49.33%

%17.33
%33.33
%49.33

CMYK color model

#346494 color CMYK value is (65,32,0,42).

  • cyan value is 64.86%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(65,32,0,42)
C65M32Y0K42 
(65%,32%,0%,42%)
(0.65/0.32/0.00/0.42)	

CMYK percentages

%64.86
%32.43
%0
%41.96

Codes

Color #346494 in popluar color models

346494
RGB52100148
HSL210°48.00%39.22%
HSB/HSV210°64.86%58.04%
CMYK64.86%32.43%0.00%
41.96%

Color #346494 in popluar number systems.

HEX346494
Decimal52100148
Binary110100110010010010100
Octal64144224

Shades and tints

Shades of #346494

#346494
(52,100,148)
#305B87
(48,91,135)
#2C527A
(44,82,122)
#28496D
(40,73,109)
#244060
(36,64,96)
#203753
(32,55,83)
#1C2E46
(28,46,70)
#182539
(24,37,57)
#141C2C
(20,28,44)
#10131F
(16,19,31)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #346494

#346494
(52,100,148)
#46729D
(70,114,157)
#5880A6
(88,128,166)
#6A8EAF
(106,142,175)
#7C9CB8
(124,156,184)
#8EAAC1
(142,170,193)
#A0B8CA
(160,184,202)
#B2C6D3
(178,198,211)
#C4D4DC
(196,212,220)
#D6E2E5
(214,226,229)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346494 color. Also use rgb(52,100,148) instead hex code.

Text Font Color

.myTextColor { color: #346494; }

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

This text font color is #346494.


Background Color

.myBgColor { background-color: #346494; }

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

This div background color is #346494.


Border color

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

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

This div border color is #346494.


Opacity

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

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

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

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

This text has shadow with #346494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346494 on black background.


Color preview on white background

This text has color #346494 on white background.



Black color preview on #346494 background

This text has black color on #346494 background.


White color preview on #346494 background

This text has white color on #346494 background.