COLOR #344980

HEX: #344980
RGB: (52,73,128)

Color info

#344980 contains mainly green and blue colors. Web safe color of #344980 is #333366 (or #336).

RGB color model

#344980 color RGB value is (52,73,128).

  • red value is 52;
  • green value is 73;
  • blue value is 128.
RGB:
(52,73,128)
(20%,29%,50%)

RGB channels and saturation

R 52 of 255 = 20%
G 73 of 255 = 29%
B 128 of 255 = 50%

52
73
128

R + G + B ~ 33%. #344980 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 73 + 128 = 253 (100%)
R 52 of 253 ~ 20.55%
G 73 of 253 ~ 28.85%
B 128 of 253 ~ 50.59%

%20.55
%28.85
%50.59

CMYK color model

#344980 color CMYK value is (59,43,0,50).

  • cyan value is 59.38%
  • magenta value is 42.97%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(59,43,0,50)
C59M43Y0K50 
(59%,43%,0%,50%)
(0.59/0.43/0.00/0.50)	

CMYK percentages

%59.38
%42.97
%0
%49.8

Codes

Color #344980 in popluar color models

344980
RGB5273128
HSL223°42.22%35.29%
HSB/HSV223°59.38%50.20%
CMYK59.38%42.97%0.00%
49.80%

Color #344980 in popluar number systems.

HEX344980
Decimal5273128
Binary110100100100110000000
Octal64111200

Shades and tints

Shades of #344980

#344980
(52,73,128)
#304375
(48,67,117)
#2C3D6A
(44,61,106)
#28375F
(40,55,95)
#243154
(36,49,84)
#202B49
(32,43,73)
#1C253E
(28,37,62)
#181F33
(24,31,51)
#141928
(20,25,40)
#10131D
(16,19,29)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #344980

#344980
(52,73,128)
#46598B
(70,89,139)
#586996
(88,105,150)
#6A79A1
(106,121,161)
#7C89AC
(124,137,172)
#8E99B7
(142,153,183)
#A0A9C2
(160,169,194)
#B2B9CD
(178,185,205)
#C4C9D8
(196,201,216)
#D6D9E3
(214,217,227)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344980 color. Also use rgb(52,73,128) instead hex code.

Text Font Color

.myTextColor { color: #344980; }

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

This text font color is #344980.


Background Color

.myBgColor { background-color: #344980; }

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

This div background color is #344980.


Border color

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

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

This div border color is #344980.


Opacity

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

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

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

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

This text has shadow with #344980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344980 on black background.


Color preview on white background

This text has color #344980 on white background.



Black color preview on #344980 background

This text has black color on #344980 background.


White color preview on #344980 background

This text has white color on #344980 background.