COLOR #345788

HEX: #345788
RGB: (52,87,136)

Color info

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

RGB color model

#345788 color RGB value is (52,87,136).

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

RGB channels and saturation

R 52 of 255 = 20%
G 87 of 255 = 34%
B 136 of 255 = 53%

52
87
136

R + G + B ~ 36%. #345788 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 87 + 136 = 275 (100%)
R 52 of 275 ~ 18.91%
G 87 of 275 ~ 31.64%
B 136 of 275 ~ 49.45%

%18.91
%31.64
%49.45

CMYK color model

#345788 color CMYK value is (62,36,0,47).

  • cyan value is 61.76%
  • magenta value is 36.03%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(62,36,0,47)
C62M36Y0K47 
(62%,36%,0%,47%)
(0.62/0.36/0.00/0.47)	

CMYK percentages

%61.76
%36.03
%0
%46.67

Codes

Color #345788 in popluar color models

345788
RGB5287136
HSL215°44.68%36.86%
HSB/HSV215°61.76%53.33%
CMYK61.76%36.03%0.00%
46.67%

Color #345788 in popluar number systems.

HEX345788
Decimal5287136
Binary110100101011110001000
Octal64127210

Shades and tints

Shades of #345788

#345788
(52,87,136)
#30507C
(48,80,124)
#2C4970
(44,73,112)
#284264
(40,66,100)
#243B58
(36,59,88)
#20344C
(32,52,76)
#1C2D40
(28,45,64)
#182634
(24,38,52)
#141F28
(20,31,40)
#10181C
(16,24,28)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #345788

#345788
(52,87,136)
#466692
(70,102,146)
#58759C
(88,117,156)
#6A84A6
(106,132,166)
#7C93B0
(124,147,176)
#8EA2BA
(142,162,186)
#A0B1C4
(160,177,196)
#B2C0CE
(178,192,206)
#C4CFD8
(196,207,216)
#D6DEE2
(214,222,226)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345788; }

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

This text font color is #345788.


Background Color

.myBgColor { background-color: #345788; }

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

This div background color is #345788.


Border color

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

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

This div border color is #345788.


Opacity

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

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

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

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

This text has shadow with #345788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345788 on black background.


Color preview on white background

This text has color #345788 on white background.



Black color preview on #345788 background

This text has black color on #345788 background.


White color preview on #345788 background

This text has white color on #345788 background.