COLOR #3338D0

HEX: #3338D0
RGB: (51,56,208)

Color info

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

RGB color model

#3338D0 color RGB value is (51,56,208).

  • red value is 51;
  • green value is 56;
  • blue value is 208.
RGB:
(51,56,208)
(20%,22%,82%)

RGB channels and saturation

R 51 of 255 = 20%
G 56 of 255 = 22%
B 208 of 255 = 82%

51
56
208

R + G + B ~ 41%. #3338D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 56 + 208 = 315 (100%)
R 51 of 315 ~ 16.19%
G 56 of 315 ~ 17.78%
B 208 of 315 ~ 66.03%

%16.19
%17.78
%66.03

CMYK color model

#3338D0 color CMYK value is (75,73,0,18).

  • cyan value is 75.48%
  • magenta value is 73.08%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(75,73,0,18)
C75M73Y0K18 
(75%,73%,0%,18%)
(0.75/0.73/0.00/0.18)	

CMYK percentages

%75.48
%73.08
%0
%18.43

Codes

Color #3338D0 in popluar color models

3338D0
RGB5156208
HSL238°62.55%50.78%
HSB/HSV238°75.48%81.57%
CMYK75.48%73.08%0.00%
18.43%

Color #3338D0 in popluar number systems.

HEX3338D0
Decimal5156208
Binary11001111100011010000
Octal6370320

Shades and tints

Shades of #3338D0

#3338D0
(51,56,208)
#2F33BE
(47,51,190)
#2B2EAC
(43,46,172)
#27299A
(39,41,154)
#232488
(35,36,136)
#1F1F76
(31,31,118)
#1B1A64
(27,26,100)
#171552
(23,21,82)
#131040
(19,16,64)
#0F0B2E
(15,11,46)
#0B061C
(11,6,28)
#000000
(0,0,0)

Tints of #3338D0

#3338D0
(51,56,208)
#454AD4
(69,74,212)
#575CD8
(87,92,216)
#696EDC
(105,110,220)
#7B80E0
(123,128,224)
#8D92E4
(141,146,228)
#9FA4E8
(159,164,232)
#B1B6EC
(177,182,236)
#C3C8F0
(195,200,240)
#D5DAF4
(213,218,244)
#E7ECF8
(231,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3338D0 color. Also use rgb(51,56,208) instead hex code.

Text Font Color

.myTextColor { color: #3338D0; }

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

This text font color is #3338D0.


Background Color

.myBgColor { background-color: #3338D0; }

<div style="background-color:#3338D0">Inner text</div>

This div background color is #3338D0.


Border color

.myBorderColor { border: 1px solid #3338D0; }

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

This div border color is #3338D0.


Opacity

.myOpacity80 { color: #3338D0; opacity: 0.8; }

<p style="color:#3338D0;opacity:0.8;">80%</p>

Text with #3338D0 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 #3338D0;}

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

This text has shadow with #3338D0 color.

.textShadow {text-shadow: 3px 3px 1px #3338D0, 3px 3px 1px red;}

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

This text has shadow with #3338D0 primary color and red secondary color.


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

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

This text has shadow with #3338D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3338D0 on black background.


Color preview on white background

This text has color #3338D0 on white background.



Black color preview on #3338D0 background

This text has black color on #3338D0 background.


White color preview on #3338D0 background

This text has white color on #3338D0 background.