COLOR #352780

HEX: #352780
RGB: (53,39,128)

Color info

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

RGB color model

#352780 color RGB value is (53,39,128).

  • red value is 53;
  • green value is 39;
  • blue value is 128.
RGB:
(53,39,128)
(21%,15%,50%)

RGB channels and saturation

R 53 of 255 = 21%
G 39 of 255 = 15%
B 128 of 255 = 50%

53
39
128

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

Portions of RGB colors in percentages

R + G + B =
53 + 39 + 128 = 220 (100%)
R 53 of 220 ~ 24.09%
G 39 of 220 ~ 17.73%
B 128 of 220 ~ 58.18%

%24.09
%17.73
%58.18

CMYK color model

#352780 color CMYK value is (59,70,0,50).

  • cyan value is 58.59%
  • magenta value is 69.53%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(59,70,0,50)
C59M70Y0K50 
(59%,70%,0%,50%)
(0.59/0.70/0.00/0.50)	

CMYK percentages

%58.59
%69.53
%0
%49.8

Codes

Color #352780 in popluar color models

352780
RGB5339128
HSL249°53.29%32.75%
HSB/HSV249°69.53%50.20%
CMYK58.59%69.53%0.00%
49.80%

Color #352780 in popluar number systems.

HEX352780
Decimal5339128
Binary11010110011110000000
Octal6547200

Shades and tints

Shades of #352780

#352780
(53,39,128)
#312475
(49,36,117)
#2D216A
(45,33,106)
#291E5F
(41,30,95)
#251B54
(37,27,84)
#211849
(33,24,73)
#1D153E
(29,21,62)
#191233
(25,18,51)
#150F28
(21,15,40)
#110C1D
(17,12,29)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #352780

#352780
(53,39,128)
#473A8B
(71,58,139)
#594D96
(89,77,150)
#6B60A1
(107,96,161)
#7D73AC
(125,115,172)
#8F86B7
(143,134,183)
#A199C2
(161,153,194)
#B3ACCD
(179,172,205)
#C5BFD8
(197,191,216)
#D7D2E3
(215,210,227)
#E9E5EE
(233,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352780 color. Also use rgb(53,39,128) instead hex code.

Text Font Color

.myTextColor { color: #352780; }

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

This text font color is #352780.


Background Color

.myBgColor { background-color: #352780; }

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

This div background color is #352780.


Border color

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

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

This div border color is #352780.


Opacity

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

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

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

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

This text has shadow with #352780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352780 on black background.


Color preview on white background

This text has color #352780 on white background.



Black color preview on #352780 background

This text has black color on #352780 background.


White color preview on #352780 background

This text has white color on #352780 background.