COLOR #352388

HEX: #352388
RGB: (53,35,136)

Color info

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

RGB color model

#352388 color RGB value is (53,35,136).

  • red value is 53;
  • green value is 35;
  • blue value is 136.
RGB:
(53,35,136)
(21%,14%,53%)

RGB channels and saturation

R 53 of 255 = 21%
G 35 of 255 = 14%
B 136 of 255 = 53%

53
35
136

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

Portions of RGB colors in percentages

R + G + B =
53 + 35 + 136 = 224 (100%)
R 53 of 224 ~ 23.66%
G 35 of 224 ~ 15.63%
B 136 of 224 ~ 60.71%

%23.66
%15.63
%60.71

CMYK color model

#352388 color CMYK value is (61,74,0,47).

  • cyan value is 61.03%
  • magenta value is 74.26%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(61,74,0,47)
C61M74Y0K47 
(61%,74%,0%,47%)
(0.61/0.74/0.00/0.47)	

CMYK percentages

%61.03
%74.26
%0
%46.67

Codes

Color #352388 in popluar color models

352388
RGB5335136
HSL251°59.06%33.53%
HSB/HSV251°74.26%53.33%
CMYK61.03%74.26%0.00%
46.67%

Color #352388 in popluar number systems.

HEX352388
Decimal5335136
Binary11010110001110001000
Octal6543210

Shades and tints

Shades of #352388

#352388
(53,35,136)
#31207C
(49,32,124)
#2D1D70
(45,29,112)
#291A64
(41,26,100)
#251758
(37,23,88)
#21144C
(33,20,76)
#1D1140
(29,17,64)
#190E34
(25,14,52)
#150B28
(21,11,40)
#11081C
(17,8,28)
#0D0510
(13,5,16)
#000000
(0,0,0)

Tints of #352388

#352388
(53,35,136)
#473792
(71,55,146)
#594B9C
(89,75,156)
#6B5FA6
(107,95,166)
#7D73B0
(125,115,176)
#8F87BA
(143,135,186)
#A19BC4
(161,155,196)
#B3AFCE
(179,175,206)
#C5C3D8
(197,195,216)
#D7D7E2
(215,215,226)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352388 color. Also use rgb(53,35,136) instead hex code.

Text Font Color

.myTextColor { color: #352388; }

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

This text font color is #352388.


Background Color

.myBgColor { background-color: #352388; }

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

This div background color is #352388.


Border color

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

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

This div border color is #352388.


Opacity

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

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

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

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

This text has shadow with #352388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352388 on black background.


Color preview on white background

This text has color #352388 on white background.



Black color preview on #352388 background

This text has black color on #352388 background.


White color preview on #352388 background

This text has white color on #352388 background.