COLOR #35199B

HEX: #35199B
RGB: (53,25,155)

Color info

#35199B contains mainly blue color. Web safe color of #35199B is #330099 (or #309).

RGB color model

#35199B color RGB value is (53,25,155).

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

RGB channels and saturation

R 53 of 255 = 21%
G 25 of 255 = 10%
B 155 of 255 = 61%

53
25
155

R + G + B ~ 31%. #35199B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 25 + 155 = 233 (100%)
R 53 of 233 ~ 22.75%
G 25 of 233 ~ 10.73%
B 155 of 233 ~ 66.52%

%22.75
%10.73
%66.52

CMYK color model

#35199B color CMYK value is (66,84,0,39).

  • cyan value is 65.81%
  • magenta value is 83.87%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(66,84,0,39)
C66M84Y0K39 
(66%,84%,0%,39%)
(0.66/0.84/0.00/0.39)	

CMYK percentages

%65.81
%83.87
%0
%39.22

Codes

Color #35199B in popluar color models

35199B
RGB5325155
HSL253°72.22%35.29%
HSB/HSV253°83.87%60.78%
CMYK65.81%83.87%0.00%
39.22%

Color #35199B in popluar number systems.

HEX35199B
Decimal5325155
Binary1101011100110011011
Octal6531233

Shades and tints

Shades of #35199B

#35199B
(53,25,155)
#31178D
(49,23,141)
#2D157F
(45,21,127)
#291371
(41,19,113)
#251163
(37,17,99)
#210F55
(33,15,85)
#1D0D47
(29,13,71)
#190B39
(25,11,57)
#15092B
(21,9,43)
#11071D
(17,7,29)
#0D050F
(13,5,15)
#000000
(0,0,0)

Tints of #35199B

#35199B
(53,25,155)
#472DA4
(71,45,164)
#5941AD
(89,65,173)
#6B55B6
(107,85,182)
#7D69BF
(125,105,191)
#8F7DC8
(143,125,200)
#A191D1
(161,145,209)
#B3A5DA
(179,165,218)
#C5B9E3
(197,185,227)
#D7CDEC
(215,205,236)
#E9E1F5
(233,225,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35199B color. Also use rgb(53,25,155) instead hex code.

Text Font Color

.myTextColor { color: #35199B; }

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

This text font color is #35199B.


Background Color

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

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

This div background color is #35199B.


Border color

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

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

This div border color is #35199B.


Opacity

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

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

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

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

This text has shadow with #35199B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35199B on black background.


Color preview on white background

This text has color #35199B on white background.



Black color preview on #35199B background

This text has black color on #35199B background.


White color preview on #35199B background

This text has white color on #35199B background.