COLOR #356CC4

HEX: #356CC4
RGB: (53,108,196)

Color info

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

RGB color model

#356CC4 color RGB value is (53,108,196).

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

RGB channels and saturation

R 53 of 255 = 21%
G 108 of 255 = 42%
B 196 of 255 = 77%

53
108
196

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

Portions of RGB colors in percentages

R + G + B =
53 + 108 + 196 = 357 (100%)
R 53 of 357 ~ 14.85%
G 108 of 357 ~ 30.25%
B 196 of 357 ~ 54.9%

%14.85
%30.25
%54.9

CMYK color model

#356CC4 color CMYK value is (73,45,0,23).

  • cyan value is 72.96%
  • magenta value is 44.90%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(73,45,0,23)
C73M45Y0K23 
(73%,45%,0%,23%)
(0.73/0.45/0.00/0.23)	

CMYK percentages

%72.96
%44.9
%0
%23.14

Codes

Color #356CC4 in popluar color models

356CC4
RGB53108196
HSL217°57.43%48.82%
HSB/HSV217°72.96%76.86%
CMYK72.96%44.90%0.00%
23.14%

Color #356CC4 in popluar number systems.

HEX356CC4
Decimal53108196
Binary110101110110011000100
Octal65154304

Shades and tints

Shades of #356CC4

#356CC4
(53,108,196)
#3163B3
(49,99,179)
#2D5AA2
(45,90,162)
#295191
(41,81,145)
#254880
(37,72,128)
#213F6F
(33,63,111)
#1D365E
(29,54,94)
#192D4D
(25,45,77)
#15243C
(21,36,60)
#111B2B
(17,27,43)
#0D121A
(13,18,26)
#000000
(0,0,0)

Tints of #356CC4

#356CC4
(53,108,196)
#4779C9
(71,121,201)
#5986CE
(89,134,206)
#6B93D3
(107,147,211)
#7DA0D8
(125,160,216)
#8FADDD
(143,173,221)
#A1BAE2
(161,186,226)
#B3C7E7
(179,199,231)
#C5D4EC
(197,212,236)
#D7E1F1
(215,225,241)
#E9EEF6
(233,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356CC4; }

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

This text font color is #356CC4.


Background Color

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

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

This div background color is #356CC4.


Border color

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

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

This div border color is #356CC4.


Opacity

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

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

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

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

This text has shadow with #356CC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356CC4 on black background.


Color preview on white background

This text has color #356CC4 on white background.



Black color preview on #356CC4 background

This text has black color on #356CC4 background.


White color preview on #356CC4 background

This text has white color on #356CC4 background.