COLOR #346A88

HEX: #346A88
RGB: (52,106,136)

Color info

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

RGB color model

#346A88 color RGB value is (52,106,136).

  • red value is 52;
  • green value is 106;
  • blue value is 136.
RGB:
(52,106,136)
(20%,42%,53%)

RGB channels and saturation

R 52 of 255 = 20%
G 106 of 255 = 42%
B 136 of 255 = 53%

52
106
136

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

Portions of RGB colors in percentages

R + G + B =
52 + 106 + 136 = 294 (100%)
R 52 of 294 ~ 17.69%
G 106 of 294 ~ 36.05%
B 136 of 294 ~ 46.26%

%17.69
%36.05
%46.26

CMYK color model

#346A88 color CMYK value is (62,22,0,47).

  • cyan value is 61.76%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(62,22,0,47)
C62M22Y0K47 
(62%,22%,0%,47%)
(0.62/0.22/0.00/0.47)	

CMYK percentages

%61.76
%22.06
%0
%46.67

Codes

Color #346A88 in popluar color models

346A88
RGB52106136
HSL201°44.68%36.86%
HSB/HSV201°61.76%53.33%
CMYK61.76%22.06%0.00%
46.67%

Color #346A88 in popluar number systems.

HEX346A88
Decimal52106136
Binary110100110101010001000
Octal64152210

Shades and tints

Shades of #346A88

#346A88
(52,106,136)
#30617C
(48,97,124)
#2C5870
(44,88,112)
#284F64
(40,79,100)
#244658
(36,70,88)
#203D4C
(32,61,76)
#1C3440
(28,52,64)
#182B34
(24,43,52)
#142228
(20,34,40)
#10191C
(16,25,28)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #346A88

#346A88
(52,106,136)
#467792
(70,119,146)
#58849C
(88,132,156)
#6A91A6
(106,145,166)
#7C9EB0
(124,158,176)
#8EABBA
(142,171,186)
#A0B8C4
(160,184,196)
#B2C5CE
(178,197,206)
#C4D2D8
(196,210,216)
#D6DFE2
(214,223,226)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346A88 color. Also use rgb(52,106,136) instead hex code.

Text Font Color

.myTextColor { color: #346A88; }

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

This text font color is #346A88.


Background Color

.myBgColor { background-color: #346A88; }

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

This div background color is #346A88.


Border color

.myBorderColor { border: 1px solid #346A88; }

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

This div border color is #346A88.


Opacity

.myOpacity80 { color: #346A88; opacity: 0.8; }

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

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

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

This text has shadow with #346A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346A88 on black background.


Color preview on white background

This text has color #346A88 on white background.



Black color preview on #346A88 background

This text has black color on #346A88 background.


White color preview on #346A88 background

This text has white color on #346A88 background.