COLOR #344F99

HEX: #344F99
RGB: (52,79,153)

Color info

#344F99 contains mainly blue color. Web safe color of #344F99 is #336699 (or #369).

RGB color model

#344F99 color RGB value is (52,79,153).

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

RGB channels and saturation

R 52 of 255 = 20%
G 79 of 255 = 31%
B 153 of 255 = 60%

52
79
153

R + G + B ~ 37%. #344F99 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 79 + 153 = 284 (100%)
R 52 of 284 ~ 18.31%
G 79 of 284 ~ 27.82%
B 153 of 284 ~ 53.87%

%18.31
%27.82
%53.87

CMYK color model

#344F99 color CMYK value is (66,48,0,40).

  • cyan value is 66.01%
  • magenta value is 48.37%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(66,48,0,40)
C66M48Y0K40 
(66%,48%,0%,40%)
(0.66/0.48/0.00/0.40)	

CMYK percentages

%66.01
%48.37
%0
%40

Codes

Color #344F99 in popluar color models

344F99
RGB5279153
HSL224°49.27%40.20%
HSB/HSV224°66.01%60.00%
CMYK66.01%48.37%0.00%
40.00%

Color #344F99 in popluar number systems.

HEX344F99
Decimal5279153
Binary110100100111110011001
Octal64117231

Shades and tints

Shades of #344F99

#344F99
(52,79,153)
#30488C
(48,72,140)
#2C417F
(44,65,127)
#283A72
(40,58,114)
#243365
(36,51,101)
#202C58
(32,44,88)
#1C254B
(28,37,75)
#181E3E
(24,30,62)
#141731
(20,23,49)
#101024
(16,16,36)
#0C0917
(12,9,23)
#000000
(0,0,0)

Tints of #344F99

#344F99
(52,79,153)
#465FA2
(70,95,162)
#586FAB
(88,111,171)
#6A7FB4
(106,127,180)
#7C8FBD
(124,143,189)
#8E9FC6
(142,159,198)
#A0AFCF
(160,175,207)
#B2BFD8
(178,191,216)
#C4CFE1
(196,207,225)
#D6DFEA
(214,223,234)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344F99; }

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

This text font color is #344F99.


Background Color

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

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

This div background color is #344F99.


Border color

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

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

This div border color is #344F99.


Opacity

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

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

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

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

This text has shadow with #344F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344F99 on black background.


Color preview on white background

This text has color #344F99 on white background.



Black color preview on #344F99 background

This text has black color on #344F99 background.


White color preview on #344F99 background

This text has white color on #344F99 background.