COLOR #351C84

HEX: #351C84
RGB: (53,28,132)

Color info

#351C84 contains mainly blue color. Web safe color of #351C84 is #333399 (or #339).

RGB color model

#351C84 color RGB value is (53,28,132).

  • red value is 53;
  • green value is 28;
  • blue value is 132.
RGB:
(53,28,132)
(21%,11%,52%)

RGB channels and saturation

R 53 of 255 = 21%
G 28 of 255 = 11%
B 132 of 255 = 52%

53
28
132

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

Portions of RGB colors in percentages

R + G + B =
53 + 28 + 132 = 213 (100%)
R 53 of 213 ~ 24.88%
G 28 of 213 ~ 13.15%
B 132 of 213 ~ 61.97%

%24.88
%13.15
%61.97

CMYK color model

#351C84 color CMYK value is (60,79,0,48).

  • cyan value is 59.85%
  • magenta value is 78.79%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(60,79,0,48)
C60M79Y0K48 
(60%,79%,0%,48%)
(0.60/0.79/0.00/0.48)	

CMYK percentages

%59.85
%78.79
%0
%48.24

Codes

Color #351C84 in popluar color models

351C84
RGB5328132
HSL254°65.00%31.37%
HSB/HSV254°78.79%51.76%
CMYK59.85%78.79%0.00%
48.24%

Color #351C84 in popluar number systems.

HEX351C84
Decimal5328132
Binary1101011110010000100
Octal6534204

Shades and tints

Shades of #351C84

#351C84
(53,28,132)
#311A78
(49,26,120)
#2D186C
(45,24,108)
#291660
(41,22,96)
#251454
(37,20,84)
#211248
(33,18,72)
#1D103C
(29,16,60)
#190E30
(25,14,48)
#150C24
(21,12,36)
#110A18
(17,10,24)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #351C84

#351C84
(53,28,132)
#47308F
(71,48,143)
#59449A
(89,68,154)
#6B58A5
(107,88,165)
#7D6CB0
(125,108,176)
#8F80BB
(143,128,187)
#A194C6
(161,148,198)
#B3A8D1
(179,168,209)
#C5BCDC
(197,188,220)
#D7D0E7
(215,208,231)
#E9E4F2
(233,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351C84 color. Also use rgb(53,28,132) instead hex code.

Text Font Color

.myTextColor { color: #351C84; }

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

This text font color is #351C84.


Background Color

.myBgColor { background-color: #351C84; }

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

This div background color is #351C84.


Border color

.myBorderColor { border: 1px solid #351C84; }

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

This div border color is #351C84.


Opacity

.myOpacity80 { color: #351C84; opacity: 0.8; }

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

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

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

This text has shadow with #351C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351C84 on black background.


Color preview on white background

This text has color #351C84 on white background.



Black color preview on #351C84 background

This text has black color on #351C84 background.


White color preview on #351C84 background

This text has white color on #351C84 background.