COLOR #352E5C

HEX: #352E5C RGB: (53,46,92)

Color info

#352E5C contains red, green and blue colors in about the same proportion. Web safe color of #352E5C is #333366 (or #336).

RGB color model

#352E5C color RGB value is (53,46,92).

RGB: (53,46,92) (21%, 18%, 36%)

RGB channels and saturation

R 53 of 255 = 21%
G 46 of 255 = 18%
B 92 of 255 = 36%

53
46
92

R + G + B ~ 25%. #352E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 46 + 92 = 191 (100%)
R 53 of 191 ~ 27.75%
G 46 of 191 ~ 24.08%
B 92 of 191 ~ 48.17'%

%27.75
%24.08
%48.17

CMYK color model

#352E5C color CMYK value is (42,50,0,64).

  • cyan value is 42.39%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (42,50,0,64)
C42M50Y0K64 (42%, 50%, 0%, 64%)
(0.42 / 0.50 / 0.00 / 0.64)

CMYK percentages

%42.39
%50
%0
%63.92

Codes

Color #352E5C in popluar color models

35 2E 5C
RGB 53 46 92
HSL 249° 33.33% 27.06%
HSB/HSV 249° 50.00% 36.08%
CMYK 42.39% 50.00% 0.00%
63.92%

Color #352E5C in popluar number systems.

HEX 35 2E 5C
Decimal 53 46 92
Binary 110101 101110 1011100
Octal 65 56 134

Shades and tints

Shades of #352E5C

#352E5C
(53,46,92)
#312A54
(49,42,84)
#2D264C
(45,38,76)
#292244
(41,34,68)
#251E3C
(37,30,60)
#211A34
(33,26,52)
#1D162C
(29,22,44)
#191224
(25,18,36)
#150E1C
(21,14,28)
#110A14
(17,10,20)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #352E5C

#352E5C
(53,46,92)
#47416A
(71,65,106)
#595478
(89,84,120)
#6B6786
(107,103,134)
#7D7A94
(125,122,148)
#8F8DA2
(143,141,162)
#A1A0B0
(161,160,176)
#B3B3BE
(179,179,190)
#C5C6CC
(197,198,204)
#D7D9DA
(215,217,218)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352E5C color. Also use rgb(53,46,92) instead hex code.

Text Font Color

.myTextColor { color: #352E5C; }

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

This text font color is #352E5C.

Background Color

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

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

This div background color is #352E5C.

Border color

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

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

This div border color is #352E5C.

Opacity

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

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

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

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

This text has shadow with #352E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #352E5C.

Preview

Color preview on black background

This text has color #352E5C on black background.


Color preview on white background

This text has color #352E5C on white background.


Black color preview on #352E5C background

This text has black color on #352E5C background.


White color preview on #352E5C background

This text has white color on #352E5C background.


Related colors

Complementary color

Complementary color for #hex is #CAD1A3.


I love getcolorcode.com

Triadic colors

1 #5C352E and #2E5C35 with #352E5C are triadic colors.

2 #5C2E35 and #2E355C with #352E5C are triadic colors.