COLOR #351B7F

HEX: #351B7F
RGB: (53,27,127)

Color info

#351B7F contains mainly blue color. Web safe color of #351B7F is #333366 (or #336).

RGB color model

#351B7F color RGB value is (53,27,127).

  • red value is 53;
  • green value is 27;
  • blue value is 127.
RGB:
(53,27,127)
(21%,11%,50%)

RGB channels and saturation

R 53 of 255 = 21%
G 27 of 255 = 11%
B 127 of 255 = 50%

53
27
127

R + G + B ~ 27%. #351B7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 27 + 127 = 207 (100%)
R 53 of 207 ~ 25.6%
G 27 of 207 ~ 13.04%
B 127 of 207 ~ 61.35%

%25.6
%13.04
%61.35

CMYK color model

#351B7F color CMYK value is (58,79,0,50).

  • cyan value is 58.27%
  • magenta value is 78.74%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(58,79,0,50)
C58M79Y0K50 
(58%,79%,0%,50%)
(0.58/0.79/0.00/0.50)	

CMYK percentages

%58.27
%78.74
%0
%50.2

Codes

Color #351B7F in popluar color models

351B7F
RGB5327127
HSL256°64.94%30.20%
HSB/HSV256°78.74%49.80%
CMYK58.27%78.74%0.00%
50.20%

Color #351B7F in popluar number systems.

HEX351B7F
Decimal5327127
Binary110101110111111111
Octal6533177

Shades and tints

Shades of #351B7F

#351B7F
(53,27,127)
#311974
(49,25,116)
#2D1769
(45,23,105)
#29155E
(41,21,94)
#251353
(37,19,83)
#211148
(33,17,72)
#1D0F3D
(29,15,61)
#190D32
(25,13,50)
#150B27
(21,11,39)
#11091C
(17,9,28)
#0D0711
(13,7,17)
#000000
(0,0,0)

Tints of #351B7F

#351B7F
(53,27,127)
#472F8A
(71,47,138)
#594395
(89,67,149)
#6B57A0
(107,87,160)
#7D6BAB
(125,107,171)
#8F7FB6
(143,127,182)
#A193C1
(161,147,193)
#B3A7CC
(179,167,204)
#C5BBD7
(197,187,215)
#D7CFE2
(215,207,226)
#E9E3ED
(233,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351B7F color. Also use rgb(53,27,127) instead hex code.

Text Font Color

.myTextColor { color: #351B7F; }

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

This text font color is #351B7F.


Background Color

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

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

This div background color is #351B7F.


Border color

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

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

This div border color is #351B7F.


Opacity

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

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

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

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

This text has shadow with #351B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351B7F on black background.


Color preview on white background

This text has color #351B7F on white background.



Black color preview on #351B7F background

This text has black color on #351B7F background.


White color preview on #351B7F background

This text has white color on #351B7F background.