COLOR #352B88

HEX: #352B88
RGB: (53,43,136)

Color info

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

RGB color model

#352B88 color RGB value is (53,43,136).

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

RGB channels and saturation

R 53 of 255 = 21%
G 43 of 255 = 17%
B 136 of 255 = 53%

53
43
136

R + G + B ~ 30%. #352B88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 43 + 136 = 232 (100%)
R 53 of 232 ~ 22.84%
G 43 of 232 ~ 18.53%
B 136 of 232 ~ 58.62%

%22.84
%18.53
%58.62

CMYK color model

#352B88 color CMYK value is (61,68,0,47).

  • cyan value is 61.03%
  • magenta value is 68.38%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(61,68,0,47)
C61M68Y0K47 
(61%,68%,0%,47%)
(0.61/0.68/0.00/0.47)	

CMYK percentages

%61.03
%68.38
%0
%46.67

Codes

Color #352B88 in popluar color models

352B88
RGB5343136
HSL246°51.96%35.10%
HSB/HSV246°68.38%53.33%
CMYK61.03%68.38%0.00%
46.67%

Color #352B88 in popluar number systems.

HEX352B88
Decimal5343136
Binary11010110101110001000
Octal6553210

Shades and tints

Shades of #352B88

#352B88
(53,43,136)
#31287C
(49,40,124)
#2D2570
(45,37,112)
#292264
(41,34,100)
#251F58
(37,31,88)
#211C4C
(33,28,76)
#1D1940
(29,25,64)
#191634
(25,22,52)
#151328
(21,19,40)
#11101C
(17,16,28)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #352B88

#352B88
(53,43,136)
#473E92
(71,62,146)
#59519C
(89,81,156)
#6B64A6
(107,100,166)
#7D77B0
(125,119,176)
#8F8ABA
(143,138,186)
#A19DC4
(161,157,196)
#B3B0CE
(179,176,206)
#C5C3D8
(197,195,216)
#D7D6E2
(215,214,226)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352B88; }

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

This text font color is #352B88.


Background Color

.myBgColor { background-color: #352B88; }

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

This div background color is #352B88.


Border color

.myBorderColor { border: 1px solid #352B88; }

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

This div border color is #352B88.


Opacity

.myOpacity80 { color: #352B88; opacity: 0.8; }

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

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

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

This text has shadow with #352B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352B88 on black background.


Color preview on white background

This text has color #352B88 on white background.



Black color preview on #352B88 background

This text has black color on #352B88 background.


White color preview on #352B88 background

This text has white color on #352B88 background.