COLOR #344777

HEX: #344777 RGB: (52,71,119)

Color info

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

RGB color model

#344777 color RGB value is (52,71,119).

RGB: (52,71,119) (20%, 28%, 47%)

RGB channels and saturation

R 52 of 255 = 20%
G 71 of 255 = 28%
B 119 of 255 = 47%

52
71
119

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

Portions of RGB colors in percentages

R + G + B = 52 + 71 + 119 = 242 (100%)
R 52 of 242 ~ 21.49%
G 71 of 242 ~ 29.34%
B 119 of 242 ~ 49.17'%

%21.49
%29.34
%49.17

CMYK color model

#344777 color CMYK value is (56,40,0,53).

  • cyan value is 56.30%
  • magenta value is 40.34%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (56,40,0,53)
C56M40Y0K53 (56%, 40%, 0%, 53%)
(0.56 / 0.40 / 0.00 / 0.53)

CMYK percentages

%56.3
%40.34
%0
%53.33

Codes

Color #344777 in popluar color models

34 47 77
RGB 52 71 119
HSL 223° 39.18% 33.53%
HSB/HSV 223° 56.30% 46.67%
CMYK 56.30% 40.34% 0.00%
53.33%

Color #344777 in popluar number systems.

HEX 34 47 77
Decimal 52 71 119
Binary 110100 1000111 1110111
Octal 64 107 167

Shades and tints

Shades of #344777

#344777
(52,71,119)
#30416D
(48,65,109)
#2C3B63
(44,59,99)
#283559
(40,53,89)
#242F4F
(36,47,79)
#202945
(32,41,69)
#1C233B
(28,35,59)
#181D31
(24,29,49)
#141727
(20,23,39)
#10111D
(16,17,29)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #344777

#344777
(52,71,119)
#465783
(70,87,131)
#58678F
(88,103,143)
#6A779B
(106,119,155)
#7C87A7
(124,135,167)
#8E97B3
(142,151,179)
#A0A7BF
(160,167,191)
#B2B7CB
(178,183,203)
#C4C7D7
(196,199,215)
#D6D7E3
(214,215,227)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344777; }

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

This text font color is #344777.

Background Color

.myBgColor { background-color: #344777; }

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

This div background color is #344777.

Border color

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

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

This div border color is #344777.

Opacity

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

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

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

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

This text has shadow with #344777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #344777.

Preview

Color preview on black background

This text has color #344777 on black background.


Color preview on white background

This text has color #344777 on white background.


Black color preview on #344777 background

This text has black color on #344777 background.


White color preview on #344777 background

This text has white color on #344777 background.


Related colors

Complementary color

Complementary color for #hex is #CBB888.


I love getcolorcode.com

Triadic colors

1 #773447 and #477734 with #344777 are triadic colors.

2 #774734 and #473477 with #344777 are triadic colors.