COLOR #352C7D

HEX: #352C7D RGB: (53,44,125)

Color info

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

RGB color model

#352C7D color RGB value is (53,44,125).

RGB: (53,44,125) (21%, 17%, 49%)

RGB channels and saturation

R 53 of 255 = 21%
G 44 of 255 = 17%
B 125 of 255 = 49%

53
44
125

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

Portions of RGB colors in percentages

R + G + B = 53 + 44 + 125 = 222 (100%)
R 53 of 222 ~ 23.87%
G 44 of 222 ~ 19.82%
B 125 of 222 ~ 56.31'%

%23.87
%19.82
%56.31

CMYK color model

#352C7D color CMYK value is (58,65,0,51).

  • cyan value is 57.60%
  • magenta value is 64.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (58,65,0,51)
C58M65Y0K51 (58%, 65%, 0%, 51%)
(0.58 / 0.65 / 0.00 / 0.51)

CMYK percentages

%57.6
%64.8
%0
%50.98

Codes

Color #352C7D in popluar color models

35 2C 7D
RGB 53 44 125
HSL 247° 47.93% 33.14%
HSB/HSV 247° 64.80% 49.02%
CMYK 57.60% 64.80% 0.00%
50.98%

Color #352C7D in popluar number systems.

HEX 35 2C 7D
Decimal 53 44 125
Binary 110101 101100 1111101
Octal 65 54 175

Shades and tints

Shades of #352C7D

#352C7D
(53,44,125)
#312872
(49,40,114)
#2D2467
(45,36,103)
#29205C
(41,32,92)
#251C51
(37,28,81)
#211846
(33,24,70)
#1D143B
(29,20,59)
#191030
(25,16,48)
#150C25
(21,12,37)
#11081A
(17,8,26)
#0D040F
(13,4,15)
#000000
(0,0,0)

Tints of #352C7D

#352C7D
(53,44,125)
#473F88
(71,63,136)
#595293
(89,82,147)
#6B659E
(107,101,158)
#7D78A9
(125,120,169)
#8F8BB4
(143,139,180)
#A19EBF
(161,158,191)
#B3B1CA
(179,177,202)
#C5C4D5
(197,196,213)
#D7D7E0
(215,215,224)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352C7D color. Also use rgb(53,44,125) instead hex code.

Text Font Color

.myTextColor { color: #352C7D; }

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

This text font color is #352C7D.

Background Color

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

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

This div background color is #352C7D.

Border color

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

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

This div border color is #352C7D.

Opacity

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

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

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

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

This text has shadow with #352C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #352C7D.

Preview

Color preview on black background

This text has color #352C7D on black background.


Color preview on white background

This text has color #352C7D on white background.


Black color preview on #352C7D background

This text has black color on #352C7D background.


White color preview on #352C7D background

This text has white color on #352C7D background.


Related colors

Complementary color

Complementary color for #hex is #CAD382.


I love getcolorcode.com

Triadic colors

1 #7D352C and #2C7D35 with #352C7D are triadic colors.

2 #7D2C35 and #2C357D with #352C7D are triadic colors.