COLOR #344492

HEX: #344492
RGB: (52,68,146)

Color info

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

RGB color model

#344492 color RGB value is (52,68,146).

  • red value is 52;
  • green value is 68;
  • blue value is 146.
RGB:
(52,68,146)
(20%,27%,57%)

RGB channels and saturation

R 52 of 255 = 20%
G 68 of 255 = 27%
B 146 of 255 = 57%

52
68
146

R + G + B ~ 35%. #344492 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 68 + 146 = 266 (100%)
R 52 of 266 ~ 19.55%
G 68 of 266 ~ 25.56%
B 146 of 266 ~ 54.89%

%19.55
%25.56
%54.89

CMYK color model

#344492 color CMYK value is (64,53,0,43).

  • cyan value is 64.38%
  • magenta value is 53.42%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(64,53,0,43)
C64M53Y0K43 
(64%,53%,0%,43%)
(0.64/0.53/0.00/0.43)	

CMYK percentages

%64.38
%53.42
%0
%42.75

Codes

Color #344492 in popluar color models

344492
RGB5268146
HSL230°47.47%38.82%
HSB/HSV230°64.38%57.25%
CMYK64.38%53.42%0.00%
42.75%

Color #344492 in popluar number systems.

HEX344492
Decimal5268146
Binary110100100010010010010
Octal64104222

Shades and tints

Shades of #344492

#344492
(52,68,146)
#303E85
(48,62,133)
#2C3878
(44,56,120)
#28326B
(40,50,107)
#242C5E
(36,44,94)
#202651
(32,38,81)
#1C2044
(28,32,68)
#181A37
(24,26,55)
#14142A
(20,20,42)
#100E1D
(16,14,29)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #344492

#344492
(52,68,146)
#46559B
(70,85,155)
#5866A4
(88,102,164)
#6A77AD
(106,119,173)
#7C88B6
(124,136,182)
#8E99BF
(142,153,191)
#A0AAC8
(160,170,200)
#B2BBD1
(178,187,209)
#C4CCDA
(196,204,218)
#D6DDE3
(214,221,227)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344492 color. Also use rgb(52,68,146) instead hex code.

Text Font Color

.myTextColor { color: #344492; }

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

This text font color is #344492.


Background Color

.myBgColor { background-color: #344492; }

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

This div background color is #344492.


Border color

.myBorderColor { border: 1px solid #344492; }

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

This div border color is #344492.


Opacity

.myOpacity80 { color: #344492; opacity: 0.8; }

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

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

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

This text has shadow with #344492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344492 on black background.


Color preview on white background

This text has color #344492 on white background.



Black color preview on #344492 background

This text has black color on #344492 background.


White color preview on #344492 background

This text has white color on #344492 background.