COLOR #346184

HEX: #346184
RGB: (52,97,132)

Color info

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

RGB color model

#346184 color RGB value is (52,97,132).

  • red value is 52;
  • green value is 97;
  • blue value is 132.
RGB:
(52,97,132)
(20%,38%,52%)

RGB channels and saturation

R 52 of 255 = 20%
G 97 of 255 = 38%
B 132 of 255 = 52%

52
97
132

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

Portions of RGB colors in percentages

R + G + B =
52 + 97 + 132 = 281 (100%)
R 52 of 281 ~ 18.51%
G 97 of 281 ~ 34.52%
B 132 of 281 ~ 46.98%

%18.51
%34.52
%46.98

CMYK color model

#346184 color CMYK value is (61,27,0,48).

  • cyan value is 60.61%
  • magenta value is 26.52%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(61,27,0,48)
C61M27Y0K48 
(61%,27%,0%,48%)
(0.61/0.27/0.00/0.48)	

CMYK percentages

%60.61
%26.52
%0
%48.24

Codes

Color #346184 in popluar color models

346184
RGB5297132
HSL206°43.48%36.08%
HSB/HSV206°60.61%51.76%
CMYK60.61%26.52%0.00%
48.24%

Color #346184 in popluar number systems.

HEX346184
Decimal5297132
Binary110100110000110000100
Octal64141204

Shades and tints

Shades of #346184

#346184
(52,97,132)
#305978
(48,89,120)
#2C516C
(44,81,108)
#284960
(40,73,96)
#244154
(36,65,84)
#203948
(32,57,72)
#1C313C
(28,49,60)
#182930
(24,41,48)
#142124
(20,33,36)
#101918
(16,25,24)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #346184

#346184
(52,97,132)
#466F8F
(70,111,143)
#587D9A
(88,125,154)
#6A8BA5
(106,139,165)
#7C99B0
(124,153,176)
#8EA7BB
(142,167,187)
#A0B5C6
(160,181,198)
#B2C3D1
(178,195,209)
#C4D1DC
(196,209,220)
#D6DFE7
(214,223,231)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346184 color. Also use rgb(52,97,132) instead hex code.

Text Font Color

.myTextColor { color: #346184; }

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

This text font color is #346184.


Background Color

.myBgColor { background-color: #346184; }

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

This div background color is #346184.


Border color

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

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

This div border color is #346184.


Opacity

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

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

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

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

This text has shadow with #346184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346184 on black background.


Color preview on white background

This text has color #346184 on white background.



Black color preview on #346184 background

This text has black color on #346184 background.


White color preview on #346184 background

This text has white color on #346184 background.