COLOR #3353C9

HEX: #3353C9
RGB: (51,83,201)

Color info

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

RGB color model

#3353C9 color RGB value is (51,83,201).

  • red value is 51;
  • green value is 83;
  • blue value is 201.
RGB:
(51,83,201)
(20%,33%,79%)

RGB channels and saturation

R 51 of 255 = 20%
G 83 of 255 = 33%
B 201 of 255 = 79%

51
83
201

R + G + B ~ 44%. #3353C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 83 + 201 = 335 (100%)
R 51 of 335 ~ 15.22%
G 83 of 335 ~ 24.78%
B 201 of 335 ~ 60%

%15.22
%24.78
%60

CMYK color model

#3353C9 color CMYK value is (75,59,0,21).

  • cyan value is 74.63%
  • magenta value is 58.71%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(75,59,0,21)
C75M59Y0K21 
(75%,59%,0%,21%)
(0.75/0.59/0.00/0.21)	

CMYK percentages

%74.63
%58.71
%0
%21.18

Codes

Color #3353C9 in popluar color models

3353C9
RGB5183201
HSL227°59.52%49.41%
HSB/HSV227°74.63%78.82%
CMYK74.63%58.71%0.00%
21.18%

Color #3353C9 in popluar number systems.

HEX3353C9
Decimal5183201
Binary110011101001111001001
Octal63123311

Shades and tints

Shades of #3353C9

#3353C9
(51,83,201)
#2F4CB7
(47,76,183)
#2B45A5
(43,69,165)
#273E93
(39,62,147)
#233781
(35,55,129)
#1F306F
(31,48,111)
#1B295D
(27,41,93)
#17224B
(23,34,75)
#131B39
(19,27,57)
#0F1427
(15,20,39)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #3353C9

#3353C9
(51,83,201)
#4562CD
(69,98,205)
#5771D1
(87,113,209)
#6980D5
(105,128,213)
#7B8FD9
(123,143,217)
#8D9EDD
(141,158,221)
#9FADE1
(159,173,225)
#B1BCE5
(177,188,229)
#C3CBE9
(195,203,233)
#D5DAED
(213,218,237)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3353C9 color. Also use rgb(51,83,201) instead hex code.

Text Font Color

.myTextColor { color: #3353C9; }

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

This text font color is #3353C9.


Background Color

.myBgColor { background-color: #3353C9; }

<div style="background-color:#3353C9">Inner text</div>

This div background color is #3353C9.


Border color

.myBorderColor { border: 1px solid #3353C9; }

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

This div border color is #3353C9.


Opacity

.myOpacity80 { color: #3353C9; opacity: 0.8; }

<p style="color:#3353C9;opacity:0.8;">80%</p>

Text with #3353C9 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 #3353C9;}

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

This text has shadow with #3353C9 color.

.textShadow {text-shadow: 3px 3px 1px #3353C9, 3px 3px 1px red;}

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

This text has shadow with #3353C9 primary color and red secondary color.


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

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

This text has shadow with #3353C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3353C9 on black background.


Color preview on white background

This text has color #3353C9 on white background.



Black color preview on #3353C9 background

This text has black color on #3353C9 background.


White color preview on #3353C9 background

This text has white color on #3353C9 background.