COLOR #344A76

HEX: #344A76 RGB: (52,74,118)

Color info

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

RGB color model

#344A76 color RGB value is (52,74,118).

RGB: (52,74,118) (20%, 29%, 46%)

RGB channels and saturation

R 52 of 255 = 20%
G 74 of 255 = 29%
B 118 of 255 = 46%

52
74
118

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

Portions of RGB colors in percentages

R + G + B = 52 + 74 + 118 = 244 (100%)
R 52 of 244 ~ 21.31%
G 74 of 244 ~ 30.33%
B 118 of 244 ~ 48.36'%

%21.31
%30.33
%48.36

CMYK color model

#344A76 color CMYK value is (56,37,0,54).

  • cyan value is 55.93%
  • magenta value is 37.29%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (56,37,0,54)
C56M37Y0K54 (56%, 37%, 0%, 54%)
(0.56 / 0.37 / 0.00 / 0.54)

CMYK percentages

%55.93
%37.29
%0
%53.73

Codes

Color #344A76 in popluar color models

34 4A 76
RGB 52 74 118
HSL 220° 38.82% 33.33%
HSB/HSV 220° 55.93% 46.27%
CMYK 55.93% 37.29% 0.00%
53.73%

Color #344A76 in popluar number systems.

HEX 34 4A 76
Decimal 52 74 118
Binary 110100 1001010 1110110
Octal 64 112 166

Shades and tints

Shades of #344A76

#344A76
(52,74,118)
#30446C
(48,68,108)
#2C3E62
(44,62,98)
#283858
(40,56,88)
#24324E
(36,50,78)
#202C44
(32,44,68)
#1C263A
(28,38,58)
#182030
(24,32,48)
#141A26
(20,26,38)
#10141C
(16,20,28)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #344A76

#344A76
(52,74,118)
#465A82
(70,90,130)
#586A8E
(88,106,142)
#6A7A9A
(106,122,154)
#7C8AA6
(124,138,166)
#8E9AB2
(142,154,178)
#A0AABE
(160,170,190)
#B2BACA
(178,186,202)
#C4CAD6
(196,202,214)
#D6DAE2
(214,218,226)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344A76; }

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

This text font color is #344A76.

Background Color

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

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

This div background color is #344A76.

Border color

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

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

This div border color is #344A76.

Opacity

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

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

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

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

This text has shadow with #344A76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #344A76.

Preview

Color preview on black background

This text has color #344A76 on black background.


Color preview on white background

This text has color #344A76 on white background.


Black color preview on #344A76 background

This text has black color on #344A76 background.


White color preview on #344A76 background

This text has white color on #344A76 background.


Related colors

Complementary color

Complementary color for #hex is #CBB589.


I love getcolorcode.com

Triadic colors

1 #76344A and #4A7634 with #344A76 are triadic colors.

2 #764A34 and #4A3476 with #344A76 are triadic colors.