COLOR #351889

HEX: #351889
RGB: (53,24,137)

Color info

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

RGB color model

#351889 color RGB value is (53,24,137).

  • red value is 53;
  • green value is 24;
  • blue value is 137.
RGB:
(53,24,137)
(21%,9%,54%)

RGB channels and saturation

R 53 of 255 = 21%
G 24 of 255 = 9%
B 137 of 255 = 54%

53
24
137

R + G + B ~ 28%. #351889 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 24 + 137 = 214 (100%)
R 53 of 214 ~ 24.77%
G 24 of 214 ~ 11.21%
B 137 of 214 ~ 64.02%

%24.77
%11.21
%64.02

CMYK color model

#351889 color CMYK value is (61,82,0,46).

  • cyan value is 61.31%
  • magenta value is 82.48%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(61,82,0,46)
C61M82Y0K46 
(61%,82%,0%,46%)
(0.61/0.82/0.00/0.46)	

CMYK percentages

%61.31
%82.48
%0
%46.27

Codes

Color #351889 in popluar color models

351889
RGB5324137
HSL255°70.19%31.57%
HSB/HSV255°82.48%53.73%
CMYK61.31%82.48%0.00%
46.27%

Color #351889 in popluar number systems.

HEX351889
Decimal5324137
Binary1101011100010001001
Octal6530211

Shades and tints

Shades of #351889

#351889
(53,24,137)
#31167D
(49,22,125)
#2D1471
(45,20,113)
#291265
(41,18,101)
#251059
(37,16,89)
#210E4D
(33,14,77)
#1D0C41
(29,12,65)
#190A35
(25,10,53)
#150829
(21,8,41)
#11061D
(17,6,29)
#0D0411
(13,4,17)
#000000
(0,0,0)

Tints of #351889

#351889
(53,24,137)
#472D93
(71,45,147)
#59429D
(89,66,157)
#6B57A7
(107,87,167)
#7D6CB1
(125,108,177)
#8F81BB
(143,129,187)
#A196C5
(161,150,197)
#B3ABCF
(179,171,207)
#C5C0D9
(197,192,217)
#D7D5E3
(215,213,227)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351889 color. Also use rgb(53,24,137) instead hex code.

Text Font Color

.myTextColor { color: #351889; }

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

This text font color is #351889.


Background Color

.myBgColor { background-color: #351889; }

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

This div background color is #351889.


Border color

.myBorderColor { border: 1px solid #351889; }

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

This div border color is #351889.


Opacity

.myOpacity80 { color: #351889; opacity: 0.8; }

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

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

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

This text has shadow with #351889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351889 on black background.


Color preview on white background

This text has color #351889 on white background.



Black color preview on #351889 background

This text has black color on #351889 background.


White color preview on #351889 background

This text has white color on #351889 background.