COLOR #353184

HEX: #353184
RGB: (53,49,132)

Color info

#353184 contains mainly blue color. Web safe color of #353184 is #333399 (or #339).

RGB color model

#353184 color RGB value is (53,49,132).

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

RGB channels and saturation

R 53 of 255 = 21%
G 49 of 255 = 19%
B 132 of 255 = 52%

53
49
132

R + G + B ~ 31%. #353184 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 49 + 132 = 234 (100%)
R 53 of 234 ~ 22.65%
G 49 of 234 ~ 20.94%
B 132 of 234 ~ 56.41%

%22.65
%20.94
%56.41

CMYK color model

#353184 color CMYK value is (60,63,0,48).

  • cyan value is 59.85%
  • magenta value is 62.88%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(60,63,0,48)
C60M63Y0K48 
(60%,63%,0%,48%)
(0.60/0.63/0.00/0.48)	

CMYK percentages

%59.85
%62.88
%0
%48.24

Codes

Color #353184 in popluar color models

353184
RGB5349132
HSL243°45.86%35.49%
HSB/HSV243°62.88%51.76%
CMYK59.85%62.88%0.00%
48.24%

Color #353184 in popluar number systems.

HEX353184
Decimal5349132
Binary11010111000110000100
Octal6561204

Shades and tints

Shades of #353184

#353184
(53,49,132)
#312D78
(49,45,120)
#2D296C
(45,41,108)
#292560
(41,37,96)
#252154
(37,33,84)
#211D48
(33,29,72)
#1D193C
(29,25,60)
#191530
(25,21,48)
#151124
(21,17,36)
#110D18
(17,13,24)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #353184

#353184
(53,49,132)
#47438F
(71,67,143)
#59559A
(89,85,154)
#6B67A5
(107,103,165)
#7D79B0
(125,121,176)
#8F8BBB
(143,139,187)
#A19DC6
(161,157,198)
#B3AFD1
(179,175,209)
#C5C1DC
(197,193,220)
#D7D3E7
(215,211,231)
#E9E5F2
(233,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353184; }

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

This text font color is #353184.


Background Color

.myBgColor { background-color: #353184; }

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

This div background color is #353184.


Border color

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

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

This div border color is #353184.


Opacity

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

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

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

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

This text has shadow with #353184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353184 on black background.


Color preview on white background

This text has color #353184 on white background.



Black color preview on #353184 background

This text has black color on #353184 background.


White color preview on #353184 background

This text has white color on #353184 background.