COLOR #351B66

HEX: #351B66 RGB: (53,27,102)

Color info

#351B66 contains mainly red and blue colors. Web safe color of #351B66 is #333366 (or #336).

RGB color model

#351B66 color RGB value is (53,27,102).

RGB: (53,27,102) (21%, 11%, 40%)

RGB channels and saturation

R 53 of 255 = 21%
G 27 of 255 = 11%
B 102 of 255 = 40%

53
27
102

R + G + B ~ 24%. #351B66 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 27 + 102 = 182 (100%)
R 53 of 182 ~ 29.12%
G 27 of 182 ~ 14.84%
B 102 of 182 ~ 56.04'%

%29.12
%14.84
%56.04

CMYK color model

#351B66 color CMYK value is (48,74,0,60).

  • cyan value is 48.04%
  • magenta value is 73.53%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (48,74,0,60)
C48M74Y0K60 (48%, 74%, 0%, 60%)
(0.48 / 0.74 / 0.00 / 0.60)

CMYK percentages

%48.04
%73.53
%0
%60

Codes

Color #351B66 in popluar color models

35 1B 66
RGB 53 27 102
HSL 261° 58.14% 25.29%
HSB/HSV 261° 73.53% 40.00%
CMYK 48.04% 73.53% 0.00%
60.00%

Color #351B66 in popluar number systems.

HEX 35 1B 66
Decimal 53 27 102
Binary 110101 11011 1100110
Octal 65 33 146

Shades and tints

Shades of #351B66

#351B66
(53,27,102)
#31195D
(49,25,93)
#2D1754
(45,23,84)
#29154B
(41,21,75)
#251342
(37,19,66)
#211139
(33,17,57)
#1D0F30
(29,15,48)
#190D27
(25,13,39)
#150B1E
(21,11,30)
#110915
(17,9,21)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #351B66

#351B66
(53,27,102)
#472F73
(71,47,115)
#594380
(89,67,128)
#6B578D
(107,87,141)
#7D6B9A
(125,107,154)
#8F7FA7
(143,127,167)
#A193B4
(161,147,180)
#B3A7C1
(179,167,193)
#C5BBCE
(197,187,206)
#D7CFDB
(215,207,219)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #351B66; }

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

This text font color is #351B66.

Background Color

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

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

This div background color is #351B66.

Border color

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

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

This div border color is #351B66.

Opacity

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

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

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

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

This text has shadow with #351B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #351B66.

Preview

Color preview on black background

This text has color #351B66 on black background.


Color preview on white background

This text has color #351B66 on white background.


Black color preview on #351B66 background

This text has black color on #351B66 background.


White color preview on #351B66 background

This text has white color on #351B66 background.


Related colors

Complementary color

Complementary color for #hex is #CAE499.


I love getcolorcode.com

Triadic colors

1 #66351B and #1B6635 with #351B66 are triadic colors.

2 #661B35 and #1B3566 with #351B66 are triadic colors.