COLOR #35395A

HEX: #35395A RGB: (53,57,90)

Color info

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

RGB color model

#35395A color RGB value is (53,57,90).

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

RGB channels and saturation

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

53
57
90

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

Portions of RGB colors in percentages

R + G + B = 53 + 57 + 90 = 200 (100%)
R 53 of 200 ~ 26.5%
G 57 of 200 ~ 28.5%
B 90 of 200 ~ 45'%

%26.5
%28.5
%45

CMYK color model

#35395A color CMYK value is (41,37,0,65).

  • cyan value is 41.11%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (41,37,0,65)
C41M37Y0K65 (41%, 37%, 0%, 65%)
(0.41 / 0.37 / 0.00 / 0.65)

CMYK percentages

%41.11
%36.67
%0
%64.71

Codes

Color #35395A in popluar color models

35 39 5A
RGB 53 57 90
HSL 234° 25.87% 28.04%
HSB/HSV 234° 41.11% 35.29%
CMYK 41.11% 36.67% 0.00%
64.71%

Color #35395A in popluar number systems.

HEX 35 39 5A
Decimal 53 57 90
Binary 110101 111001 1011010
Octal 65 71 132

Shades and tints

Shades of #35395A

#35395A
(53,57,90)
#313452
(49,52,82)
#2D2F4A
(45,47,74)
#292A42
(41,42,66)
#25253A
(37,37,58)
#212032
(33,32,50)
#1D1B2A
(29,27,42)
#191622
(25,22,34)
#15111A
(21,17,26)
#110C12
(17,12,18)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #35395A

#35395A
(53,57,90)
#474B69
(71,75,105)
#595D78
(89,93,120)
#6B6F87
(107,111,135)
#7D8196
(125,129,150)
#8F93A5
(143,147,165)
#A1A5B4
(161,165,180)
#B3B7C3
(179,183,195)
#C5C9D2
(197,201,210)
#D7DBE1
(215,219,225)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35395A; }

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

This text font color is #35395A.

Background Color

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

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

This div background color is #35395A.

Border color

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

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

This div border color is #35395A.

Opacity

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

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

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

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

This text has shadow with #35395A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35395A.

Preview

Color preview on black background

This text has color #35395A on black background.


Color preview on white background

This text has color #35395A on white background.


Black color preview on #35395A background

This text has black color on #35395A background.


White color preview on #35395A background

This text has white color on #35395A background.


Related colors

Complementary color

Complementary color for #hex is #CAC6A5.


I love getcolorcode.com

Triadic colors

1 #5A3539 and #395A35 with #35395A are triadic colors.

2 #5A3935 and #39355A with #35395A are triadic colors.