COLOR #352E7A

HEX: #352E7A RGB: (53,46,122)

Color info

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

RGB color model

#352E7A color RGB value is (53,46,122).

RGB: (53,46,122) (21%, 18%, 48%)

RGB channels and saturation

R 53 of 255 = 21%
G 46 of 255 = 18%
B 122 of 255 = 48%

53
46
122

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

Portions of RGB colors in percentages

R + G + B = 53 + 46 + 122 = 221 (100%)
R 53 of 221 ~ 23.98%
G 46 of 221 ~ 20.81%
B 122 of 221 ~ 55.2'%

%23.98
%20.81
%55.2

CMYK color model

#352E7A color CMYK value is (57,62,0,52).

  • cyan value is 56.56%
  • magenta value is 62.30%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (57,62,0,52)
C57M62Y0K52 (57%, 62%, 0%, 52%)
(0.57 / 0.62 / 0.00 / 0.52)

CMYK percentages

%56.56
%62.3
%0
%52.16

Codes

Color #352E7A in popluar color models

35 2E 7A
RGB 53 46 122
HSL 246° 45.24% 32.94%
HSB/HSV 246° 62.30% 47.84%
CMYK 56.56% 62.30% 0.00%
52.16%

Color #352E7A in popluar number systems.

HEX 35 2E 7A
Decimal 53 46 122
Binary 110101 101110 1111010
Octal 65 56 172

Shades and tints

Shades of #352E7A

#352E7A
(53,46,122)
#312A6F
(49,42,111)
#2D2664
(45,38,100)
#292259
(41,34,89)
#251E4E
(37,30,78)
#211A43
(33,26,67)
#1D1638
(29,22,56)
#19122D
(25,18,45)
#150E22
(21,14,34)
#110A17
(17,10,23)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #352E7A

#352E7A
(53,46,122)
#474186
(71,65,134)
#595492
(89,84,146)
#6B679E
(107,103,158)
#7D7AAA
(125,122,170)
#8F8DB6
(143,141,182)
#A1A0C2
(161,160,194)
#B3B3CE
(179,179,206)
#C5C6DA
(197,198,218)
#D7D9E6
(215,217,230)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352E7A; }

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

This text font color is #352E7A.

Background Color

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

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

This div background color is #352E7A.

Border color

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

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

This div border color is #352E7A.

Opacity

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

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

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

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

This text has shadow with #352E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #352E7A.

Preview

Color preview on black background

This text has color #352E7A on black background.


Color preview on white background

This text has color #352E7A on white background.


Black color preview on #352E7A background

This text has black color on #352E7A background.


White color preview on #352E7A background

This text has white color on #352E7A background.


Related colors

Complementary color

Complementary color for #hex is #CAD185.


I love getcolorcode.com

Triadic colors

1 #7A352E and #2E7A35 with #352E7A are triadic colors.

2 #7A2E35 and #2E357A with #352E7A are triadic colors.