COLOR #355CB9

HEX: #355CB9 RGB: (53,92,185)

Color info

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

RGB color model

#355CB9 color RGB value is (53,92,185).

RGB: (53,92,185) (21%, 36%, 73%)

RGB channels and saturation

R 53 of 255 = 21%
G 92 of 255 = 36%
B 185 of 255 = 73%

53
92
185

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

Portions of RGB colors in percentages

R + G + B = 53 + 92 + 185 = 330 (100%)
R 53 of 330 ~ 16.06%
G 92 of 330 ~ 27.88%
B 185 of 330 ~ 56.06'%

%16.06
%27.88
%56.06

CMYK color model

#355CB9 color CMYK value is (71,50,0,27).

  • cyan value is 71.35%
  • magenta value is 50.27%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (71,50,0,27)
C71M50Y0K27 (71%, 50%, 0%, 27%)
(0.71 / 0.50 / 0.00 / 0.27)

CMYK percentages

%71.35
%50.27
%0
%27.45

Codes

Color #355CB9 in popluar color models

35 5C B9
RGB 53 92 185
HSL 222° 55.46% 46.67%
HSB/HSV 222° 71.35% 72.55%
CMYK 71.35% 50.27% 0.00%
27.45%

Color #355CB9 in popluar number systems.

HEX 35 5C B9
Decimal 53 92 185
Binary 110101 1011100 10111001
Octal 65 134 271

Shades and tints

Shades of #355CB9

#355CB9
(53,92,185)
#3154A9
(49,84,169)
#2D4C99
(45,76,153)
#294489
(41,68,137)
#253C79
(37,60,121)
#213469
(33,52,105)
#1D2C59
(29,44,89)
#192449
(25,36,73)
#151C39
(21,28,57)
#111429
(17,20,41)
#0D0C19
(13,12,25)
#000000
(0,0,0)

Tints of #355CB9

#355CB9
(53,92,185)
#476ABF
(71,106,191)
#5978C5
(89,120,197)
#6B86CB
(107,134,203)
#7D94D1
(125,148,209)
#8FA2D7
(143,162,215)
#A1B0DD
(161,176,221)
#B3BEE3
(179,190,227)
#C5CCE9
(197,204,233)
#D7DAEF
(215,218,239)
#E9E8F5
(233,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355CB9; }

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

This text font color is #355CB9.

Background Color

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

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

This div background color is #355CB9.

Border color

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

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

This div border color is #355CB9.

Opacity

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

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

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

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

This text has shadow with #355CB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #355CB9.

Preview

Color preview on black background

This text has color #355CB9 on black background.


Color preview on white background

This text has color #355CB9 on white background.


Black color preview on #355CB9 background

This text has black color on #355CB9 background.


White color preview on #355CB9 background

This text has white color on #355CB9 background.


Related colors

Complementary color

Complementary color for #hex is #CAA346.


I love getcolorcode.com

Triadic colors

1 #B9355C and #5CB935 with #355CB9 are triadic colors.

2 #B95C35 and #5C35B9 with #355CB9 are triadic colors.