COLOR #344DF9

HEX: #344DF9
RGB: (52,77,249)

Color info

#344DF9 contains mainly blue color. Web safe color of #344DF9 is #3333FF (or #33F).

RGB color model

#344DF9 color RGB value is (52,77,249).

  • red value is 52;
  • green value is 77;
  • blue value is 249.
RGB:
(52,77,249)
(20%,30%,98%)

RGB channels and saturation

R 52 of 255 = 20%
G 77 of 255 = 30%
B 249 of 255 = 98%

52
77
249

R + G + B ~ 49%. #344DF9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 77 + 249 = 378 (100%)
R 52 of 378 ~ 13.76%
G 77 of 378 ~ 20.37%
B 249 of 378 ~ 65.87%

%13.76
%20.37
%65.87

CMYK color model

#344DF9 color CMYK value is (79,69,0,2).

  • cyan value is 79.12%
  • magenta value is 69.08%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(79,69,0,2)
C79M69Y0K2 
(79%,69%,0%,2%)
(0.79/0.69/0.00/0.02)	

CMYK percentages

%79.12
%69.08
%0
%2.35

Codes

Color #344DF9 in popluar color models

344DF9
RGB5277249
HSL232°94.26%59.02%
HSB/HSV232°79.12%97.65%
CMYK79.12%69.08%0.00%
2.35%

Color #344DF9 in popluar number systems.

HEX344DF9
Decimal5277249
Binary110100100110111111001
Octal64115371

Shades and tints

Shades of #344DF9

#344DF9
(52,77,249)
#3046E3
(48,70,227)
#2C3FCD
(44,63,205)
#2838B7
(40,56,183)
#2431A1
(36,49,161)
#202A8B
(32,42,139)
#1C2375
(28,35,117)
#181C5F
(24,28,95)
#141549
(20,21,73)
#100E33
(16,14,51)
#0C071D
(12,7,29)
#000000
(0,0,0)

Tints of #344DF9

#344DF9
(52,77,249)
#465DF9
(70,93,249)
#586DF9
(88,109,249)
#6A7DF9
(106,125,249)
#7C8DF9
(124,141,249)
#8E9DF9
(142,157,249)
#A0ADF9
(160,173,249)
#B2BDF9
(178,189,249)
#C4CDF9
(196,205,249)
#D6DDF9
(214,221,249)
#E8EDF9
(232,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344DF9 color. Also use rgb(52,77,249) instead hex code.

Text Font Color

.myTextColor { color: #344DF9; }

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

This text font color is #344DF9.


Background Color

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

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

This div background color is #344DF9.


Border color

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

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

This div border color is #344DF9.


Opacity

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

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

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

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

This text has shadow with #344DF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344DF9 on black background.


Color preview on white background

This text has color #344DF9 on white background.



Black color preview on #344DF9 background

This text has black color on #344DF9 background.


White color preview on #344DF9 background

This text has white color on #344DF9 background.