COLOR #353BC5

HEX: #353BC5 RGB: (53,59,197)

Color info

#353BC5 contains mainly blue color. Web safe color of #353BC5 is #3333CC (or #33C).

RGB color model

#353BC5 color RGB value is (53,59,197).

RGB: (53,59,197) (21%, 23%, 77%)

RGB channels and saturation

R 53 of 255 = 21%
G 59 of 255 = 23%
B 197 of 255 = 77%

53
59
197

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

Portions of RGB colors in percentages

R + G + B = 53 + 59 + 197 = 309 (100%)
R 53 of 309 ~ 17.15%
G 59 of 309 ~ 19.09%
B 197 of 309 ~ 63.75'%

%17.15
%19.09
%63.75

CMYK color model

#353BC5 color CMYK value is (73,70,0,23).

  • cyan value is 73.10%
  • magenta value is 70.05%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (73,70,0,23)
C73M70Y0K23 (73%, 70%, 0%, 23%)
(0.73 / 0.70 / 0.00 / 0.23)

CMYK percentages

%73.1
%70.05
%0
%22.75

Codes

Color #353BC5 in popluar color models

35 3B C5
RGB 53 59 197
HSL 238° 57.60% 49.02%
HSB/HSV 238° 73.10% 77.25%
CMYK 73.10% 70.05% 0.00%
22.75%

Color #353BC5 in popluar number systems.

HEX 35 3B C5
Decimal 53 59 197
Binary 110101 111011 11000101
Octal 65 73 305

Shades and tints

Shades of #353BC5

#353BC5
(53,59,197)
#3136B4
(49,54,180)
#2D31A3
(45,49,163)
#292C92
(41,44,146)
#252781
(37,39,129)
#212270
(33,34,112)
#1D1D5F
(29,29,95)
#19184E
(25,24,78)
#15133D
(21,19,61)
#110E2C
(17,14,44)
#0D091B
(13,9,27)
#000000
(0,0,0)

Tints of #353BC5

#353BC5
(53,59,197)
#474CCA
(71,76,202)
#595DCF
(89,93,207)
#6B6ED4
(107,110,212)
#7D7FD9
(125,127,217)
#8F90DE
(143,144,222)
#A1A1E3
(161,161,227)
#B3B2E8
(179,178,232)
#C5C3ED
(197,195,237)
#D7D4F2
(215,212,242)
#E9E5F7
(233,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353BC5 color. Also use rgb(53,59,197) instead hex code.

Text Font Color

.myTextColor { color: #353BC5; }

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

This text font color is #353BC5.

Background Color

.myBgColor { background-color: #353BC5; }

<div style="background-color:#353BC5">Inner text</div>

This div background color is #353BC5.

Border color

.myBorderColor { border: 1px solid #353BC5; }

<div style="border:3px solid #353BC5">Div</div>

This div border color is #353BC5.

Opacity

.myOpacity80 { color: #353BC5; opacity: 0.8; }

<p style="color:#353BC5;opacity:0.8;">80%</p>

Text with #353BC5 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 #353BC5;}

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

This text has shadow with #353BC5 color.


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

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

This text has shadow with #353BC5 primary color and red secondary color.


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

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

This text has shadow with #353BC5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #353BC5.

Preview

Color preview on black background

This text has color #353BC5 on black background.


Color preview on white background

This text has color #353BC5 on white background.


Black color preview on #353BC5 background

This text has black color on #353BC5 background.


White color preview on #353BC5 background

This text has white color on #353BC5 background.


Related colors

Complementary color

Complementary color for #hex is #CAC43A.


I love getcolorcode.com

Triadic colors

1 #C5353B and #3BC535 with #353BC5 are triadic colors.

2 #C53B35 and #3B35C5 with #353BC5 are triadic colors.