COLOR #344A8A

HEX: #344A8A
RGB: (52,74,138)

Color info

#344A8A contains mainly blue color. Web safe color of #344A8A is #333399 (or #339).

RGB color model

#344A8A color RGB value is (52,74,138).

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

RGB channels and saturation

R 52 of 255 = 20%
G 74 of 255 = 29%
B 138 of 255 = 54%

52
74
138

R + G + B ~ 34%. #344A8A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 74 + 138 = 264 (100%)
R 52 of 264 ~ 19.7%
G 74 of 264 ~ 28.03%
B 138 of 264 ~ 52.27%

%19.7
%28.03
%52.27

CMYK color model

#344A8A color CMYK value is (62,46,0,46).

  • cyan value is 62.32%
  • magenta value is 46.38%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(62,46,0,46)
C62M46Y0K46 
(62%,46%,0%,46%)
(0.62/0.46/0.00/0.46)	

CMYK percentages

%62.32
%46.38
%0
%45.88

Codes

Color #344A8A in popluar color models

344A8A
RGB5274138
HSL225°45.26%37.25%
HSB/HSV225°62.32%54.12%
CMYK62.32%46.38%0.00%
45.88%

Color #344A8A in popluar number systems.

HEX344A8A
Decimal5274138
Binary110100100101010001010
Octal64112212

Shades and tints

Shades of #344A8A

#344A8A
(52,74,138)
#30447E
(48,68,126)
#2C3E72
(44,62,114)
#283866
(40,56,102)
#24325A
(36,50,90)
#202C4E
(32,44,78)
#1C2642
(28,38,66)
#182036
(24,32,54)
#141A2A
(20,26,42)
#10141E
(16,20,30)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #344A8A

#344A8A
(52,74,138)
#465A94
(70,90,148)
#586A9E
(88,106,158)
#6A7AA8
(106,122,168)
#7C8AB2
(124,138,178)
#8E9ABC
(142,154,188)
#A0AAC6
(160,170,198)
#B2BAD0
(178,186,208)
#C4CADA
(196,202,218)
#D6DAE4
(214,218,228)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344A8A; }

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

This text font color is #344A8A.


Background Color

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

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

This div background color is #344A8A.


Border color

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

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

This div border color is #344A8A.


Opacity

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

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

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

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

This text has shadow with #344A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344A8A on black background.


Color preview on white background

This text has color #344A8A on white background.



Black color preview on #344A8A background

This text has black color on #344A8A background.


White color preview on #344A8A background

This text has white color on #344A8A background.