COLOR #3336B5

HEX: #3336B5
RGB: (51,54,181)

Color info

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

RGB color model

#3336B5 color RGB value is (51,54,181).

  • red value is 51;
  • green value is 54;
  • blue value is 181.
RGB:
(51,54,181)
(20%,21%,71%)

RGB channels and saturation

R 51 of 255 = 20%
G 54 of 255 = 21%
B 181 of 255 = 71%

51
54
181

R + G + B ~ 37%. #3336B5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 54 + 181 = 286 (100%)
R 51 of 286 ~ 17.83%
G 54 of 286 ~ 18.88%
B 181 of 286 ~ 63.29%

%17.83
%18.88
%63.29

CMYK color model

#3336B5 color CMYK value is (72,70,0,29).

  • cyan value is 71.82%
  • magenta value is 70.17%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(72,70,0,29)
C72M70Y0K29 
(72%,70%,0%,29%)
(0.72/0.70/0.00/0.29)	

CMYK percentages

%71.82
%70.17
%0
%29.02

Codes

Color #3336B5 in popluar color models

3336B5
RGB5154181
HSL239°56.03%45.49%
HSB/HSV239°71.82%70.98%
CMYK71.82%70.17%0.00%
29.02%

Color #3336B5 in popluar number systems.

HEX3336B5
Decimal5154181
Binary11001111011010110101
Octal6366265

Shades and tints

Shades of #3336B5

#3336B5
(51,54,181)
#2F32A5
(47,50,165)
#2B2E95
(43,46,149)
#272A85
(39,42,133)
#232675
(35,38,117)
#1F2265
(31,34,101)
#1B1E55
(27,30,85)
#171A45
(23,26,69)
#131635
(19,22,53)
#0F1225
(15,18,37)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #3336B5

#3336B5
(51,54,181)
#4548BB
(69,72,187)
#575AC1
(87,90,193)
#696CC7
(105,108,199)
#7B7ECD
(123,126,205)
#8D90D3
(141,144,211)
#9FA2D9
(159,162,217)
#B1B4DF
(177,180,223)
#C3C6E5
(195,198,229)
#D5D8EB
(213,216,235)
#E7EAF1
(231,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3336B5 color. Also use rgb(51,54,181) instead hex code.

Text Font Color

.myTextColor { color: #3336B5; }

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

This text font color is #3336B5.


Background Color

.myBgColor { background-color: #3336B5; }

<div style="background-color:#3336B5">Inner text</div>

This div background color is #3336B5.


Border color

.myBorderColor { border: 1px solid #3336B5; }

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

This div border color is #3336B5.


Opacity

.myOpacity80 { color: #3336B5; opacity: 0.8; }

<p style="color:#3336B5;opacity:0.8;">80%</p>

Text with #3336B5 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 #3336B5;}

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

This text has shadow with #3336B5 color.

.textShadow {text-shadow: 3px 3px 1px #3336B5, 3px 3px 1px red;}

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

This text has shadow with #3336B5 primary color and red secondary color.


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

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

This text has shadow with #3336B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3336B5 on black background.


Color preview on white background

This text has color #3336B5 on white background.



Black color preview on #3336B5 background

This text has black color on #3336B5 background.


White color preview on #3336B5 background

This text has white color on #3336B5 background.