COLOR #356DB4

HEX: #356DB4
RGB: (53,109,180)

Color info

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

RGB color model

#356DB4 color RGB value is (53,109,180).

  • red value is 53;
  • green value is 109;
  • blue value is 180.
RGB:
(53,109,180)
(21%,43%,71%)

RGB channels and saturation

R 53 of 255 = 21%
G 109 of 255 = 43%
B 180 of 255 = 71%

53
109
180

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

Portions of RGB colors in percentages

R + G + B =
53 + 109 + 180 = 342 (100%)
R 53 of 342 ~ 15.5%
G 109 of 342 ~ 31.87%
B 180 of 342 ~ 52.63%

%15.5
%31.87
%52.63

CMYK color model

#356DB4 color CMYK value is (71,39,0,29).

  • cyan value is 70.56%
  • magenta value is 39.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(71,39,0,29)
C71M39Y0K29 
(71%,39%,0%,29%)
(0.71/0.39/0.00/0.29)	

CMYK percentages

%70.56
%39.44
%0
%29.41

Codes

Color #356DB4 in popluar color models

356DB4
RGB53109180
HSL214°54.51%45.69%
HSB/HSV214°70.56%70.59%
CMYK70.56%39.44%0.00%
29.41%

Color #356DB4 in popluar number systems.

HEX356DB4
Decimal53109180
Binary110101110110110110100
Octal65155264

Shades and tints

Shades of #356DB4

#356DB4
(53,109,180)
#3164A4
(49,100,164)
#2D5B94
(45,91,148)
#295284
(41,82,132)
#254974
(37,73,116)
#214064
(33,64,100)
#1D3754
(29,55,84)
#192E44
(25,46,68)
#152534
(21,37,52)
#111C24
(17,28,36)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #356DB4

#356DB4
(53,109,180)
#477ABA
(71,122,186)
#5987C0
(89,135,192)
#6B94C6
(107,148,198)
#7DA1CC
(125,161,204)
#8FAED2
(143,174,210)
#A1BBD8
(161,187,216)
#B3C8DE
(179,200,222)
#C5D5E4
(197,213,228)
#D7E2EA
(215,226,234)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356DB4 color. Also use rgb(53,109,180) instead hex code.

Text Font Color

.myTextColor { color: #356DB4; }

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

This text font color is #356DB4.


Background Color

.myBgColor { background-color: #356DB4; }

<div style="background-color:#356DB4">Inner text</div>

This div background color is #356DB4.


Border color

.myBorderColor { border: 1px solid #356DB4; }

<div style="border:3px solid #356DB4">Div</div>

This div border color is #356DB4.


Opacity

.myOpacity80 { color: #356DB4; opacity: 0.8; }

<p style="color:#356DB4;opacity:0.8;">80%</p>

Text with #356DB4 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 #356DB4;}

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

This text has shadow with #356DB4 color.

.textShadow {text-shadow: 3px 3px 1px #356DB4, 3px 3px 1px red;}

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

This text has shadow with #356DB4 primary color and red secondary color.


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

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

This text has shadow with #356DB4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356DB4 on black background.


Color preview on white background

This text has color #356DB4 on white background.



Black color preview on #356DB4 background

This text has black color on #356DB4 background.


White color preview on #356DB4 background

This text has white color on #356DB4 background.