COLOR #351D83

HEX: #351D83 RGB: (53,29,131)

Color info

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

RGB color model

#351D83 color RGB value is (53,29,131).

RGB: (53,29,131) (21%, 11%, 51%)

RGB channels and saturation

R 53 of 255 = 21%
G 29 of 255 = 11%
B 131 of 255 = 51%

53
29
131

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

Portions of RGB colors in percentages

R + G + B = 53 + 29 + 131 = 213 (100%)
R 53 of 213 ~ 24.88%
G 29 of 213 ~ 13.62%
B 131 of 213 ~ 61.5'%

%24.88
%13.62
%61.5

CMYK color model

#351D83 color CMYK value is (60,78,0,49).

  • cyan value is 59.54%
  • magenta value is 77.86%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (60,78,0,49)
C60M78Y0K49 (60%, 78%, 0%, 49%)
(0.60 / 0.78 / 0.00 / 0.49)

CMYK percentages

%59.54
%77.86
%0
%48.63

Codes

Color #351D83 in popluar color models

35 1D 83
RGB 53 29 131
HSL 254° 63.75% 31.37%
HSB/HSV 254° 77.86% 51.37%
CMYK 59.54% 77.86% 0.00%
48.63%

Color #351D83 in popluar number systems.

HEX 35 1D 83
Decimal 53 29 131
Binary 110101 11101 10000011
Octal 65 35 203

Shades and tints

Shades of #351D83

#351D83
(53,29,131)
#311B78
(49,27,120)
#2D196D
(45,25,109)
#291762
(41,23,98)
#251557
(37,21,87)
#21134C
(33,19,76)
#1D1141
(29,17,65)
#190F36
(25,15,54)
#150D2B
(21,13,43)
#110B20
(17,11,32)
#0D0915
(13,9,21)
#000000
(0,0,0)

Tints of #351D83

#351D83
(53,29,131)
#47318E
(71,49,142)
#594599
(89,69,153)
#6B59A4
(107,89,164)
#7D6DAF
(125,109,175)
#8F81BA
(143,129,186)
#A195C5
(161,149,197)
#B3A9D0
(179,169,208)
#C5BDDB
(197,189,219)
#D7D1E6
(215,209,230)
#E9E5F1
(233,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351D83 color. Also use rgb(53,29,131) instead hex code.

Text Font Color

.myTextColor { color: #351D83; }

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

This text font color is #351D83.

Background Color

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

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

This div background color is #351D83.

Border color

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

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

This div border color is #351D83.

Opacity

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

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

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

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

This text has shadow with #351D83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #351D83.

Preview

Color preview on black background

This text has color #351D83 on black background.


Color preview on white background

This text has color #351D83 on white background.


Black color preview on #351D83 background

This text has black color on #351D83 background.


White color preview on #351D83 background

This text has white color on #351D83 background.


Related colors

Complementary color

Complementary color for #hex is #CAE27C.


I love getcolorcode.com

Triadic colors

1 #83351D and #1D8335 with #351D83 are triadic colors.

2 #831D35 and #1D3583 with #351D83 are triadic colors.