COLOR #344E89

HEX: #344E89
RGB: (52,78,137)

Color info

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

RGB color model

#344E89 color RGB value is (52,78,137).

  • red value is 52;
  • green value is 78;
  • blue value is 137.
RGB:
(52,78,137)
(20%,31%,54%)

RGB channels and saturation

R 52 of 255 = 20%
G 78 of 255 = 31%
B 137 of 255 = 54%

52
78
137

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

Portions of RGB colors in percentages

R + G + B =
52 + 78 + 137 = 267 (100%)
R 52 of 267 ~ 19.48%
G 78 of 267 ~ 29.21%
B 137 of 267 ~ 51.31%

%19.48
%29.21
%51.31

CMYK color model

#344E89 color CMYK value is (62,43,0,46).

  • cyan value is 62.04%
  • magenta value is 43.07%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(62,43,0,46)
C62M43Y0K46 
(62%,43%,0%,46%)
(0.62/0.43/0.00/0.46)	

CMYK percentages

%62.04
%43.07
%0
%46.27

Codes

Color #344E89 in popluar color models

344E89
RGB5278137
HSL222°44.97%37.06%
HSB/HSV222°62.04%53.73%
CMYK62.04%43.07%0.00%
46.27%

Color #344E89 in popluar number systems.

HEX344E89
Decimal5278137
Binary110100100111010001001
Octal64116211

Shades and tints

Shades of #344E89

#344E89
(52,78,137)
#30477D
(48,71,125)
#2C4071
(44,64,113)
#283965
(40,57,101)
#243259
(36,50,89)
#202B4D
(32,43,77)
#1C2441
(28,36,65)
#181D35
(24,29,53)
#141629
(20,22,41)
#100F1D
(16,15,29)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #344E89

#344E89
(52,78,137)
#465E93
(70,94,147)
#586E9D
(88,110,157)
#6A7EA7
(106,126,167)
#7C8EB1
(124,142,177)
#8E9EBB
(142,158,187)
#A0AEC5
(160,174,197)
#B2BECF
(178,190,207)
#C4CED9
(196,206,217)
#D6DEE3
(214,222,227)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344E89 color. Also use rgb(52,78,137) instead hex code.

Text Font Color

.myTextColor { color: #344E89; }

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

This text font color is #344E89.


Background Color

.myBgColor { background-color: #344E89; }

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

This div background color is #344E89.


Border color

.myBorderColor { border: 1px solid #344E89; }

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

This div border color is #344E89.


Opacity

.myOpacity80 { color: #344E89; opacity: 0.8; }

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

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

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

This text has shadow with #344E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344E89 on black background.


Color preview on white background

This text has color #344E89 on white background.



Black color preview on #344E89 background

This text has black color on #344E89 background.


White color preview on #344E89 background

This text has white color on #344E89 background.