COLOR #3556D8

HEX: #3556D8
RGB: (53,86,216)

Color info

#3556D8 contains mainly blue color. Web safe color of #3556D8 is #3366CC (or #36C).

RGB color model

#3556D8 color RGB value is (53,86,216).

  • red value is 53;
  • green value is 86;
  • blue value is 216.
RGB:
(53,86,216)
(21%,34%,85%)

RGB channels and saturation

R 53 of 255 = 21%
G 86 of 255 = 34%
B 216 of 255 = 85%

53
86
216

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

Portions of RGB colors in percentages

R + G + B =
53 + 86 + 216 = 355 (100%)
R 53 of 355 ~ 14.93%
G 86 of 355 ~ 24.23%
B 216 of 355 ~ 60.85%

%14.93
%24.23
%60.85

CMYK color model

#3556D8 color CMYK value is (75,60,0,15).

  • cyan value is 75.46%
  • magenta value is 60.19%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(75,60,0,15)
C75M60Y0K15 
(75%,60%,0%,15%)
(0.75/0.60/0.00/0.15)	

CMYK percentages

%75.46
%60.19
%0
%15.29

Codes

Color #3556D8 in popluar color models

3556D8
RGB5386216
HSL228°67.63%52.75%
HSB/HSV228°75.46%84.71%
CMYK75.46%60.19%0.00%
15.29%

Color #3556D8 in popluar number systems.

HEX3556D8
Decimal5386216
Binary110101101011011011000
Octal65126330

Shades and tints

Shades of #3556D8

#3556D8
(53,86,216)
#314FC5
(49,79,197)
#2D48B2
(45,72,178)
#29419F
(41,65,159)
#253A8C
(37,58,140)
#213379
(33,51,121)
#1D2C66
(29,44,102)
#192553
(25,37,83)
#151E40
(21,30,64)
#11172D
(17,23,45)
#0D101A
(13,16,26)
#000000
(0,0,0)

Tints of #3556D8

#3556D8
(53,86,216)
#4765DB
(71,101,219)
#5974DE
(89,116,222)
#6B83E1
(107,131,225)
#7D92E4
(125,146,228)
#8FA1E7
(143,161,231)
#A1B0EA
(161,176,234)
#B3BFED
(179,191,237)
#C5CEF0
(197,206,240)
#D7DDF3
(215,221,243)
#E9ECF6
(233,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3556D8 color. Also use rgb(53,86,216) instead hex code.

Text Font Color

.myTextColor { color: #3556D8; }

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

This text font color is #3556D8.


Background Color

.myBgColor { background-color: #3556D8; }

<div style="background-color:#3556D8">Inner text</div>

This div background color is #3556D8.


Border color

.myBorderColor { border: 1px solid #3556D8; }

<div style="border:3px solid #3556D8">Div</div>

This div border color is #3556D8.


Opacity

.myOpacity80 { color: #3556D8; opacity: 0.8; }

<p style="color:#3556D8;opacity:0.8;">80%</p>

Text with #3556D8 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 #3556D8;}

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

This text has shadow with #3556D8 color.

.textShadow {text-shadow: 3px 3px 1px #3556D8, 3px 3px 1px red;}

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

This text has shadow with #3556D8 primary color and red secondary color.


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

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

This text has shadow with #3556D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3556D8 on black background.


Color preview on white background

This text has color #3556D8 on white background.



Black color preview on #3556D8 background

This text has black color on #3556D8 background.


White color preview on #3556D8 background

This text has white color on #3556D8 background.