COLOR #356EAB

HEX: #356EAB
RGB: (53,110,171)

Color info

#356EAB contains mainly blue color. Web safe color of #356EAB is #336699 (or #369).

RGB color model

#356EAB color RGB value is (53,110,171).

  • red value is 53;
  • green value is 110;
  • blue value is 171.
RGB:
(53,110,171)
(21%,43%,67%)

RGB channels and saturation

R 53 of 255 = 21%
G 110 of 255 = 43%
B 171 of 255 = 67%

53
110
171

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

Portions of RGB colors in percentages

R + G + B =
53 + 110 + 171 = 334 (100%)
R 53 of 334 ~ 15.87%
G 110 of 334 ~ 32.93%
B 171 of 334 ~ 51.2%

%15.87
%32.93
%51.2

CMYK color model

#356EAB color CMYK value is (69,36,0,33).

  • cyan value is 69.01%
  • magenta value is 35.67%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(69,36,0,33)
C69M36Y0K33 
(69%,36%,0%,33%)
(0.69/0.36/0.00/0.33)	

CMYK percentages

%69.01
%35.67
%0
%32.94

Codes

Color #356EAB in popluar color models

356EAB
RGB53110171
HSL211°52.68%43.92%
HSB/HSV211°69.01%67.06%
CMYK69.01%35.67%0.00%
32.94%

Color #356EAB in popluar number systems.

HEX356EAB
Decimal53110171
Binary110101110111010101011
Octal65156253

Shades and tints

Shades of #356EAB

#356EAB
(53,110,171)
#31649C
(49,100,156)
#2D5A8D
(45,90,141)
#29507E
(41,80,126)
#25466F
(37,70,111)
#213C60
(33,60,96)
#1D3251
(29,50,81)
#192842
(25,40,66)
#151E33
(21,30,51)
#111424
(17,20,36)
#0D0A15
(13,10,21)
#000000
(0,0,0)

Tints of #356EAB

#356EAB
(53,110,171)
#477BB2
(71,123,178)
#5988B9
(89,136,185)
#6B95C0
(107,149,192)
#7DA2C7
(125,162,199)
#8FAFCE
(143,175,206)
#A1BCD5
(161,188,213)
#B3C9DC
(179,201,220)
#C5D6E3
(197,214,227)
#D7E3EA
(215,227,234)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356EAB color. Also use rgb(53,110,171) instead hex code.

Text Font Color

.myTextColor { color: #356EAB; }

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

This text font color is #356EAB.


Background Color

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

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

This div background color is #356EAB.


Border color

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

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

This div border color is #356EAB.


Opacity

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

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

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

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

This text has shadow with #356EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356EAB on black background.


Color preview on white background

This text has color #356EAB on white background.



Black color preview on #356EAB background

This text has black color on #356EAB background.


White color preview on #356EAB background

This text has white color on #356EAB background.