COLOR #355C9E

HEX: #355C9E
RGB: (53,92,158)

Color info

#355C9E contains mainly blue color. Web safe color of #355C9E is #336699 (or #369).

RGB color model

#355C9E color RGB value is (53,92,158).

  • red value is 53;
  • green value is 92;
  • blue value is 158.
RGB:
(53,92,158)
(21%,36%,62%)

RGB channels and saturation

R 53 of 255 = 21%
G 92 of 255 = 36%
B 158 of 255 = 62%

53
92
158

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

Portions of RGB colors in percentages

R + G + B =
53 + 92 + 158 = 303 (100%)
R 53 of 303 ~ 17.49%
G 92 of 303 ~ 30.36%
B 158 of 303 ~ 52.15%

%17.49
%30.36
%52.15

CMYK color model

#355C9E color CMYK value is (66,42,0,38).

  • cyan value is 66.46%
  • magenta value is 41.77%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(66,42,0,38)
C66M42Y0K38 
(66%,42%,0%,38%)
(0.66/0.42/0.00/0.38)	

CMYK percentages

%66.46
%41.77
%0
%38.04

Codes

Color #355C9E in popluar color models

355C9E
RGB5392158
HSL218°49.76%41.37%
HSB/HSV218°66.46%61.96%
CMYK66.46%41.77%0.00%
38.04%

Color #355C9E in popluar number systems.

HEX355C9E
Decimal5392158
Binary110101101110010011110
Octal65134236

Shades and tints

Shades of #355C9E

#355C9E
(53,92,158)
#315490
(49,84,144)
#2D4C82
(45,76,130)
#294474
(41,68,116)
#253C66
(37,60,102)
#213458
(33,52,88)
#1D2C4A
(29,44,74)
#19243C
(25,36,60)
#151C2E
(21,28,46)
#111420
(17,20,32)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #355C9E

#355C9E
(53,92,158)
#476AA6
(71,106,166)
#5978AE
(89,120,174)
#6B86B6
(107,134,182)
#7D94BE
(125,148,190)
#8FA2C6
(143,162,198)
#A1B0CE
(161,176,206)
#B3BED6
(179,190,214)
#C5CCDE
(197,204,222)
#D7DAE6
(215,218,230)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355C9E color. Also use rgb(53,92,158) instead hex code.

Text Font Color

.myTextColor { color: #355C9E; }

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

This text font color is #355C9E.


Background Color

.myBgColor { background-color: #355C9E; }

<div style="background-color:#355C9E">Inner text</div>

This div background color is #355C9E.


Border color

.myBorderColor { border: 1px solid #355C9E; }

<div style="border:3px solid #355C9E">Div</div>

This div border color is #355C9E.


Opacity

.myOpacity80 { color: #355C9E; opacity: 0.8; }

<p style="color:#355C9E;opacity:0.8;">80%</p>

Text with #355C9E 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 #355C9E;}

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

This text has shadow with #355C9E color.

.textShadow {text-shadow: 3px 3px 1px #355C9E, 3px 3px 1px red;}

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

This text has shadow with #355C9E primary color and red secondary color.


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

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

This text has shadow with #355C9E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355C9E on black background.


Color preview on white background

This text has color #355C9E on white background.



Black color preview on #355C9E background

This text has black color on #355C9E background.


White color preview on #355C9E background

This text has white color on #355C9E background.