COLOR #35194A

HEX: #35194A
RGB: (53,25,74)

Color info

#35194A contains red, green and blue colors in about the same proportion. Web safe color of #35194A is #330033 (or #303).

RGB color model

#35194A color RGB value is (53,25,74).

  • red value is 53;
  • green value is 25;
  • blue value is 74.
RGB:
(53,25,74)
(21%,10%,29%)

RGB channels and saturation

R 53 of 255 = 21%
G 25 of 255 = 10%
B 74 of 255 = 29%

53
25
74

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

Portions of RGB colors in percentages

R + G + B =
53 + 25 + 74 = 152 (100%)
R 53 of 152 ~ 34.87%
G 25 of 152 ~ 16.45%
B 74 of 152 ~ 48.68%

%34.87
%16.45
%48.68

CMYK color model

#35194A color CMYK value is (28,66,0,71).

  • cyan value is 28.38%
  • magenta value is 66.22%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(28,66,0,71)
C28M66Y0K71 
(28%,66%,0%,71%)
(0.28/0.66/0.00/0.71)	

CMYK percentages

%28.38
%66.22
%0
%70.98

Codes

Color #35194A in popluar color models

35194A
RGB532574
HSL274°49.49%19.41%
HSB/HSV274°66.22%29.02%
CMYK28.38%66.22%0.00%
70.98%

Color #35194A in popluar number systems.

HEX35194A
Decimal532574
Binary110101110011001010
Octal6531112

Shades and tints

Shades of #35194A

#35194A
(53,25,74)
#311744
(49,23,68)
#2D153E
(45,21,62)
#291338
(41,19,56)
#251132
(37,17,50)
#210F2C
(33,15,44)
#1D0D26
(29,13,38)
#190B20
(25,11,32)
#15091A
(21,9,26)
#110714
(17,7,20)
#0D050E
(13,5,14)
#000000
(0,0,0)

Tints of #35194A

#35194A
(53,25,74)
#472D5A
(71,45,90)
#59416A
(89,65,106)
#6B557A
(107,85,122)
#7D698A
(125,105,138)
#8F7D9A
(143,125,154)
#A191AA
(161,145,170)
#B3A5BA
(179,165,186)
#C5B9CA
(197,185,202)
#D7CDDA
(215,205,218)
#E9E1EA
(233,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35194A color. Also use rgb(53,25,74) instead hex code.

Text Font Color

.myTextColor { color: #35194A; }

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

This text font color is #35194A.


Background Color

.myBgColor { background-color: #35194A; }

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

This div background color is #35194A.


Border color

.myBorderColor { border: 1px solid #35194A; }

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

This div border color is #35194A.


Opacity

.myOpacity80 { color: #35194A; opacity: 0.8; }

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

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

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

This text has shadow with #35194A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35194A on black background.


Color preview on white background

This text has color #35194A on white background.



Black color preview on #35194A background

This text has black color on #35194A background.


White color preview on #35194A background

This text has white color on #35194A background.