COLOR #3B35C5

HEX: #3B35C5 RGB: (59,53,197)

Color info

#3B35C5 contains mainly blue color. Web safe color of #3B35C5 is #3333CC (or #33C).

RGB color model

#3B35C5 color RGB value is (59,53,197).

RGB: (59,53,197) (23%, 21%, 77%)

RGB channels and saturation

R 59 of 255 = 23%
G 53 of 255 = 21%
B 197 of 255 = 77%

59
53
197

R + G + B ~ 40%. #3B35C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 59 + 53 + 197 = 309 (100%)
R 59 of 309 ~ 19.09%
G 53 of 309 ~ 17.15%
B 197 of 309 ~ 63.75'%

%19.09
%17.15
%63.75

CMYK color model

#3B35C5 color CMYK value is (70,73,0,23).

  • cyan value is 70.05%
  • magenta value is 73.10%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (70,73,0,23)
C70M73Y0K23 (70%, 73%, 0%, 23%)
(0.70 / 0.73 / 0.00 / 0.23)

CMYK percentages

%70.05
%73.1
%0
%22.75

Codes

Color #3B35C5 in popluar color models

3B 35 C5
RGB 59 53 197
HSL 243° 57.60% 49.02%
HSB/HSV 243° 73.10% 77.25%
CMYK 70.05% 73.10% 0.00%
22.75%

Color #3B35C5 in popluar number systems.

HEX 3B 35 C5
Decimal 59 53 197
Binary 111011 110101 11000101
Octal 73 65 305

Shades and tints

Shades of #3B35C5

#3B35C5
(59,53,197)
#3631B4
(54,49,180)
#312DA3
(49,45,163)
#2C2992
(44,41,146)
#272581
(39,37,129)
#222170
(34,33,112)
#1D1D5F
(29,29,95)
#18194E
(24,25,78)
#13153D
(19,21,61)
#0E112C
(14,17,44)
#090D1B
(9,13,27)
#000000
(0,0,0)

Tints of #3B35C5

#3B35C5
(59,53,197)
#4C47CA
(76,71,202)
#5D59CF
(93,89,207)
#6E6BD4
(110,107,212)
#7F7DD9
(127,125,217)
#908FDE
(144,143,222)
#A1A1E3
(161,161,227)
#B2B3E8
(178,179,232)
#C3C5ED
(195,197,237)
#D4D7F2
(212,215,242)
#E5E9F7
(229,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B35C5 color. Also use rgb(59,53,197) instead hex code.

Text Font Color

.myTextColor { color: #3B35C5; }

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

This text font color is #3B35C5.

Background Color

.myBgColor { background-color: #3B35C5; }

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

This div background color is #3B35C5.

Border color

.myBorderColor { border: 1px solid #3B35C5; }

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

This div border color is #3B35C5.

Opacity

.myOpacity80 { color: #3B35C5; opacity: 0.8; }

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

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

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

This text has shadow with #3B35C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B35C5.

Preview

Color preview on black background

This text has color #3B35C5 on black background.


Color preview on white background

This text has color #3B35C5 on white background.


Black color preview on #3B35C5 background

This text has black color on #3B35C5 background.


White color preview on #3B35C5 background

This text has white color on #3B35C5 background.


Related colors

Complementary color

Complementary color for #hex is #C4CA3A.


I love getcolorcode.com

Triadic colors

1 #C53B35 and #35C53B with #3B35C5 are triadic colors.

2 #C5353B and #353BC5 with #3B35C5 are triadic colors.