COLOR #3449F3

HEX: #3449F3
RGB: (52,73,243)

Color info

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

RGB color model

#3449F3 color RGB value is (52,73,243).

  • red value is 52;
  • green value is 73;
  • blue value is 243.
RGB:
(52,73,243)
(20%,29%,95%)

RGB channels and saturation

R 52 of 255 = 20%
G 73 of 255 = 29%
B 243 of 255 = 95%

52
73
243

R + G + B ~ 48%. #3449F3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 73 + 243 = 368 (100%)
R 52 of 368 ~ 14.13%
G 73 of 368 ~ 19.84%
B 243 of 368 ~ 66.03%

%14.13
%19.84
%66.03

CMYK color model

#3449F3 color CMYK value is (79,70,0,5).

  • cyan value is 78.60%
  • magenta value is 69.96%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(79,70,0,5)
C79M70Y0K5 
(79%,70%,0%,5%)
(0.79/0.70/0.00/0.05)	

CMYK percentages

%78.6
%69.96
%0
%4.71

Codes

Color #3449F3 in popluar color models

3449F3
RGB5273243
HSL233°88.84%57.84%
HSB/HSV233°78.60%95.29%
CMYK78.60%69.96%0.00%
4.71%

Color #3449F3 in popluar number systems.

HEX3449F3
Decimal5273243
Binary110100100100111110011
Octal64111363

Shades and tints

Shades of #3449F3

#3449F3
(52,73,243)
#3043DD
(48,67,221)
#2C3DC7
(44,61,199)
#2837B1
(40,55,177)
#24319B
(36,49,155)
#202B85
(32,43,133)
#1C256F
(28,37,111)
#181F59
(24,31,89)
#141943
(20,25,67)
#10132D
(16,19,45)
#0C0D17
(12,13,23)
#000000
(0,0,0)

Tints of #3449F3

#3449F3
(52,73,243)
#4659F4
(70,89,244)
#5869F5
(88,105,245)
#6A79F6
(106,121,246)
#7C89F7
(124,137,247)
#8E99F8
(142,153,248)
#A0A9F9
(160,169,249)
#B2B9FA
(178,185,250)
#C4C9FB
(196,201,251)
#D6D9FC
(214,217,252)
#E8E9FD
(232,233,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3449F3 color. Also use rgb(52,73,243) instead hex code.

Text Font Color

.myTextColor { color: #3449F3; }

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

This text font color is #3449F3.


Background Color

.myBgColor { background-color: #3449F3; }

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

This div background color is #3449F3.


Border color

.myBorderColor { border: 1px solid #3449F3; }

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

This div border color is #3449F3.


Opacity

.myOpacity80 { color: #3449F3; opacity: 0.8; }

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

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

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

This text has shadow with #3449F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3449F3 on black background.


Color preview on white background

This text has color #3449F3 on white background.



Black color preview on #3449F3 background

This text has black color on #3449F3 background.


White color preview on #3449F3 background

This text has white color on #3449F3 background.