COLOR #346190

HEX: #346190
RGB: (52,97,144)

Color info

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

RGB color model

#346190 color RGB value is (52,97,144).

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

RGB channels and saturation

R 52 of 255 = 20%
G 97 of 255 = 38%
B 144 of 255 = 56%

52
97
144

R + G + B ~ 38%. #346190 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 97 + 144 = 293 (100%)
R 52 of 293 ~ 17.75%
G 97 of 293 ~ 33.11%
B 144 of 293 ~ 49.15%

%17.75
%33.11
%49.15

CMYK color model

#346190 color CMYK value is (64,33,0,44).

  • cyan value is 63.89%
  • magenta value is 32.64%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(64,33,0,44)
C64M33Y0K44 
(64%,33%,0%,44%)
(0.64/0.33/0.00/0.44)	

CMYK percentages

%63.89
%32.64
%0
%43.53

Codes

Color #346190 in popluar color models

346190
RGB5297144
HSL211°46.94%38.43%
HSB/HSV211°63.89%56.47%
CMYK63.89%32.64%0.00%
43.53%

Color #346190 in popluar number systems.

HEX346190
Decimal5297144
Binary110100110000110010000
Octal64141220

Shades and tints

Shades of #346190

#346190
(52,97,144)
#305983
(48,89,131)
#2C5176
(44,81,118)
#284969
(40,73,105)
#24415C
(36,65,92)
#20394F
(32,57,79)
#1C3142
(28,49,66)
#182935
(24,41,53)
#142128
(20,33,40)
#10191B
(16,25,27)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #346190

#346190
(52,97,144)
#466F9A
(70,111,154)
#587DA4
(88,125,164)
#6A8BAE
(106,139,174)
#7C99B8
(124,153,184)
#8EA7C2
(142,167,194)
#A0B5CC
(160,181,204)
#B2C3D6
(178,195,214)
#C4D1E0
(196,209,224)
#D6DFEA
(214,223,234)
#E8EDF4
(232,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346190; }

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

This text font color is #346190.


Background Color

.myBgColor { background-color: #346190; }

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

This div background color is #346190.


Border color

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

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

This div border color is #346190.


Opacity

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

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

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

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

This text has shadow with #346190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346190 on black background.


Color preview on white background

This text has color #346190 on white background.



Black color preview on #346190 background

This text has black color on #346190 background.


White color preview on #346190 background

This text has white color on #346190 background.