COLOR #352B70

HEX: #352B70 RGB: (53,43,112)

Color info

#352B70 contains mainly red and blue colors. Web safe color of #352B70 is #333366 (or #336).

RGB color model

#352B70 color RGB value is (53,43,112).

RGB: (53,43,112) (21%, 17%, 44%)

RGB channels and saturation

R 53 of 255 = 21%
G 43 of 255 = 17%
B 112 of 255 = 44%

53
43
112

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

Portions of RGB colors in percentages

R + G + B = 53 + 43 + 112 = 208 (100%)
R 53 of 208 ~ 25.48%
G 43 of 208 ~ 20.67%
B 112 of 208 ~ 53.85'%

%25.48
%20.67
%53.85

CMYK color model

#352B70 color CMYK value is (53,62,0,56).

  • cyan value is 52.68%
  • magenta value is 61.61%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (53,62,0,56)
C53M62Y0K56 (53%, 62%, 0%, 56%)
(0.53 / 0.62 / 0.00 / 0.56)

CMYK percentages

%52.68
%61.61
%0
%56.08

Codes

Color #352B70 in popluar color models

35 2B 70
RGB 53 43 112
HSL 249° 44.52% 30.39%
HSB/HSV 249° 61.61% 43.92%
CMYK 52.68% 61.61% 0.00%
56.08%

Color #352B70 in popluar number systems.

HEX 35 2B 70
Decimal 53 43 112
Binary 110101 101011 1110000
Octal 65 53 160

Shades and tints

Shades of #352B70

#352B70
(53,43,112)
#312866
(49,40,102)
#2D255C
(45,37,92)
#292252
(41,34,82)
#251F48
(37,31,72)
#211C3E
(33,28,62)
#1D1934
(29,25,52)
#19162A
(25,22,42)
#151320
(21,19,32)
#111016
(17,16,22)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #352B70

#352B70
(53,43,112)
#473E7D
(71,62,125)
#59518A
(89,81,138)
#6B6497
(107,100,151)
#7D77A4
(125,119,164)
#8F8AB1
(143,138,177)
#A19DBE
(161,157,190)
#B3B0CB
(179,176,203)
#C5C3D8
(197,195,216)
#D7D6E5
(215,214,229)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352B70; }

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

This text font color is #352B70.

Background Color

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

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

This div background color is #352B70.

Border color

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

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

This div border color is #352B70.

Opacity

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

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

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

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

This text has shadow with #352B70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #352B70.

Preview

Color preview on black background

This text has color #352B70 on black background.


Color preview on white background

This text has color #352B70 on white background.


Black color preview on #352B70 background

This text has black color on #352B70 background.


White color preview on #352B70 background

This text has white color on #352B70 background.


Related colors

Complementary color

Complementary color for #hex is #CAD48F.


I love getcolorcode.com

Triadic colors

1 #70352B and #2B7035 with #352B70 are triadic colors.

2 #702B35 and #2B3570 with #352B70 are triadic colors.