COLOR #352A73

HEX: #352A73
RGB: (53,42,115)

Color info

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

RGB color model

#352A73 color RGB value is (53,42,115).

  • red value is 53;
  • green value is 42;
  • blue value is 115.
RGB:
(53,42,115)
(21%,16%,45%)

RGB channels and saturation

R 53 of 255 = 21%
G 42 of 255 = 16%
B 115 of 255 = 45%

53
42
115

R + G + B ~ 27%. #352A73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 42 + 115 = 210 (100%)
R 53 of 210 ~ 25.24%
G 42 of 210 ~ 20%
B 115 of 210 ~ 54.76%

%25.24
%20
%54.76

CMYK color model

#352A73 color CMYK value is (54,63,0,55).

  • cyan value is 53.91%
  • magenta value is 63.48%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(54,63,0,55)
C54M63Y0K55 
(54%,63%,0%,55%)
(0.54/0.63/0.00/0.55)	

CMYK percentages

%53.91
%63.48
%0
%54.9

Codes

Color #352A73 in popluar color models

352A73
RGB5342115
HSL249°46.50%30.78%
HSB/HSV249°63.48%45.10%
CMYK53.91%63.48%0.00%
54.90%

Color #352A73 in popluar number systems.

HEX352A73
Decimal5342115
Binary1101011010101110011
Octal6552163

Shades and tints

Shades of #352A73

#352A73
(53,42,115)
#312769
(49,39,105)
#2D245F
(45,36,95)
#292155
(41,33,85)
#251E4B
(37,30,75)
#211B41
(33,27,65)
#1D1837
(29,24,55)
#19152D
(25,21,45)
#151223
(21,18,35)
#110F19
(17,15,25)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #352A73

#352A73
(53,42,115)
#473D7F
(71,61,127)
#59508B
(89,80,139)
#6B6397
(107,99,151)
#7D76A3
(125,118,163)
#8F89AF
(143,137,175)
#A19CBB
(161,156,187)
#B3AFC7
(179,175,199)
#C5C2D3
(197,194,211)
#D7D5DF
(215,213,223)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352A73 color. Also use rgb(53,42,115) instead hex code.

Text Font Color

.myTextColor { color: #352A73; }

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

This text font color is #352A73.


Background Color

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

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

This div background color is #352A73.


Border color

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

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

This div border color is #352A73.


Opacity

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

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

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

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

This text has shadow with #352A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352A73 on black background.


Color preview on white background

This text has color #352A73 on white background.



Black color preview on #352A73 background

This text has black color on #352A73 background.


White color preview on #352A73 background

This text has white color on #352A73 background.