COLOR #344A62

HEX: #344A62
RGB: (52,74,98)

Color info

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

RGB color model

#344A62 color RGB value is (52,74,98).

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

RGB channels and saturation

R 52 of 255 = 20%
G 74 of 255 = 29%
B 98 of 255 = 38%

52
74
98

R + G + B ~ 29%. #344A62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 74 + 98 = 224 (100%)
R 52 of 224 ~ 23.21%
G 74 of 224 ~ 33.04%
B 98 of 224 ~ 43.75%

%23.21
%33.04
%43.75

CMYK color model

#344A62 color CMYK value is (47,24,0,62).

  • cyan value is 46.94%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(47,24,0,62)
C47M24Y0K62 
(47%,24%,0%,62%)
(0.47/0.24/0.00/0.62)	

CMYK percentages

%46.94
%24.49
%0
%61.57

Codes

Color #344A62 in popluar color models

344A62
RGB527498
HSL211°30.67%29.41%
HSB/HSV211°46.94%38.43%
CMYK46.94%24.49%0.00%
61.57%

Color #344A62 in popluar number systems.

HEX344A62
Decimal527498
Binary11010010010101100010
Octal64112142

Shades and tints

Shades of #344A62

#344A62
(52,74,98)
#30445A
(48,68,90)
#2C3E52
(44,62,82)
#28384A
(40,56,74)
#243242
(36,50,66)
#202C3A
(32,44,58)
#1C2632
(28,38,50)
#18202A
(24,32,42)
#141A22
(20,26,34)
#10141A
(16,20,26)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #344A62

#344A62
(52,74,98)
#465A70
(70,90,112)
#586A7E
(88,106,126)
#6A7A8C
(106,122,140)
#7C8A9A
(124,138,154)
#8E9AA8
(142,154,168)
#A0AAB6
(160,170,182)
#B2BAC4
(178,186,196)
#C4CAD2
(196,202,210)
#D6DAE0
(214,218,224)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344A62; }

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

This text font color is #344A62.


Background Color

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

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

This div background color is #344A62.


Border color

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

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

This div border color is #344A62.


Opacity

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

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

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

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

This text has shadow with #344A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344A62 on black background.


Color preview on white background

This text has color #344A62 on white background.



Black color preview on #344A62 background

This text has black color on #344A62 background.


White color preview on #344A62 background

This text has white color on #344A62 background.