COLOR #345790

HEX: #345790
RGB: (52,87,144)

Color info

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

RGB color model

#345790 color RGB value is (52,87,144).

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

RGB channels and saturation

R 52 of 255 = 20%
G 87 of 255 = 34%
B 144 of 255 = 56%

52
87
144

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

Portions of RGB colors in percentages

R + G + B =
52 + 87 + 144 = 283 (100%)
R 52 of 283 ~ 18.37%
G 87 of 283 ~ 30.74%
B 144 of 283 ~ 50.88%

%18.37
%30.74
%50.88

CMYK color model

#345790 color CMYK value is (64,40,0,44).

  • cyan value is 63.89%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(64,40,0,44)
C64M40Y0K44 
(64%,40%,0%,44%)
(0.64/0.40/0.00/0.44)	

CMYK percentages

%63.89
%39.58
%0
%43.53

Codes

Color #345790 in popluar color models

345790
RGB5287144
HSL217°46.94%38.43%
HSB/HSV217°63.89%56.47%
CMYK63.89%39.58%0.00%
43.53%

Color #345790 in popluar number systems.

HEX345790
Decimal5287144
Binary110100101011110010000
Octal64127220

Shades and tints

Shades of #345790

#345790
(52,87,144)
#305083
(48,80,131)
#2C4976
(44,73,118)
#284269
(40,66,105)
#243B5C
(36,59,92)
#20344F
(32,52,79)
#1C2D42
(28,45,66)
#182635
(24,38,53)
#141F28
(20,31,40)
#10181B
(16,24,27)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #345790

#345790
(52,87,144)
#46669A
(70,102,154)
#5875A4
(88,117,164)
#6A84AE
(106,132,174)
#7C93B8
(124,147,184)
#8EA2C2
(142,162,194)
#A0B1CC
(160,177,204)
#B2C0D6
(178,192,214)
#C4CFE0
(196,207,224)
#D6DEEA
(214,222,234)
#E8EDF4
(232,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345790; }

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

This text font color is #345790.


Background Color

.myBgColor { background-color: #345790; }

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

This div background color is #345790.


Border color

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

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

This div border color is #345790.


Opacity

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

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

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

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

This text has shadow with #345790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345790 on black background.


Color preview on white background

This text has color #345790 on white background.



Black color preview on #345790 background

This text has black color on #345790 background.


White color preview on #345790 background

This text has white color on #345790 background.