COLOR #35265C

HEX: #35265C
RGB: (53,38,92)

Color info

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

RGB color model

#35265C color RGB value is (53,38,92).

  • red value is 53;
  • green value is 38;
  • blue value is 92.
RGB:
(53,38,92)
(21%,15%,36%)

RGB channels and saturation

R 53 of 255 = 21%
G 38 of 255 = 15%
B 92 of 255 = 36%

53
38
92

R + G + B ~ 24%. #35265C is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 38 + 92 = 183 (100%)
R 53 of 183 ~ 28.96%
G 38 of 183 ~ 20.77%
B 92 of 183 ~ 50.27%

%28.96
%20.77
%50.27

CMYK color model

#35265C color CMYK value is (42,59,0,64).

  • cyan value is 42.39%
  • magenta value is 58.70%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(42,59,0,64)
C42M59Y0K64 
(42%,59%,0%,64%)
(0.42/0.59/0.00/0.64)	

CMYK percentages

%42.39
%58.7
%0
%63.92

Codes

Color #35265C in popluar color models

35265C
RGB533892
HSL257°41.54%25.49%
HSB/HSV257°58.70%36.08%
CMYK42.39%58.70%0.00%
63.92%

Color #35265C in popluar number systems.

HEX35265C
Decimal533892
Binary1101011001101011100
Octal6546134

Shades and tints

Shades of #35265C

#35265C
(53,38,92)
#312354
(49,35,84)
#2D204C
(45,32,76)
#291D44
(41,29,68)
#251A3C
(37,26,60)
#211734
(33,23,52)
#1D142C
(29,20,44)
#191124
(25,17,36)
#150E1C
(21,14,28)
#110B14
(17,11,20)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #35265C

#35265C
(53,38,92)
#47396A
(71,57,106)
#594C78
(89,76,120)
#6B5F86
(107,95,134)
#7D7294
(125,114,148)
#8F85A2
(143,133,162)
#A198B0
(161,152,176)
#B3ABBE
(179,171,190)
#C5BECC
(197,190,204)
#D7D1DA
(215,209,218)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35265C color. Also use rgb(53,38,92) instead hex code.

Text Font Color

.myTextColor { color: #35265C; }

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

This text font color is #35265C.


Background Color

.myBgColor { background-color: #35265C; }

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

This div background color is #35265C.


Border color

.myBorderColor { border: 1px solid #35265C; }

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

This div border color is #35265C.


Opacity

.myOpacity80 { color: #35265C; opacity: 0.8; }

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

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

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

This text has shadow with #35265C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35265C on black background.


Color preview on white background

This text has color #35265C on white background.



Black color preview on #35265C background

This text has black color on #35265C background.


White color preview on #35265C background

This text has white color on #35265C background.