COLOR #344A59

HEX: #344A59
RGB: (52,74,89)

Color info

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

RGB color model

#344A59 color RGB value is (52,74,89).

  • red value is 52;
  • green value is 74;
  • blue value is 89.
RGB:
(52,74,89)
(20%,29%,35%)

RGB channels and saturation

R 52 of 255 = 20%
G 74 of 255 = 29%
B 89 of 255 = 35%

52
74
89

R + G + B ~ 28%. #344A59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 74 + 89 = 215 (100%)
R 52 of 215 ~ 24.19%
G 74 of 215 ~ 34.42%
B 89 of 215 ~ 41.4%

%24.19
%34.42
%41.4

CMYK color model

#344A59 color CMYK value is (42,17,0,65).

  • cyan value is 41.57%
  • magenta value is 16.85%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(42,17,0,65)
C42M17Y0K65 
(42%,17%,0%,65%)
(0.42/0.17/0.00/0.65)	

CMYK percentages

%41.57
%16.85
%0
%65.1

Codes

Color #344A59 in popluar color models

344A59
RGB527489
HSL204°26.24%27.65%
HSB/HSV204°41.57%34.90%
CMYK41.57%16.85%0.00%
65.10%

Color #344A59 in popluar number systems.

HEX344A59
Decimal527489
Binary11010010010101011001
Octal64112131

Shades and tints

Shades of #344A59

#344A59
(52,74,89)
#304451
(48,68,81)
#2C3E49
(44,62,73)
#283841
(40,56,65)
#243239
(36,50,57)
#202C31
(32,44,49)
#1C2629
(28,38,41)
#182021
(24,32,33)
#141A19
(20,26,25)
#101411
(16,20,17)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #344A59

#344A59
(52,74,89)
#465A68
(70,90,104)
#586A77
(88,106,119)
#6A7A86
(106,122,134)
#7C8A95
(124,138,149)
#8E9AA4
(142,154,164)
#A0AAB3
(160,170,179)
#B2BAC2
(178,186,194)
#C4CAD1
(196,202,209)
#D6DAE0
(214,218,224)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344A59 color. Also use rgb(52,74,89) instead hex code.

Text Font Color

.myTextColor { color: #344A59; }

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

This text font color is #344A59.


Background Color

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

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

This div background color is #344A59.


Border color

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

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

This div border color is #344A59.


Opacity

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

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

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

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

This text has shadow with #344A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344A59 on black background.


Color preview on white background

This text has color #344A59 on white background.



Black color preview on #344A59 background

This text has black color on #344A59 background.


White color preview on #344A59 background

This text has white color on #344A59 background.