COLOR #356FA7

HEX: #356FA7
RGB: (53,111,167)

Color info

#356FA7 contains mainly green and blue colors. Web safe color of #356FA7 is #336699 (or #369).

RGB color model

#356FA7 color RGB value is (53,111,167).

  • red value is 53;
  • green value is 111;
  • blue value is 167.
RGB:
(53,111,167)
(21%,44%,65%)

RGB channels and saturation

R 53 of 255 = 21%
G 111 of 255 = 44%
B 167 of 255 = 65%

53
111
167

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

Portions of RGB colors in percentages

R + G + B =
53 + 111 + 167 = 331 (100%)
R 53 of 331 ~ 16.01%
G 111 of 331 ~ 33.53%
B 167 of 331 ~ 50.45%

%16.01
%33.53
%50.45

CMYK color model

#356FA7 color CMYK value is (68,34,0,35).

  • cyan value is 68.26%
  • magenta value is 33.53%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(68,34,0,35)
C68M34Y0K35 
(68%,34%,0%,35%)
(0.68/0.34/0.00/0.35)	

CMYK percentages

%68.26
%33.53
%0
%34.51

Codes

Color #356FA7 in popluar color models

356FA7
RGB53111167
HSL209°51.82%43.14%
HSB/HSV209°68.26%65.49%
CMYK68.26%33.53%0.00%
34.51%

Color #356FA7 in popluar number systems.

HEX356FA7
Decimal53111167
Binary110101110111110100111
Octal65157247

Shades and tints

Shades of #356FA7

#356FA7
(53,111,167)
#316598
(49,101,152)
#2D5B89
(45,91,137)
#29517A
(41,81,122)
#25476B
(37,71,107)
#213D5C
(33,61,92)
#1D334D
(29,51,77)
#19293E
(25,41,62)
#151F2F
(21,31,47)
#111520
(17,21,32)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #356FA7

#356FA7
(53,111,167)
#477CAF
(71,124,175)
#5989B7
(89,137,183)
#6B96BF
(107,150,191)
#7DA3C7
(125,163,199)
#8FB0CF
(143,176,207)
#A1BDD7
(161,189,215)
#B3CADF
(179,202,223)
#C5D7E7
(197,215,231)
#D7E4EF
(215,228,239)
#E9F1F7
(233,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356FA7 color. Also use rgb(53,111,167) instead hex code.

Text Font Color

.myTextColor { color: #356FA7; }

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

This text font color is #356FA7.


Background Color

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

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

This div background color is #356FA7.


Border color

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

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

This div border color is #356FA7.


Opacity

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

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

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

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

This text has shadow with #356FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356FA7 on black background.


Color preview on white background

This text has color #356FA7 on white background.



Black color preview on #356FA7 background

This text has black color on #356FA7 background.


White color preview on #356FA7 background

This text has white color on #356FA7 background.