COLOR #350256

HEX: #350256
RGB: (53,2,86)

Color info

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

RGB color model

#350256 color RGB value is (53,2,86).

  • red value is 53;
  • green value is 2;
  • blue value is 86.
RGB:
(53,2,86)
(21%,1%,34%)

RGB channels and saturation

R 53 of 255 = 21%
G 2 of 255 = 1%
B 86 of 255 = 34%

53
2
86

R + G + B ~ 19%. #350256 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 2 + 86 = 141 (100%)
R 53 of 141 ~ 37.59%
G 2 of 141 ~ 1.42%
B 86 of 141 ~ 60.99%

%37.59
%60.99

CMYK color model

#350256 color CMYK value is (38,98,0,66).

  • cyan value is 38.37%
  • magenta value is 97.67%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(38,98,0,66)
C38M98Y0K66 
(38%,98%,0%,66%)
(0.38/0.98/0.00/0.66)	

CMYK percentages

%38.37
%97.67
%0
%66.27

Codes

Color #350256 in popluar color models

350256
RGB53286
HSL276°95.45%17.25%
HSB/HSV276°97.67%33.73%
CMYK38.37%97.67%0.00%
66.27%

Color #350256 in popluar number systems.

HEX350256
Decimal53286
Binary110101101010110
Octal652126

Shades and tints

Shades of #350256

#350256
(53,2,86)
#31024F
(49,2,79)
#2D0248
(45,2,72)
#290241
(41,2,65)
#25023A
(37,2,58)
#210233
(33,2,51)
#1D022C
(29,2,44)
#190225
(25,2,37)
#15021E
(21,2,30)
#110217
(17,2,23)
#0D0210
(13,2,16)
#000000
(0,0,0)

Tints of #350256

#350256
(53,2,86)
#471965
(71,25,101)
#593074
(89,48,116)
#6B4783
(107,71,131)
#7D5E92
(125,94,146)
#8F75A1
(143,117,161)
#A18CB0
(161,140,176)
#B3A3BF
(179,163,191)
#C5BACE
(197,186,206)
#D7D1DD
(215,209,221)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350256 color. Also use rgb(53,2,86) instead hex code.

Text Font Color

.myTextColor { color: #350256; }

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

This text font color is #350256.


Background Color

.myBgColor { background-color: #350256; }

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

This div background color is #350256.


Border color

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

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

This div border color is #350256.


Opacity

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

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

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

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

This text has shadow with #350256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350256 on black background.


Color preview on white background

This text has color #350256 on white background.



Black color preview on #350256 background

This text has black color on #350256 background.


White color preview on #350256 background

This text has white color on #350256 background.