COLOR #35025B

HEX: #35025B
RGB: (53,2,91)

Color info

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

RGB color model

#35025B color RGB value is (53,2,91).

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

RGB channels and saturation

R 53 of 255 = 21%
G 2 of 255 = 1%
B 91 of 255 = 36%

53
2
91

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

Portions of RGB colors in percentages

R + G + B =
53 + 2 + 91 = 146 (100%)
R 53 of 146 ~ 36.3%
G 2 of 146 ~ 1.37%
B 91 of 146 ~ 62.33%

%36.3
%62.33

CMYK color model

#35025B color CMYK value is (42,98,0,64).

  • cyan value is 41.76%
  • magenta value is 97.80%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(42,98,0,64)
C42M98Y0K64 
(42%,98%,0%,64%)
(0.42/0.98/0.00/0.64)	

CMYK percentages

%41.76
%97.8
%0
%64.31

Codes

Color #35025B in popluar color models

35025B
RGB53291
HSL274°95.70%18.24%
HSB/HSV274°97.80%35.69%
CMYK41.76%97.80%0.00%
64.31%

Color #35025B in popluar number systems.

HEX35025B
Decimal53291
Binary110101101011011
Octal652133

Shades and tints

Shades of #35025B

#35025B
(53,2,91)
#310253
(49,2,83)
#2D024B
(45,2,75)
#290243
(41,2,67)
#25023B
(37,2,59)
#210233
(33,2,51)
#1D022B
(29,2,43)
#190223
(25,2,35)
#15021B
(21,2,27)
#110213
(17,2,19)
#0D020B
(13,2,11)
#000000
(0,0,0)

Tints of #35025B

#35025B
(53,2,91)
#471969
(71,25,105)
#593077
(89,48,119)
#6B4785
(107,71,133)
#7D5E93
(125,94,147)
#8F75A1
(143,117,161)
#A18CAF
(161,140,175)
#B3A3BD
(179,163,189)
#C5BACB
(197,186,203)
#D7D1D9
(215,209,217)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35025B; }

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

This text font color is #35025B.


Background Color

.myBgColor { background-color: #35025B; }

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

This div background color is #35025B.


Border color

.myBorderColor { border: 1px solid #35025B; }

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

This div border color is #35025B.


Opacity

.myOpacity80 { color: #35025B; opacity: 0.8; }

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

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

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

This text has shadow with #35025B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35025B on black background.


Color preview on white background

This text has color #35025B on white background.



Black color preview on #35025B background

This text has black color on #35025B background.


White color preview on #35025B background

This text has white color on #35025B background.