COLOR #354CD8

HEX: #354CD8 RGB: (53,76,216)

Color info

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

RGB color model

#354CD8 color RGB value is (53,76,216).

RGB: (53,76,216) (21%, 30%, 85%)

RGB channels and saturation

R 53 of 255 = 21%
G 76 of 255 = 30%
B 216 of 255 = 85%

53
76
216

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

Portions of RGB colors in percentages

R + G + B = 53 + 76 + 216 = 345 (100%)
R 53 of 345 ~ 15.36%
G 76 of 345 ~ 22.03%
B 216 of 345 ~ 62.61'%

%15.36
%22.03
%62.61

CMYK color model

#354CD8 color CMYK value is (75,65,0,15).

  • cyan value is 75.46%
  • magenta value is 64.81%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (75,65,0,15)
C75M65Y0K15 (75%, 65%, 0%, 15%)
(0.75 / 0.65 / 0.00 / 0.15)

CMYK percentages

%75.46
%64.81
%0
%15.29

Codes

Color #354CD8 in popluar color models

35 4C D8
RGB 53 76 216
HSL 232° 67.63% 52.75%
HSB/HSV 232° 75.46% 84.71%
CMYK 75.46% 64.81% 0.00%
15.29%

Color #354CD8 in popluar number systems.

HEX 35 4C D8
Decimal 53 76 216
Binary 110101 1001100 11011000
Octal 65 114 330

Shades and tints

Shades of #354CD8

#354CD8
(53,76,216)
#3146C5
(49,70,197)
#2D40B2
(45,64,178)
#293A9F
(41,58,159)
#25348C
(37,52,140)
#212E79
(33,46,121)
#1D2866
(29,40,102)
#192253
(25,34,83)
#151C40
(21,28,64)
#11162D
(17,22,45)
#0D101A
(13,16,26)
#000000
(0,0,0)

Tints of #354CD8

#354CD8
(53,76,216)
#475CDB
(71,92,219)
#596CDE
(89,108,222)
#6B7CE1
(107,124,225)
#7D8CE4
(125,140,228)
#8F9CE7
(143,156,231)
#A1ACEA
(161,172,234)
#B3BCED
(179,188,237)
#C5CCF0
(197,204,240)
#D7DCF3
(215,220,243)
#E9ECF6
(233,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354CD8 color. Also use rgb(53,76,216) instead hex code.

Text Font Color

.myTextColor { color: #354CD8; }

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

This text font color is #354CD8.

Background Color

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

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

This div background color is #354CD8.

Border color

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

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

This div border color is #354CD8.

Opacity

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

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

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

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

This text has shadow with #354CD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #354CD8.

Preview

Color preview on black background

This text has color #354CD8 on black background.


Color preview on white background

This text has color #354CD8 on white background.


Black color preview on #354CD8 background

This text has black color on #354CD8 background.


White color preview on #354CD8 background

This text has white color on #354CD8 background.


Related colors

Complementary color

Complementary color for #hex is #CAB327.


I love getcolorcode.com

Triadic colors

1 #D8354C and #4CD835 with #354CD8 are triadic colors.

2 #D84C35 and #4C35D8 with #354CD8 are triadic colors.