COLOR #3350C3

HEX: #3350C3 RGB: (51,80,195)

Color info

#3350C3 contains mainly blue color. Web safe color of #3350C3 is #3366CC (or #36C).

RGB color model

#3350C3 color RGB value is (51,80,195).

RGB: (51,80,195) (20%, 31%, 76%)

RGB channels and saturation

R 51 of 255 = 20%
G 80 of 255 = 31%
B 195 of 255 = 76%

51
80
195

R + G + B ~ 42%. #3350C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 51 + 80 + 195 = 326 (100%)
R 51 of 326 ~ 15.64%
G 80 of 326 ~ 24.54%
B 195 of 326 ~ 59.82'%

%15.64
%24.54
%59.82

CMYK color model

#3350C3 color CMYK value is (74,59,0,24).

  • cyan value is 73.85%
  • magenta value is 58.97%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (74,59,0,24)
C74M59Y0K24 (74%, 59%, 0%, 24%)
(0.74 / 0.59 / 0.00 / 0.24)

CMYK percentages

%73.85
%58.97
%0
%23.53

Codes

Color #3350C3 in popluar color models

33 50 C3
RGB 51 80 195
HSL 228° 58.54% 48.24%
HSB/HSV 228° 73.85% 76.47%
CMYK 73.85% 58.97% 0.00%
23.53%

Color #3350C3 in popluar number systems.

HEX 33 50 C3
Decimal 51 80 195
Binary 110011 1010000 11000011
Octal 63 120 303

Shades and tints

Shades of #3350C3

#3350C3
(51,80,195)
#2F49B2
(47,73,178)
#2B42A1
(43,66,161)
#273B90
(39,59,144)
#23347F
(35,52,127)
#1F2D6E
(31,45,110)
#1B265D
(27,38,93)
#171F4C
(23,31,76)
#13183B
(19,24,59)
#0F112A
(15,17,42)
#0B0A19
(11,10,25)
#000000
(0,0,0)

Tints of #3350C3

#3350C3
(51,80,195)
#455FC8
(69,95,200)
#576ECD
(87,110,205)
#697DD2
(105,125,210)
#7B8CD7
(123,140,215)
#8D9BDC
(141,155,220)
#9FAAE1
(159,170,225)
#B1B9E6
(177,185,230)
#C3C8EB
(195,200,235)
#D5D7F0
(213,215,240)
#E7E6F5
(231,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3350C3 color. Also use rgb(51,80,195) instead hex code.

Text Font Color

.myTextColor { color: #3350C3; }

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

This text font color is #3350C3.

Background Color

.myBgColor { background-color: #3350C3; }

<div style="background-color:#3350C3">Inner text</div>

This div background color is #3350C3.

Border color

.myBorderColor { border: 1px solid #3350C3; }

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

This div border color is #3350C3.

Opacity

.myOpacity80 { color: #3350C3; opacity: 0.8; }

<p style="color:#3350C3;opacity:0.8;">80%</p>

Text with #3350C3 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 #3350C3;}

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

This text has shadow with #3350C3 color.


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

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

This text has shadow with #3350C3 primary color and red secondary color.


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

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

This text has shadow with #3350C3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3350C3.

Preview

Color preview on black background

This text has color #3350C3 on black background.


Color preview on white background

This text has color #3350C3 on white background.


Black color preview on #3350C3 background

This text has black color on #3350C3 background.


White color preview on #3350C3 background

This text has white color on #3350C3 background.


Related colors

Complementary color

Complementary color for #hex is #CCAF3C.


I love getcolorcode.com

Triadic colors

1 #C33350 and #50C333 with #3350C3 are triadic colors.

2 #C35033 and #5033C3 with #3350C3 are triadic colors.