COLOR #355D8C

HEX: #355D8C
RGB: (53,93,140)

Color info

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

RGB color model

#355D8C color RGB value is (53,93,140).

  • red value is 53;
  • green value is 93;
  • blue value is 140.
RGB:
(53,93,140)
(21%,36%,55%)

RGB channels and saturation

R 53 of 255 = 21%
G 93 of 255 = 36%
B 140 of 255 = 55%

53
93
140

R + G + B ~ 37%. #355D8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 93 + 140 = 286 (100%)
R 53 of 286 ~ 18.53%
G 93 of 286 ~ 32.52%
B 140 of 286 ~ 48.95%

%18.53
%32.52
%48.95

CMYK color model

#355D8C color CMYK value is (62,34,0,45).

  • cyan value is 62.14%
  • magenta value is 33.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(62,34,0,45)
C62M34Y0K45 
(62%,34%,0%,45%)
(0.62/0.34/0.00/0.45)	

CMYK percentages

%62.14
%33.57
%0
%45.1

Codes

Color #355D8C in popluar color models

355D8C
RGB5393140
HSL212°45.08%37.84%
HSB/HSV212°62.14%54.90%
CMYK62.14%33.57%0.00%
45.10%

Color #355D8C in popluar number systems.

HEX355D8C
Decimal5393140
Binary110101101110110001100
Octal65135214

Shades and tints

Shades of #355D8C

#355D8C
(53,93,140)
#315580
(49,85,128)
#2D4D74
(45,77,116)
#294568
(41,69,104)
#253D5C
(37,61,92)
#213550
(33,53,80)
#1D2D44
(29,45,68)
#192538
(25,37,56)
#151D2C
(21,29,44)
#111520
(17,21,32)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #355D8C

#355D8C
(53,93,140)
#476B96
(71,107,150)
#5979A0
(89,121,160)
#6B87AA
(107,135,170)
#7D95B4
(125,149,180)
#8FA3BE
(143,163,190)
#A1B1C8
(161,177,200)
#B3BFD2
(179,191,210)
#C5CDDC
(197,205,220)
#D7DBE6
(215,219,230)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355D8C color. Also use rgb(53,93,140) instead hex code.

Text Font Color

.myTextColor { color: #355D8C; }

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

This text font color is #355D8C.


Background Color

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

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

This div background color is #355D8C.


Border color

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

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

This div border color is #355D8C.


Opacity

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

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

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

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

This text has shadow with #355D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355D8C on black background.


Color preview on white background

This text has color #355D8C on white background.



Black color preview on #355D8C background

This text has black color on #355D8C background.


White color preview on #355D8C background

This text has white color on #355D8C background.