COLOR #344F69

HEX: #344F69
RGB: (52,79,105)

Color info

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

RGB color model

#344F69 color RGB value is (52,79,105).

  • red value is 52;
  • green value is 79;
  • blue value is 105.
RGB:
(52,79,105)
(20%,31%,41%)

RGB channels and saturation

R 52 of 255 = 20%
G 79 of 255 = 31%
B 105 of 255 = 41%

52
79
105

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

Portions of RGB colors in percentages

R + G + B =
52 + 79 + 105 = 236 (100%)
R 52 of 236 ~ 22.03%
G 79 of 236 ~ 33.47%
B 105 of 236 ~ 44.49%

%22.03
%33.47
%44.49

CMYK color model

#344F69 color CMYK value is (50,25,0,59).

  • cyan value is 50.48%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(50,25,0,59)
C50M25Y0K59 
(50%,25%,0%,59%)
(0.50/0.25/0.00/0.59)	

CMYK percentages

%50.48
%24.76
%0
%58.82

Codes

Color #344F69 in popluar color models

344F69
RGB5279105
HSL209°33.76%30.78%
HSB/HSV209°50.48%41.18%
CMYK50.48%24.76%0.00%
58.82%

Color #344F69 in popluar number systems.

HEX344F69
Decimal5279105
Binary11010010011111101001
Octal64117151

Shades and tints

Shades of #344F69

#344F69
(52,79,105)
#304860
(48,72,96)
#2C4157
(44,65,87)
#283A4E
(40,58,78)
#243345
(36,51,69)
#202C3C
(32,44,60)
#1C2533
(28,37,51)
#181E2A
(24,30,42)
#141721
(20,23,33)
#101018
(16,16,24)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #344F69

#344F69
(52,79,105)
#465F76
(70,95,118)
#586F83
(88,111,131)
#6A7F90
(106,127,144)
#7C8F9D
(124,143,157)
#8E9FAA
(142,159,170)
#A0AFB7
(160,175,183)
#B2BFC4
(178,191,196)
#C4CFD1
(196,207,209)
#D6DFDE
(214,223,222)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344F69 color. Also use rgb(52,79,105) instead hex code.

Text Font Color

.myTextColor { color: #344F69; }

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

This text font color is #344F69.


Background Color

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

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

This div background color is #344F69.


Border color

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

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

This div border color is #344F69.


Opacity

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

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

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

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

This text has shadow with #344F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344F69 on black background.


Color preview on white background

This text has color #344F69 on white background.



Black color preview on #344F69 background

This text has black color on #344F69 background.


White color preview on #344F69 background

This text has white color on #344F69 background.