COLOR #344499

HEX: #344499
RGB: (52,68,153)

Color info

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

RGB color model

#344499 color RGB value is (52,68,153).

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

RGB channels and saturation

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

52
68
153

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

Portions of RGB colors in percentages

R + G + B =
52 + 68 + 153 = 273 (100%)
R 52 of 273 ~ 19.05%
G 68 of 273 ~ 24.91%
B 153 of 273 ~ 56.04%

%19.05
%24.91
%56.04

CMYK color model

#344499 color CMYK value is (66,56,0,40).

  • cyan value is 66.01%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(66,56,0,40)
C66M56Y0K40 
(66%,56%,0%,40%)
(0.66/0.56/0.00/0.40)	

CMYK percentages

%66.01
%55.56
%0
%40

Codes

Color #344499 in popluar color models

344499
RGB5268153
HSL230°49.27%40.20%
HSB/HSV230°66.01%60.00%
CMYK66.01%55.56%0.00%
40.00%

Color #344499 in popluar number systems.

HEX344499
Decimal5268153
Binary110100100010010011001
Octal64104231

Shades and tints

Shades of #344499

#344499
(52,68,153)
#303E8C
(48,62,140)
#2C387F
(44,56,127)
#283272
(40,50,114)
#242C65
(36,44,101)
#202658
(32,38,88)
#1C204B
(28,32,75)
#181A3E
(24,26,62)
#141431
(20,20,49)
#100E24
(16,14,36)
#0C0817
(12,8,23)
#000000
(0,0,0)

Tints of #344499

#344499
(52,68,153)
#4655A2
(70,85,162)
#5866AB
(88,102,171)
#6A77B4
(106,119,180)
#7C88BD
(124,136,189)
#8E99C6
(142,153,198)
#A0AACF
(160,170,207)
#B2BBD8
(178,187,216)
#C4CCE1
(196,204,225)
#D6DDEA
(214,221,234)
#E8EEF3
(232,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344499; }

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

This text font color is #344499.


Background Color

.myBgColor { background-color: #344499; }

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

This div background color is #344499.


Border color

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

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

This div border color is #344499.


Opacity

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

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

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

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

This text has shadow with #344499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344499 on black background.


Color preview on white background

This text has color #344499 on white background.



Black color preview on #344499 background

This text has black color on #344499 background.


White color preview on #344499 background

This text has white color on #344499 background.