COLOR #344D77

HEX: #344D77
RGB: (52,77,119)

Color info

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

RGB color model

#344D77 color RGB value is (52,77,119).

  • red value is 52;
  • green value is 77;
  • blue value is 119.
RGB:
(52,77,119)
(20%,30%,47%)

RGB channels and saturation

R 52 of 255 = 20%
G 77 of 255 = 30%
B 119 of 255 = 47%

52
77
119

R + G + B ~ 32%. #344D77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 77 + 119 = 248 (100%)
R 52 of 248 ~ 20.97%
G 77 of 248 ~ 31.05%
B 119 of 248 ~ 47.98%

%20.97
%31.05
%47.98

CMYK color model

#344D77 color CMYK value is (56,35,0,53).

  • cyan value is 56.30%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(56,35,0,53)
C56M35Y0K53 
(56%,35%,0%,53%)
(0.56/0.35/0.00/0.53)	

CMYK percentages

%56.3
%35.29
%0
%53.33

Codes

Color #344D77 in popluar color models

344D77
RGB5277119
HSL218°39.18%33.53%
HSB/HSV218°56.30%46.67%
CMYK56.30%35.29%0.00%
53.33%

Color #344D77 in popluar number systems.

HEX344D77
Decimal5277119
Binary11010010011011110111
Octal64115167

Shades and tints

Shades of #344D77

#344D77
(52,77,119)
#30466D
(48,70,109)
#2C3F63
(44,63,99)
#283859
(40,56,89)
#24314F
(36,49,79)
#202A45
(32,42,69)
#1C233B
(28,35,59)
#181C31
(24,28,49)
#141527
(20,21,39)
#100E1D
(16,14,29)
#0C0713
(12,7,19)
#000000
(0,0,0)

Tints of #344D77

#344D77
(52,77,119)
#465D83
(70,93,131)
#586D8F
(88,109,143)
#6A7D9B
(106,125,155)
#7C8DA7
(124,141,167)
#8E9DB3
(142,157,179)
#A0ADBF
(160,173,191)
#B2BDCB
(178,189,203)
#C4CDD7
(196,205,215)
#D6DDE3
(214,221,227)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344D77 color. Also use rgb(52,77,119) instead hex code.

Text Font Color

.myTextColor { color: #344D77; }

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

This text font color is #344D77.


Background Color

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

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

This div background color is #344D77.


Border color

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

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

This div border color is #344D77.


Opacity

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

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

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

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

This text has shadow with #344D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344D77 on black background.


Color preview on white background

This text has color #344D77 on white background.



Black color preview on #344D77 background

This text has black color on #344D77 background.


White color preview on #344D77 background

This text has white color on #344D77 background.