COLOR #35195C

HEX: #35195C RGB: (53,25,92)

Color info

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

RGB color model

#35195C color RGB value is (53,25,92).

RGB: (53,25,92) (21%, 10%, 36%)

RGB channels and saturation

R 53 of 255 = 21%
G 25 of 255 = 10%
B 92 of 255 = 36%

53
25
92

R + G + B ~ 22%. #35195C is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 25 + 92 = 170 (100%)
R 53 of 170 ~ 31.18%
G 25 of 170 ~ 14.71%
B 92 of 170 ~ 54.12'%

%31.18
%14.71
%54.12

CMYK color model

#35195C color CMYK value is (42,73,0,64).

  • cyan value is 42.39%
  • magenta value is 72.83%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (42,73,0,64) C42M73Y0K64 (42%,73%,0%,64%) (0.42/0.73/0.00/0.64) 

CMYK percentages

%42.39
%72.83
%0
%63.92

Codes

Color #35195C in popluar color models

35 19 5C
RGB 53 25 92
HSL 265° 57.26% 22.94%
HSB/HSV 265° 72.83% 36.08%
CMYK 42.39% 72.83% 0.00%
63.92%

Color #35195C in popluar number systems.

HEX 35 19 5C
Decimal 53 25 92
Binary 110101 11001 1011100
Octal 65 31 134

Shades and tints

Shades of #35195C

#35195C
(53,25,92)
#311754
(49,23,84)
#2D154C
(45,21,76)
#291344
(41,19,68)
#25113C
(37,17,60)
#210F34
(33,15,52)
#1D0D2C
(29,13,44)
#190B24
(25,11,36)
#15091C
(21,9,28)
#110714
(17,7,20)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #35195C

#35195C
(53,25,92)
#472D6A
(71,45,106)
#594178
(89,65,120)
#6B5586
(107,85,134)
#7D6994
(125,105,148)
#8F7DA2
(143,125,162)
#A191B0
(161,145,176)
#B3A5BE
(179,165,190)
#C5B9CC
(197,185,204)
#D7CDDA
(215,205,218)
#E9E1E8
(233,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35195C; }

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

This text font color is #35195C.

Background Color

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

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

This div background color is #35195C.

Border color

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

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

This div border color is #35195C.

Opacity

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

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

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

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

This text has shadow with #35195C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35195C.

Preview

Color preview on black background

This text has color #35195C on black background.


Color preview on white background

This text has color #35195C on white background.


Black color preview on #35195C background

This text has black color on #35195C background.


White color preview on #35195C background

This text has white color on #35195C background.


Related colors

Complementary color

Complementary color for #hex is #CAE6A3.


I love getcolorcode.com

Triadic colors

1 #5C3519 and #195C35 with #35195C are triadic colors.

2 #5C1935 and #19355C with #35195C are triadic colors.