COLOR #344699

HEX: #344699
RGB: (52,70,153)

Color info

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

RGB color model

#344699 color RGB value is (52,70,153).

  • red value is 52;
  • green value is 70;
  • blue value is 153.
RGB:
(52,70,153)
(20%,27%,60%)

RGB channels and saturation

R 52 of 255 = 20%
G 70 of 255 = 27%
B 153 of 255 = 60%

52
70
153

R + G + B ~ 36%. #344699 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 70 + 153 = 275 (100%)
R 52 of 275 ~ 18.91%
G 70 of 275 ~ 25.45%
B 153 of 275 ~ 55.64%

%18.91
%25.45
%55.64

CMYK color model

#344699 color CMYK value is (66,54,0,40).

  • cyan value is 66.01%
  • magenta value is 54.25%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(66,54,0,40)
C66M54Y0K40 
(66%,54%,0%,40%)
(0.66/0.54/0.00/0.40)	

CMYK percentages

%66.01
%54.25
%0
%40

Codes

Color #344699 in popluar color models

344699
RGB5270153
HSL229°49.27%40.20%
HSB/HSV229°66.01%60.00%
CMYK66.01%54.25%0.00%
40.00%

Color #344699 in popluar number systems.

HEX344699
Decimal5270153
Binary110100100011010011001
Octal64106231

Shades and tints

Shades of #344699

#344699
(52,70,153)
#30408C
(48,64,140)
#2C3A7F
(44,58,127)
#283472
(40,52,114)
#242E65
(36,46,101)
#202858
(32,40,88)
#1C224B
(28,34,75)
#181C3E
(24,28,62)
#141631
(20,22,49)
#101024
(16,16,36)
#0C0A17
(12,10,23)
#000000
(0,0,0)

Tints of #344699

#344699
(52,70,153)
#4656A2
(70,86,162)
#5866AB
(88,102,171)
#6A76B4
(106,118,180)
#7C86BD
(124,134,189)
#8E96C6
(142,150,198)
#A0A6CF
(160,166,207)
#B2B6D8
(178,182,216)
#C4C6E1
(196,198,225)
#D6D6EA
(214,214,234)
#E8E6F3
(232,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344699 color. Also use rgb(52,70,153) instead hex code.

Text Font Color

.myTextColor { color: #344699; }

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

This text font color is #344699.


Background Color

.myBgColor { background-color: #344699; }

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

This div background color is #344699.


Border color

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

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

This div border color is #344699.


Opacity

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

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

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

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

This text has shadow with #344699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344699 on black background.


Color preview on white background

This text has color #344699 on white background.



Black color preview on #344699 background

This text has black color on #344699 background.


White color preview on #344699 background

This text has white color on #344699 background.