COLOR #344A83

HEX: #344A83
RGB: (52,74,131)

Color info

#344A83 contains mainly green and blue colors. Web safe color of #344A83 is #333399 (or #339).

RGB color model

#344A83 color RGB value is (52,74,131).

  • red value is 52;
  • green value is 74;
  • blue value is 131.
RGB:
(52,74,131)
(20%,29%,51%)

RGB channels and saturation

R 52 of 255 = 20%
G 74 of 255 = 29%
B 131 of 255 = 51%

52
74
131

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

Portions of RGB colors in percentages

R + G + B =
52 + 74 + 131 = 257 (100%)
R 52 of 257 ~ 20.23%
G 74 of 257 ~ 28.79%
B 131 of 257 ~ 50.97%

%20.23
%28.79
%50.97

CMYK color model

#344A83 color CMYK value is (60,44,0,49).

  • cyan value is 60.31%
  • magenta value is 43.51%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(60,44,0,49)
C60M44Y0K49 
(60%,44%,0%,49%)
(0.60/0.44/0.00/0.49)	

CMYK percentages

%60.31
%43.51
%0
%48.63

Codes

Color #344A83 in popluar color models

344A83
RGB5274131
HSL223°43.17%35.88%
HSB/HSV223°60.31%51.37%
CMYK60.31%43.51%0.00%
48.63%

Color #344A83 in popluar number systems.

HEX344A83
Decimal5274131
Binary110100100101010000011
Octal64112203

Shades and tints

Shades of #344A83

#344A83
(52,74,131)
#304478
(48,68,120)
#2C3E6D
(44,62,109)
#283862
(40,56,98)
#243257
(36,50,87)
#202C4C
(32,44,76)
#1C2641
(28,38,65)
#182036
(24,32,54)
#141A2B
(20,26,43)
#101420
(16,20,32)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #344A83

#344A83
(52,74,131)
#465A8E
(70,90,142)
#586A99
(88,106,153)
#6A7AA4
(106,122,164)
#7C8AAF
(124,138,175)
#8E9ABA
(142,154,186)
#A0AAC5
(160,170,197)
#B2BAD0
(178,186,208)
#C4CADB
(196,202,219)
#D6DAE6
(214,218,230)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344A83 color. Also use rgb(52,74,131) instead hex code.

Text Font Color

.myTextColor { color: #344A83; }

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

This text font color is #344A83.


Background Color

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

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

This div background color is #344A83.


Border color

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

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

This div border color is #344A83.


Opacity

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

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

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

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

This text has shadow with #344A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344A83 on black background.


Color preview on white background

This text has color #344A83 on white background.



Black color preview on #344A83 background

This text has black color on #344A83 background.


White color preview on #344A83 background

This text has white color on #344A83 background.