COLOR #355DC0

HEX: #355DC0
RGB: (53,93,192)

Color info

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

RGB color model

#355DC0 color RGB value is (53,93,192).

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

RGB channels and saturation

R 53 of 255 = 21%
G 93 of 255 = 36%
B 192 of 255 = 75%

53
93
192

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

Portions of RGB colors in percentages

R + G + B =
53 + 93 + 192 = 338 (100%)
R 53 of 338 ~ 15.68%
G 93 of 338 ~ 27.51%
B 192 of 338 ~ 56.8%

%15.68
%27.51
%56.8

CMYK color model

#355DC0 color CMYK value is (72,52,0,25).

  • cyan value is 72.40%
  • magenta value is 51.56%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(72,52,0,25)
C72M52Y0K25 
(72%,52%,0%,25%)
(0.72/0.52/0.00/0.25)	

CMYK percentages

%72.4
%51.56
%0
%24.71

Codes

Color #355DC0 in popluar color models

355DC0
RGB5393192
HSL223°56.73%48.04%
HSB/HSV223°72.40%75.29%
CMYK72.40%51.56%0.00%
24.71%

Color #355DC0 in popluar number systems.

HEX355DC0
Decimal5393192
Binary110101101110111000000
Octal65135300

Shades and tints

Shades of #355DC0

#355DC0
(53,93,192)
#3155AF
(49,85,175)
#2D4D9E
(45,77,158)
#29458D
(41,69,141)
#253D7C
(37,61,124)
#21356B
(33,53,107)
#1D2D5A
(29,45,90)
#192549
(25,37,73)
#151D38
(21,29,56)
#111527
(17,21,39)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #355DC0

#355DC0
(53,93,192)
#476BC5
(71,107,197)
#5979CA
(89,121,202)
#6B87CF
(107,135,207)
#7D95D4
(125,149,212)
#8FA3D9
(143,163,217)
#A1B1DE
(161,177,222)
#B3BFE3
(179,191,227)
#C5CDE8
(197,205,232)
#D7DBED
(215,219,237)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355DC0; }

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

This text font color is #355DC0.


Background Color

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

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

This div background color is #355DC0.


Border color

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

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

This div border color is #355DC0.


Opacity

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

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

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

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

This text has shadow with #355DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355DC0 on black background.


Color preview on white background

This text has color #355DC0 on white background.



Black color preview on #355DC0 background

This text has black color on #355DC0 background.


White color preview on #355DC0 background

This text has white color on #355DC0 background.