COLOR #352C77

HEX: #352C77 RGB: (53,44,119)

Color info

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

RGB color model

#352C77 color RGB value is (53,44,119).

RGB: (53,44,119) (21%, 17%, 47%)

RGB channels and saturation

R 53 of 255 = 21%
G 44 of 255 = 17%
B 119 of 255 = 47%

53
44
119

R + G + B ~ 28%. #352C77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 44 + 119 = 216 (100%)
R 53 of 216 ~ 24.54%
G 44 of 216 ~ 20.37%
B 119 of 216 ~ 55.09'%

%24.54
%20.37
%55.09

CMYK color model

#352C77 color CMYK value is (55,63,0,53).

  • cyan value is 55.46%
  • magenta value is 63.03%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (55,63,0,53)
C55M63Y0K53 (55%, 63%, 0%, 53%)
(0.55 / 0.63 / 0.00 / 0.53)

CMYK percentages

%55.46
%63.03
%0
%53.33

Codes

Color #352C77 in popluar color models

35 2C 77
RGB 53 44 119
HSL 247° 46.01% 31.96%
HSB/HSV 247° 63.03% 46.67%
CMYK 55.46% 63.03% 0.00%
53.33%

Color #352C77 in popluar number systems.

HEX 35 2C 77
Decimal 53 44 119
Binary 110101 101100 1110111
Octal 65 54 167

Shades and tints

Shades of #352C77

#352C77
(53,44,119)
#31286D
(49,40,109)
#2D2463
(45,36,99)
#292059
(41,32,89)
#251C4F
(37,28,79)
#211845
(33,24,69)
#1D143B
(29,20,59)
#191031
(25,16,49)
#150C27
(21,12,39)
#11081D
(17,8,29)
#0D0413
(13,4,19)
#000000
(0,0,0)

Tints of #352C77

#352C77
(53,44,119)
#473F83
(71,63,131)
#59528F
(89,82,143)
#6B659B
(107,101,155)
#7D78A7
(125,120,167)
#8F8BB3
(143,139,179)
#A19EBF
(161,158,191)
#B3B1CB
(179,177,203)
#C5C4D7
(197,196,215)
#D7D7E3
(215,215,227)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352C77; }

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

This text font color is #352C77.

Background Color

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

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

This div background color is #352C77.

Border color

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

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

This div border color is #352C77.

Opacity

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

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

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

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

This text has shadow with #352C77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #352C77.

Preview

Color preview on black background

This text has color #352C77 on black background.


Color preview on white background

This text has color #352C77 on white background.


Black color preview on #352C77 background

This text has black color on #352C77 background.


White color preview on #352C77 background

This text has white color on #352C77 background.


Related colors

Complementary color

Complementary color for #hex is #CAD388.


I love getcolorcode.com

Triadic colors

1 #77352C and #2C7735 with #352C77 are triadic colors.

2 #772C35 and #2C3577 with #352C77 are triadic colors.