COLOR #35385E

HEX: #35385E
RGB: (53,56,94)

Color info

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

RGB color model

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

  • red value is 53;
  • green value is 56;
  • blue value is 94.
RGB:
(53,56,94)
(21%,22%,37%)

RGB channels and saturation

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

53
56
94

R + G + B ~ 27%. #35385E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 56 + 94 = 203 (100%)
R 53 of 203 ~ 26.11%
G 56 of 203 ~ 27.59%
B 94 of 203 ~ 46.31%

%26.11
%27.59
%46.31

CMYK color model

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

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

CMYK percentages

%43.62
%40.43
%0
%63.14

Codes

Color #35385E in popluar color models

35385E
RGB535694
HSL236°27.89%28.82%
HSB/HSV236°43.62%36.86%
CMYK43.62%40.43%0.00%
63.14%

Color #35385E in popluar number systems.

HEX35385E
Decimal535694
Binary1101011110001011110
Octal6570136

Shades and tints

Shades of #35385E

#35385E
(53,56,94)
#313356
(49,51,86)
#2D2E4E
(45,46,78)
#292946
(41,41,70)
#25243E
(37,36,62)
#211F36
(33,31,54)
#1D1A2E
(29,26,46)
#191526
(25,21,38)
#15101E
(21,16,30)
#110B16
(17,11,22)
#0D060E
(13,6,14)
#000000
(0,0,0)

Tints of #35385E

#35385E
(53,56,94)
#474A6C
(71,74,108)
#595C7A
(89,92,122)
#6B6E88
(107,110,136)
#7D8096
(125,128,150)
#8F92A4
(143,146,164)
#A1A4B2
(161,164,178)
#B3B6C0
(179,182,192)
#C5C8CE
(197,200,206)
#D7DADC
(215,218,220)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35385E; }

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

This text font color is #35385E.


Background Color

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

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

This div background color is #35385E.


Border color

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

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

This div border color is #35385E.


Opacity

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

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

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

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

This text has shadow with #35385E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35385E on black background.


Color preview on white background

This text has color #35385E on white background.



Black color preview on #35385E background

This text has black color on #35385E background.


White color preview on #35385E background

This text has white color on #35385E background.