COLOR #345E87

HEX: #345E87
RGB: (52,94,135)

Color info

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

RGB color model

#345E87 color RGB value is (52,94,135).

  • red value is 52;
  • green value is 94;
  • blue value is 135.
RGB:
(52,94,135)
(20%,37%,53%)

RGB channels and saturation

R 52 of 255 = 20%
G 94 of 255 = 37%
B 135 of 255 = 53%

52
94
135

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

Portions of RGB colors in percentages

R + G + B =
52 + 94 + 135 = 281 (100%)
R 52 of 281 ~ 18.51%
G 94 of 281 ~ 33.45%
B 135 of 281 ~ 48.04%

%18.51
%33.45
%48.04

CMYK color model

#345E87 color CMYK value is (61,30,0,47).

  • cyan value is 61.48%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(61,30,0,47)
C61M30Y0K47 
(61%,30%,0%,47%)
(0.61/0.30/0.00/0.47)	

CMYK percentages

%61.48
%30.37
%0
%47.06

Codes

Color #345E87 in popluar color models

345E87
RGB5294135
HSL210°44.39%36.67%
HSB/HSV210°61.48%52.94%
CMYK61.48%30.37%0.00%
47.06%

Color #345E87 in popluar number systems.

HEX345E87
Decimal5294135
Binary110100101111010000111
Octal64136207

Shades and tints

Shades of #345E87

#345E87
(52,94,135)
#30567B
(48,86,123)
#2C4E6F
(44,78,111)
#284663
(40,70,99)
#243E57
(36,62,87)
#20364B
(32,54,75)
#1C2E3F
(28,46,63)
#182633
(24,38,51)
#141E27
(20,30,39)
#10161B
(16,22,27)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #345E87

#345E87
(52,94,135)
#466C91
(70,108,145)
#587A9B
(88,122,155)
#6A88A5
(106,136,165)
#7C96AF
(124,150,175)
#8EA4B9
(142,164,185)
#A0B2C3
(160,178,195)
#B2C0CD
(178,192,205)
#C4CED7
(196,206,215)
#D6DCE1
(214,220,225)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #345E87 color. Also use rgb(52,94,135) instead hex code.

Text Font Color

.myTextColor { color: #345E87; }

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

This text font color is #345E87.


Background Color

.myBgColor { background-color: #345E87; }

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

This div background color is #345E87.


Border color

.myBorderColor { border: 1px solid #345E87; }

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

This div border color is #345E87.


Opacity

.myOpacity80 { color: #345E87; opacity: 0.8; }

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

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

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

This text has shadow with #345E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345E87 on black background.


Color preview on white background

This text has color #345E87 on white background.



Black color preview on #345E87 background

This text has black color on #345E87 background.


White color preview on #345E87 background

This text has white color on #345E87 background.