COLOR #354AE5

HEX: #354AE5
RGB: (53,74,229)

Color info

#354AE5 contains mainly blue color. Web safe color of #354AE5 is #3333CC (or #33C).

RGB color model

#354AE5 color RGB value is (53,74,229).

  • red value is 53;
  • green value is 74;
  • blue value is 229.
RGB:
(53,74,229)
(21%,29%,90%)

RGB channels and saturation

R 53 of 255 = 21%
G 74 of 255 = 29%
B 229 of 255 = 90%

53
74
229

R + G + B ~ 47%. #354AE5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 74 + 229 = 356 (100%)
R 53 of 356 ~ 14.89%
G 74 of 356 ~ 20.79%
B 229 of 356 ~ 64.33%

%14.89
%20.79
%64.33

CMYK color model

#354AE5 color CMYK value is (77,68,0,10).

  • cyan value is 76.86%
  • magenta value is 67.69%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(77,68,0,10)
C77M68Y0K10 
(77%,68%,0%,10%)
(0.77/0.68/0.00/0.10)	

CMYK percentages

%76.86
%67.69
%0
%10.2

Codes

Color #354AE5 in popluar color models

354AE5
RGB5374229
HSL233°77.19%55.29%
HSB/HSV233°76.86%89.80%
CMYK76.86%67.69%0.00%
10.20%

Color #354AE5 in popluar number systems.

HEX354AE5
Decimal5374229
Binary110101100101011100101
Octal65112345

Shades and tints

Shades of #354AE5

#354AE5
(53,74,229)
#3144D1
(49,68,209)
#2D3EBD
(45,62,189)
#2938A9
(41,56,169)
#253295
(37,50,149)
#212C81
(33,44,129)
#1D266D
(29,38,109)
#192059
(25,32,89)
#151A45
(21,26,69)
#111431
(17,20,49)
#0D0E1D
(13,14,29)
#000000
(0,0,0)

Tints of #354AE5

#354AE5
(53,74,229)
#475AE7
(71,90,231)
#596AE9
(89,106,233)
#6B7AEB
(107,122,235)
#7D8AED
(125,138,237)
#8F9AEF
(143,154,239)
#A1AAF1
(161,170,241)
#B3BAF3
(179,186,243)
#C5CAF5
(197,202,245)
#D7DAF7
(215,218,247)
#E9EAF9
(233,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354AE5 color. Also use rgb(53,74,229) instead hex code.

Text Font Color

.myTextColor { color: #354AE5; }

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

This text font color is #354AE5.


Background Color

.myBgColor { background-color: #354AE5; }

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

This div background color is #354AE5.


Border color

.myBorderColor { border: 1px solid #354AE5; }

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

This div border color is #354AE5.


Opacity

.myOpacity80 { color: #354AE5; opacity: 0.8; }

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

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

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

This text has shadow with #354AE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354AE5 on black background.


Color preview on white background

This text has color #354AE5 on white background.



Black color preview on #354AE5 background

This text has black color on #354AE5 background.


White color preview on #354AE5 background

This text has white color on #354AE5 background.