COLOR #353178

HEX: #353178
RGB: (53,49,120)

Color info

#353178 contains mainly blue color. Web safe color of #353178 is #333366 (or #336).

RGB color model

#353178 color RGB value is (53,49,120).

  • red value is 53;
  • green value is 49;
  • blue value is 120.
RGB:
(53,49,120)
(21%,19%,47%)

RGB channels and saturation

R 53 of 255 = 21%
G 49 of 255 = 19%
B 120 of 255 = 47%

53
49
120

R + G + B ~ 29%. #353178 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 49 + 120 = 222 (100%)
R 53 of 222 ~ 23.87%
G 49 of 222 ~ 22.07%
B 120 of 222 ~ 54.05%

%23.87
%22.07
%54.05

CMYK color model

#353178 color CMYK value is (56,59,0,53).

  • cyan value is 55.83%
  • magenta value is 59.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(56,59,0,53)
C56M59Y0K53 
(56%,59%,0%,53%)
(0.56/0.59/0.00/0.53)	

CMYK percentages

%55.83
%59.17
%0
%52.94

Codes

Color #353178 in popluar color models

353178
RGB5349120
HSL243°42.01%33.14%
HSB/HSV243°59.17%47.06%
CMYK55.83%59.17%0.00%
52.94%

Color #353178 in popluar number systems.

HEX353178
Decimal5349120
Binary1101011100011111000
Octal6561170

Shades and tints

Shades of #353178

#353178
(53,49,120)
#312D6E
(49,45,110)
#2D2964
(45,41,100)
#29255A
(41,37,90)
#252150
(37,33,80)
#211D46
(33,29,70)
#1D193C
(29,25,60)
#191532
(25,21,50)
#151128
(21,17,40)
#110D1E
(17,13,30)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #353178

#353178
(53,49,120)
#474384
(71,67,132)
#595590
(89,85,144)
#6B679C
(107,103,156)
#7D79A8
(125,121,168)
#8F8BB4
(143,139,180)
#A19DC0
(161,157,192)
#B3AFCC
(179,175,204)
#C5C1D8
(197,193,216)
#D7D3E4
(215,211,228)
#E9E5F0
(233,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353178 color. Also use rgb(53,49,120) instead hex code.

Text Font Color

.myTextColor { color: #353178; }

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

This text font color is #353178.


Background Color

.myBgColor { background-color: #353178; }

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

This div background color is #353178.


Border color

.myBorderColor { border: 1px solid #353178; }

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

This div border color is #353178.


Opacity

.myOpacity80 { color: #353178; opacity: 0.8; }

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

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

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

This text has shadow with #353178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353178 on black background.


Color preview on white background

This text has color #353178 on white background.



Black color preview on #353178 background

This text has black color on #353178 background.


White color preview on #353178 background

This text has white color on #353178 background.