COLOR #344B7C

HEX: #344B7C RGB: (52,75,124)

Color info

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

RGB color model

#344B7C color RGB value is (52,75,124).

RGB: (52,75,124) (20%, 29%, 49%)

RGB channels and saturation

R 52 of 255 = 20%
G 75 of 255 = 29%
B 124 of 255 = 49%

52
75
124

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

Portions of RGB colors in percentages

R + G + B = 52 + 75 + 124 = 251 (100%)
R 52 of 251 ~ 20.72%
G 75 of 251 ~ 29.88%
B 124 of 251 ~ 49.4'%

%20.72
%29.88
%49.4

CMYK color model

#344B7C color CMYK value is (58,40,0,51).

  • cyan value is 58.06%
  • magenta value is 39.52%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (58,40,0,51)
C58M40Y0K51 (58%, 40%, 0%, 51%)
(0.58 / 0.40 / 0.00 / 0.51)

CMYK percentages

%58.06
%39.52
%0
%51.37

Codes

Color #344B7C in popluar color models

34 4B 7C
RGB 52 75 124
HSL 221° 40.91% 34.51%
HSB/HSV 221° 58.06% 48.63%
CMYK 58.06% 39.52% 0.00%
51.37%

Color #344B7C in popluar number systems.

HEX 34 4B 7C
Decimal 52 75 124
Binary 110100 1001011 1111100
Octal 64 113 174

Shades and tints

Shades of #344B7C

#344B7C
(52,75,124)
#304571
(48,69,113)
#2C3F66
(44,63,102)
#28395B
(40,57,91)
#243350
(36,51,80)
#202D45
(32,45,69)
#1C273A
(28,39,58)
#18212F
(24,33,47)
#141B24
(20,27,36)
#101519
(16,21,25)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #344B7C

#344B7C
(52,75,124)
#465B87
(70,91,135)
#586B92
(88,107,146)
#6A7B9D
(106,123,157)
#7C8BA8
(124,139,168)
#8E9BB3
(142,155,179)
#A0ABBE
(160,171,190)
#B2BBC9
(178,187,201)
#C4CBD4
(196,203,212)
#D6DBDF
(214,219,223)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344B7C color. Also use rgb(52,75,124) instead hex code.

Text Font Color

.myTextColor { color: #344B7C; }

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

This text font color is #344B7C.

Background Color

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

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

This div background color is #344B7C.

Border color

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

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

This div border color is #344B7C.

Opacity

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

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

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

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

This text has shadow with #344B7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #344B7C.

Preview

Color preview on black background

This text has color #344B7C on black background.


Color preview on white background

This text has color #344B7C on white background.


Black color preview on #344B7C background

This text has black color on #344B7C background.


White color preview on #344B7C background

This text has white color on #344B7C background.


Related colors

Complementary color

Complementary color for #hex is #CBB483.


I love getcolorcode.com

Triadic colors

1 #7C344B and #4B7C34 with #344B7C are triadic colors.

2 #7C4B34 and #4B347C with #344B7C are triadic colors.