COLOR #344E66

HEX: #344E66
RGB: (52,78,102)

Color info

#344E66 contains red, green and blue colors in about the same proportion. Web safe color of #344E66 is #336666 (or #366).

RGB color model

#344E66 color RGB value is (52,78,102).

  • red value is 52;
  • green value is 78;
  • blue value is 102.
RGB:
(52,78,102)
(20%,31%,40%)

RGB channels and saturation

R 52 of 255 = 20%
G 78 of 255 = 31%
B 102 of 255 = 40%

52
78
102

R + G + B ~ 30%. #344E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 78 + 102 = 232 (100%)
R 52 of 232 ~ 22.41%
G 78 of 232 ~ 33.62%
B 102 of 232 ~ 43.97%

%22.41
%33.62
%43.97

CMYK color model

#344E66 color CMYK value is (49,24,0,60).

  • cyan value is 49.02%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(49,24,0,60)
C49M24Y0K60 
(49%,24%,0%,60%)
(0.49/0.24/0.00/0.60)	

CMYK percentages

%49.02
%23.53
%0
%60

Codes

Color #344E66 in popluar color models

344E66
RGB5278102
HSL209°32.47%30.20%
HSB/HSV209°49.02%40.00%
CMYK49.02%23.53%0.00%
60.00%

Color #344E66 in popluar number systems.

HEX344E66
Decimal5278102
Binary11010010011101100110
Octal64116146

Shades and tints

Shades of #344E66

#344E66
(52,78,102)
#30475D
(48,71,93)
#2C4054
(44,64,84)
#28394B
(40,57,75)
#243242
(36,50,66)
#202B39
(32,43,57)
#1C2430
(28,36,48)
#181D27
(24,29,39)
#14161E
(20,22,30)
#100F15
(16,15,21)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #344E66

#344E66
(52,78,102)
#465E73
(70,94,115)
#586E80
(88,110,128)
#6A7E8D
(106,126,141)
#7C8E9A
(124,142,154)
#8E9EA7
(142,158,167)
#A0AEB4
(160,174,180)
#B2BEC1
(178,190,193)
#C4CECE
(196,206,206)
#D6DEDB
(214,222,219)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344E66; }

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

This text font color is #344E66.


Background Color

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

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

This div background color is #344E66.


Border color

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

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

This div border color is #344E66.


Opacity

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

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

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

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

This text has shadow with #344E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344E66 on black background.


Color preview on white background

This text has color #344E66 on white background.



Black color preview on #344E66 background

This text has black color on #344E66 background.


White color preview on #344E66 background

This text has white color on #344E66 background.