COLOR #333E9F

HEX: #333E9F
RGB: (51,62,159)

Color info

#333E9F contains mainly blue color. Web safe color of #333E9F is #333399 (or #339).

RGB color model

#333E9F color RGB value is (51,62,159).

  • red value is 51;
  • green value is 62;
  • blue value is 159.
RGB:
(51,62,159)
(20%,24%,62%)

RGB channels and saturation

R 51 of 255 = 20%
G 62 of 255 = 24%
B 159 of 255 = 62%

51
62
159

R + G + B ~ 35%. #333E9F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 62 + 159 = 272 (100%)
R 51 of 272 ~ 18.75%
G 62 of 272 ~ 22.79%
B 159 of 272 ~ 58.46%

%18.75
%22.79
%58.46

CMYK color model

#333E9F color CMYK value is (68,61,0,38).

  • cyan value is 67.92%
  • magenta value is 61.01%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(68,61,0,38)
C68M61Y0K38 
(68%,61%,0%,38%)
(0.68/0.61/0.00/0.38)	

CMYK percentages

%67.92
%61.01
%0
%37.65

Codes

Color #333E9F in popluar color models

333E9F
RGB5162159
HSL234°51.43%41.18%
HSB/HSV234°67.92%62.35%
CMYK67.92%61.01%0.00%
37.65%

Color #333E9F in popluar number systems.

HEX333E9F
Decimal5162159
Binary11001111111010011111
Octal6376237

Shades and tints

Shades of #333E9F

#333E9F
(51,62,159)
#2F3991
(47,57,145)
#2B3483
(43,52,131)
#272F75
(39,47,117)
#232A67
(35,42,103)
#1F2559
(31,37,89)
#1B204B
(27,32,75)
#171B3D
(23,27,61)
#13162F
(19,22,47)
#0F1121
(15,17,33)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #333E9F

#333E9F
(51,62,159)
#454FA7
(69,79,167)
#5760AF
(87,96,175)
#6971B7
(105,113,183)
#7B82BF
(123,130,191)
#8D93C7
(141,147,199)
#9FA4CF
(159,164,207)
#B1B5D7
(177,181,215)
#C3C6DF
(195,198,223)
#D5D7E7
(213,215,231)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333E9F color. Also use rgb(51,62,159) instead hex code.

Text Font Color

.myTextColor { color: #333E9F; }

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

This text font color is #333E9F.


Background Color

.myBgColor { background-color: #333E9F; }

<div style="background-color:#333E9F">Inner text</div>

This div background color is #333E9F.


Border color

.myBorderColor { border: 1px solid #333E9F; }

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

This div border color is #333E9F.


Opacity

.myOpacity80 { color: #333E9F; opacity: 0.8; }

<p style="color:#333E9F;opacity:0.8;">80%</p>

Text with #333E9F 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 #333E9F;}

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

This text has shadow with #333E9F color.

.textShadow {text-shadow: 3px 3px 1px #333E9F, 3px 3px 1px red;}

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

This text has shadow with #333E9F primary color and red secondary color.


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

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

This text has shadow with #333E9F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333E9F on black background.


Color preview on white background

This text has color #333E9F on white background.



Black color preview on #333E9F background

This text has black color on #333E9F background.


White color preview on #333E9F background

This text has white color on #333E9F background.