COLOR #344C6D

HEX: #344C6D RGB: (52,76,109)

Color info

#344C6D contains red, green and blue colors in about the same proportion. Web safe color of #344C6D is #333366 (or #336).

RGB color model

#344C6D color RGB value is (52,76,109).

RGB: (52,76,109) (20%, 30%, 43%)

RGB channels and saturation

R 52 of 255 = 20%
G 76 of 255 = 30%
B 109 of 255 = 43%

52
76
109

R + G + B ~ 31%. #344C6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 76 + 109 = 237 (100%)
R 52 of 237 ~ 21.94%
G 76 of 237 ~ 32.07%
B 109 of 237 ~ 45.99'%

%21.94
%32.07
%45.99

CMYK color model

#344C6D color CMYK value is (52,30,0,57).

  • cyan value is 52.29%
  • magenta value is 30.28%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (52,30,0,57) C52M30Y0K57 (52%,30%,0%,57%) (0.52/0.30/0.00/0.57) 

CMYK percentages

%52.29
%30.28
%0
%57.25

Codes

Color #344C6D in popluar color models

34 4C 6D
RGB 52 76 109
HSL 215° 35.40% 31.57%
HSB/HSV 215° 52.29% 42.75%
CMYK 52.29% 30.28% 0.00%
57.25%

Color #344C6D in popluar number systems.

HEX 34 4C 6D
Decimal 52 76 109
Binary 110100 1001100 1101101
Octal 64 114 155

Shades and tints

Shades of #344C6D

#344C6D
(52,76,109)
#304664
(48,70,100)
#2C405B
(44,64,91)
#283A52
(40,58,82)
#243449
(36,52,73)
#202E40
(32,46,64)
#1C2837
(28,40,55)
#18222E
(24,34,46)
#141C25
(20,28,37)
#10161C
(16,22,28)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #344C6D

#344C6D
(52,76,109)
#465C7A
(70,92,122)
#586C87
(88,108,135)
#6A7C94
(106,124,148)
#7C8CA1
(124,140,161)
#8E9CAE
(142,156,174)
#A0ACBB
(160,172,187)
#B2BCC8
(178,188,200)
#C4CCD5
(196,204,213)
#D6DCE2
(214,220,226)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344C6D color. Also use rgb(52,76,109) instead hex code.

Text Font Color

.myTextColor { color: #344C6D; }

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

This text font color is #344C6D.

Background Color

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

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

This div background color is #344C6D.

Border color

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

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

This div border color is #344C6D.

Opacity

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

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

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

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

This text has shadow with #344C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #344C6D.

Preview

Color preview on black background

This text has color #344C6D on black background.


Color preview on white background

This text has color #344C6D on white background.


Black color preview on #344C6D background

This text has black color on #344C6D background.


White color preview on #344C6D background

This text has white color on #344C6D background.


Related colors

Complementary color

Complementary color for #hex is #CBB392.


I love getcolorcode.com

Triadic colors

1 #6D344C and #4C6D34 with #344C6D are triadic colors.

2 #6D4C34 and #4C346D with #344C6D are triadic colors.