COLOR #344592

HEX: #344592
RGB: (52,69,146)

Color info

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

RGB color model

#344592 color RGB value is (52,69,146).

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

RGB channels and saturation

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

52
69
146

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

Portions of RGB colors in percentages

R + G + B =
52 + 69 + 146 = 267 (100%)
R 52 of 267 ~ 19.48%
G 69 of 267 ~ 25.84%
B 146 of 267 ~ 54.68%

%19.48
%25.84
%54.68

CMYK color model

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

  • cyan value is 64.38%
  • magenta value is 52.74%
  • 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
%52.74
%0
%42.75

Codes

Color #344592 in popluar color models

344592
RGB5269146
HSL229°47.47%38.82%
HSB/HSV229°64.38%57.25%
CMYK64.38%52.74%0.00%
42.75%

Color #344592 in popluar number systems.

HEX344592
Decimal5269146
Binary110100100010110010010
Octal64105222

Shades and tints

Shades of #344592

#344592
(52,69,146)
#303F85
(48,63,133)
#2C3978
(44,57,120)
#28336B
(40,51,107)
#242D5E
(36,45,94)
#202751
(32,39,81)
#1C2144
(28,33,68)
#181B37
(24,27,55)
#14152A
(20,21,42)
#100F1D
(16,15,29)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #344592

#344592
(52,69,146)
#46559B
(70,85,155)
#5865A4
(88,101,164)
#6A75AD
(106,117,173)
#7C85B6
(124,133,182)
#8E95BF
(142,149,191)
#A0A5C8
(160,165,200)
#B2B5D1
(178,181,209)
#C4C5DA
(196,197,218)
#D6D5E3
(214,213,227)
#E8E5EC
(232,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344592; }

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

This text font color is #344592.


Background Color

.myBgColor { background-color: #344592; }

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

This div background color is #344592.


Border color

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

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

This div border color is #344592.


Opacity

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

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

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

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

This text has shadow with #344592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344592 on black background.


Color preview on white background

This text has color #344592 on white background.



Black color preview on #344592 background

This text has black color on #344592 background.


White color preview on #344592 background

This text has white color on #344592 background.