COLOR #345684

HEX: #345684
RGB: (52,86,132)

Color info

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

RGB color model

#345684 color RGB value is (52,86,132).

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

RGB channels and saturation

R 52 of 255 = 20%
G 86 of 255 = 34%
B 132 of 255 = 52%

52
86
132

R + G + B ~ 35%. #345684 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 86 + 132 = 270 (100%)
R 52 of 270 ~ 19.26%
G 86 of 270 ~ 31.85%
B 132 of 270 ~ 48.89%

%19.26
%31.85
%48.89

CMYK color model

#345684 color CMYK value is (61,35,0,48).

  • cyan value is 60.61%
  • magenta value is 34.85%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(61,35,0,48)
C61M35Y0K48 
(61%,35%,0%,48%)
(0.61/0.35/0.00/0.48)	

CMYK percentages

%60.61
%34.85
%0
%48.24

Codes

Color #345684 in popluar color models

345684
RGB5286132
HSL215°43.48%36.08%
HSB/HSV215°60.61%51.76%
CMYK60.61%34.85%0.00%
48.24%

Color #345684 in popluar number systems.

HEX345684
Decimal5286132
Binary110100101011010000100
Octal64126204

Shades and tints

Shades of #345684

#345684
(52,86,132)
#304F78
(48,79,120)
#2C486C
(44,72,108)
#284160
(40,65,96)
#243A54
(36,58,84)
#203348
(32,51,72)
#1C2C3C
(28,44,60)
#182530
(24,37,48)
#141E24
(20,30,36)
#101718
(16,23,24)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #345684

#345684
(52,86,132)
#46658F
(70,101,143)
#58749A
(88,116,154)
#6A83A5
(106,131,165)
#7C92B0
(124,146,176)
#8EA1BB
(142,161,187)
#A0B0C6
(160,176,198)
#B2BFD1
(178,191,209)
#C4CEDC
(196,206,220)
#D6DDE7
(214,221,231)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345684; }

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

This text font color is #345684.


Background Color

.myBgColor { background-color: #345684; }

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

This div background color is #345684.


Border color

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

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

This div border color is #345684.


Opacity

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

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

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

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

This text has shadow with #345684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345684 on black background.


Color preview on white background

This text has color #345684 on white background.



Black color preview on #345684 background

This text has black color on #345684 background.


White color preview on #345684 background

This text has white color on #345684 background.