COLOR #350859

HEX: #350859
RGB: (53,8,89)

Color info

#350859 contains mainly red and blue colors. Web safe color of #350859 is #330066 (or #306).

RGB color model

#350859 color RGB value is (53,8,89).

  • red value is 53;
  • green value is 8;
  • blue value is 89.
RGB:
(53,8,89)
(21%,3%,35%)

RGB channels and saturation

R 53 of 255 = 21%
G 8 of 255 = 3%
B 89 of 255 = 35%

53
8
89

R + G + B ~ 20%. #350859 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 8 + 89 = 150 (100%)
R 53 of 150 ~ 35.33%
G 8 of 150 ~ 5.33%
B 89 of 150 ~ 59.33%

%35.33
%59.33

CMYK color model

#350859 color CMYK value is (40,91,0,65).

  • cyan value is 40.45%
  • magenta value is 91.01%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(40,91,0,65)
C40M91Y0K65 
(40%,91%,0%,65%)
(0.40/0.91/0.00/0.65)	

CMYK percentages

%40.45
%91.01
%0
%65.1

Codes

Color #350859 in popluar color models

350859
RGB53889
HSL273°83.51%19.02%
HSB/HSV273°91.01%34.90%
CMYK40.45%91.01%0.00%
65.10%

Color #350859 in popluar number systems.

HEX350859
Decimal53889
Binary11010110001011001
Octal6510131

Shades and tints

Shades of #350859

#350859
(53,8,89)
#310851
(49,8,81)
#2D0849
(45,8,73)
#290841
(41,8,65)
#250839
(37,8,57)
#210831
(33,8,49)
#1D0829
(29,8,41)
#190821
(25,8,33)
#150819
(21,8,25)
#110811
(17,8,17)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #350859

#350859
(53,8,89)
#471E68
(71,30,104)
#593477
(89,52,119)
#6B4A86
(107,74,134)
#7D6095
(125,96,149)
#8F76A4
(143,118,164)
#A18CB3
(161,140,179)
#B3A2C2
(179,162,194)
#C5B8D1
(197,184,209)
#D7CEE0
(215,206,224)
#E9E4EF
(233,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350859 color. Also use rgb(53,8,89) instead hex code.

Text Font Color

.myTextColor { color: #350859; }

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

This text font color is #350859.


Background Color

.myBgColor { background-color: #350859; }

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

This div background color is #350859.


Border color

.myBorderColor { border: 1px solid #350859; }

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

This div border color is #350859.


Opacity

.myOpacity80 { color: #350859; opacity: 0.8; }

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

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

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

This text has shadow with #350859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350859 on black background.


Color preview on white background

This text has color #350859 on white background.



Black color preview on #350859 background

This text has black color on #350859 background.


White color preview on #350859 background

This text has white color on #350859 background.