COLOR #356C92

HEX: #356C92
RGB: (53,108,146)

Color info

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

RGB color model

#356C92 color RGB value is (53,108,146).

  • red value is 53;
  • green value is 108;
  • blue value is 146.
RGB:
(53,108,146)
(21%,42%,57%)

RGB channels and saturation

R 53 of 255 = 21%
G 108 of 255 = 42%
B 146 of 255 = 57%

53
108
146

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

Portions of RGB colors in percentages

R + G + B =
53 + 108 + 146 = 307 (100%)
R 53 of 307 ~ 17.26%
G 108 of 307 ~ 35.18%
B 146 of 307 ~ 47.56%

%17.26
%35.18
%47.56

CMYK color model

#356C92 color CMYK value is (64,26,0,43).

  • cyan value is 63.70%
  • magenta value is 26.03%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(64,26,0,43)
C64M26Y0K43 
(64%,26%,0%,43%)
(0.64/0.26/0.00/0.43)	

CMYK percentages

%63.7
%26.03
%0
%42.75

Codes

Color #356C92 in popluar color models

356C92
RGB53108146
HSL205°46.73%39.02%
HSB/HSV205°63.70%57.25%
CMYK63.70%26.03%0.00%
42.75%

Color #356C92 in popluar number systems.

HEX356C92
Decimal53108146
Binary110101110110010010010
Octal65154222

Shades and tints

Shades of #356C92

#356C92
(53,108,146)
#316385
(49,99,133)
#2D5A78
(45,90,120)
#29516B
(41,81,107)
#25485E
(37,72,94)
#213F51
(33,63,81)
#1D3644
(29,54,68)
#192D37
(25,45,55)
#15242A
(21,36,42)
#111B1D
(17,27,29)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #356C92

#356C92
(53,108,146)
#47799B
(71,121,155)
#5986A4
(89,134,164)
#6B93AD
(107,147,173)
#7DA0B6
(125,160,182)
#8FADBF
(143,173,191)
#A1BAC8
(161,186,200)
#B3C7D1
(179,199,209)
#C5D4DA
(197,212,218)
#D7E1E3
(215,225,227)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356C92 color. Also use rgb(53,108,146) instead hex code.

Text Font Color

.myTextColor { color: #356C92; }

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

This text font color is #356C92.


Background Color

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

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

This div background color is #356C92.


Border color

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

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

This div border color is #356C92.


Opacity

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

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

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

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

This text has shadow with #356C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356C92 on black background.


Color preview on white background

This text has color #356C92 on white background.



Black color preview on #356C92 background

This text has black color on #356C92 background.


White color preview on #356C92 background

This text has white color on #356C92 background.