COLOR #35385A

HEX: #35385A RGB: (53,56,90)

Color info

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

RGB color model

#35385A color RGB value is (53,56,90).

RGB: (53,56,90) (21%, 22%, 35%)

RGB channels and saturation

R 53 of 255 = 21%
G 56 of 255 = 22%
B 90 of 255 = 35%

53
56
90

R + G + B ~ 26%. #35385A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 56 + 90 = 199 (100%)
R 53 of 199 ~ 26.63%
G 56 of 199 ~ 28.14%
B 90 of 199 ~ 45.23'%

%26.63
%28.14
%45.23

CMYK color model

#35385A color CMYK value is (41,38,0,65).

  • cyan value is 41.11%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (41,38,0,65) C41M38Y0K65 (41%,38%,0%,65%) (0.41/0.38/0.00/0.65) 

CMYK percentages

%41.11
%37.78
%0
%64.71

Codes

Color #35385A in popluar color models

35 38 5A
RGB 53 56 90
HSL 235° 25.87% 28.04%
HSB/HSV 235° 41.11% 35.29%
CMYK 41.11% 37.78% 0.00%
64.71%

Color #35385A in popluar number systems.

HEX 35 38 5A
Decimal 53 56 90
Binary 110101 111000 1011010
Octal 65 70 132

Shades and tints

Shades of #35385A

#35385A
(53,56,90)
#313352
(49,51,82)
#2D2E4A
(45,46,74)
#292942
(41,41,66)
#25243A
(37,36,58)
#211F32
(33,31,50)
#1D1A2A
(29,26,42)
#191522
(25,21,34)
#15101A
(21,16,26)
#110B12
(17,11,18)
#0D060A
(13,6,10)
#000000
(0,0,0)

Tints of #35385A

#35385A
(53,56,90)
#474A69
(71,74,105)
#595C78
(89,92,120)
#6B6E87
(107,110,135)
#7D8096
(125,128,150)
#8F92A5
(143,146,165)
#A1A4B4
(161,164,180)
#B3B6C3
(179,182,195)
#C5C8D2
(197,200,210)
#D7DAE1
(215,218,225)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35385A color. Also use rgb(53,56,90) instead hex code.

Text Font Color

.myTextColor { color: #35385A; }

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

This text font color is #35385A.

Background Color

.myBgColor { background-color: #35385A; }

<div style="background-color:#35385A">Inner text</div>

This div background color is #35385A.

Border color

.myBorderColor { border: 1px solid #35385A; }

<div style="border:3px solid #35385A">Div</div>

This div border color is #35385A.

Opacity

.myOpacity80 { color: #35385A; opacity: 0.8; }

<p style="color:#35385A;opacity:0.8;">80%</p>

Text with #35385A 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 #35385A;}

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

This text has shadow with #35385A color.


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

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

This text has shadow with #35385A primary color and red secondary color.


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

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

This text has shadow with #35385A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35385A.

Preview

Color preview on black background

This text has color #35385A on black background.


Color preview on white background

This text has color #35385A on white background.


Black color preview on #35385A background

This text has black color on #35385A background.


White color preview on #35385A background

This text has white color on #35385A background.


Related colors

Complementary color

Complementary color for #hex is #CAC7A5.


I love getcolorcode.com

Triadic colors

1 #5A3538 and #385A35 with #35385A are triadic colors.

2 #5A3835 and #38355A with #35385A are triadic colors.