COLOR #35355E

HEX: #35355E RGB: (53,53,94)

Color info

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

RGB color model

#35355E color RGB value is (53,53,94).

RGB: (53,53,94) (21%, 21%, 37%)

RGB channels and saturation

R 53 of 255 = 21%
G 53 of 255 = 21%
B 94 of 255 = 37%

53
53
94

R + G + B ~ 26%. #35355E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 53 + 94 = 200 (100%)
R 53 of 200 ~ 26.5%
G 53 of 200 ~ 26.5%
B 94 of 200 ~ 47'%

%26.5
%26.5
%47

CMYK color model

#35355E color CMYK value is (44,44,0,63).

  • cyan value is 43.62%
  • magenta value is 43.62%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK: (44,44,0,63) C44M44Y0K63 (44%,44%,0%,63%) (0.44/0.44/0.00/0.63) 

CMYK percentages

%43.62
%43.62
%0
%63.14

Codes

Color #35355E in popluar color models

35 35 5E
RGB 53 53 94
HSL 240° 27.89% 28.82%
HSB/HSV 240° 43.62% 36.86%
CMYK 43.62% 43.62% 0.00%
63.14%

Color #35355E in popluar number systems.

HEX 35 35 5E
Decimal 53 53 94
Binary 110101 110101 1011110
Octal 65 65 136

Shades and tints

Shades of #35355E

#35355E
(53,53,94)
#313156
(49,49,86)
#2D2D4E
(45,45,78)
#292946
(41,41,70)
#25253E
(37,37,62)
#212136
(33,33,54)
#1D1D2E
(29,29,46)
#191926
(25,25,38)
#15151E
(21,21,30)
#111116
(17,17,22)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #35355E

#35355E
(53,53,94)
#47476C
(71,71,108)
#59597A
(89,89,122)
#6B6B88
(107,107,136)
#7D7D96
(125,125,150)
#8F8FA4
(143,143,164)
#A1A1B2
(161,161,178)
#B3B3C0
(179,179,192)
#C5C5CE
(197,197,206)
#D7D7DC
(215,215,220)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35355E color. Also use rgb(53,53,94) instead hex code.

Text Font Color

.myTextColor { color: #35355E; }

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

This text font color is #35355E.

Background Color

.myBgColor { background-color: #35355E; }

<div style="background-color:#35355E">Inner text</div>

This div background color is #35355E.

Border color

.myBorderColor { border: 1px solid #35355E; }

<div style="border:3px solid #35355E">Div</div>

This div border color is #35355E.

Opacity

.myOpacity80 { color: #35355E; opacity: 0.8; }

<p style="color:#35355E;opacity:0.8;">80%</p>

Text with #35355E 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 #35355E;}

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

This text has shadow with #35355E color.


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

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

This text has shadow with #35355E primary color and red secondary color.


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

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

This text has shadow with #35355E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35355E.

Preview

Color preview on black background

This text has color #35355E on black background.


Color preview on white background

This text has color #35355E on white background.


Black color preview on #35355E background

This text has black color on #35355E background.


White color preview on #35355E background

This text has white color on #35355E background.


Related colors

Complementary color

Complementary color for #hex is #CACAA1.


I love getcolorcode.com