COLOR #344E7B

HEX: #344E7B RGB: (52,78,123)

Color info

#344E7B contains mainly green and blue colors. Web safe color of #344E7B is #336666 (or #366).

RGB color model

#344E7B color RGB value is (52,78,123).

RGB: (52,78,123) (20%, 31%, 48%)

RGB channels and saturation

R 52 of 255 = 20%
G 78 of 255 = 31%
B 123 of 255 = 48%

52
78
123

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

Portions of RGB colors in percentages

R + G + B = 52 + 78 + 123 = 253 (100%)
R 52 of 253 ~ 20.55%
G 78 of 253 ~ 30.83%
B 123 of 253 ~ 48.62'%

%20.55
%30.83
%48.62

CMYK color model

#344E7B color CMYK value is (58,37,0,52).

  • cyan value is 57.72%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (58,37,0,52)
C58M37Y0K52 (58%, 37%, 0%, 52%)
(0.58 / 0.37 / 0.00 / 0.52)

CMYK percentages

%57.72
%36.59
%0
%51.76

Codes

Color #344E7B in popluar color models

34 4E 7B
RGB 52 78 123
HSL 218° 40.57% 34.31%
HSB/HSV 218° 57.72% 48.24%
CMYK 57.72% 36.59% 0.00%
51.76%

Color #344E7B in popluar number systems.

HEX 34 4E 7B
Decimal 52 78 123
Binary 110100 1001110 1111011
Octal 64 116 173

Shades and tints

Shades of #344E7B

#344E7B
(52,78,123)
#304770
(48,71,112)
#2C4065
(44,64,101)
#28395A
(40,57,90)
#24324F
(36,50,79)
#202B44
(32,43,68)
#1C2439
(28,36,57)
#181D2E
(24,29,46)
#141623
(20,22,35)
#100F18
(16,15,24)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #344E7B

#344E7B
(52,78,123)
#465E87
(70,94,135)
#586E93
(88,110,147)
#6A7E9F
(106,126,159)
#7C8EAB
(124,142,171)
#8E9EB7
(142,158,183)
#A0AEC3
(160,174,195)
#B2BECF
(178,190,207)
#C4CEDB
(196,206,219)
#D6DEE7
(214,222,231)
#E8EEF3
(232,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344E7B; }

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

This text font color is #344E7B.

Background Color

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

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

This div background color is #344E7B.

Border color

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

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

This div border color is #344E7B.

Opacity

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

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

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

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

This text has shadow with #344E7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #344E7B.

Preview

Color preview on black background

This text has color #344E7B on black background.


Color preview on white background

This text has color #344E7B on white background.


Black color preview on #344E7B background

This text has black color on #344E7B background.


White color preview on #344E7B background

This text has white color on #344E7B background.


Related colors

Complementary color

Complementary color for #hex is #CBB184.


I love getcolorcode.com

Triadic colors

1 #7B344E and #4E7B34 with #344E7B are triadic colors.

2 #7B4E34 and #4E347B with #344E7B are triadic colors.