COLOR #333B9F

HEX: #333B9F
RGB: (51,59,159)

Color info

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

RGB color model

#333B9F color RGB value is (51,59,159).

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

RGB channels and saturation

R 51 of 255 = 20%
G 59 of 255 = 23%
B 159 of 255 = 62%

51
59
159

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

Portions of RGB colors in percentages

R + G + B =
51 + 59 + 159 = 269 (100%)
R 51 of 269 ~ 18.96%
G 59 of 269 ~ 21.93%
B 159 of 269 ~ 59.11%

%18.96
%21.93
%59.11

CMYK color model

#333B9F color CMYK value is (68,63,0,38).

  • cyan value is 67.92%
  • magenta value is 62.89%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(68,63,0,38)
C68M63Y0K38 
(68%,63%,0%,38%)
(0.68/0.63/0.00/0.38)	

CMYK percentages

%67.92
%62.89
%0
%37.65

Codes

Color #333B9F in popluar color models

333B9F
RGB5159159
HSL236°51.43%41.18%
HSB/HSV236°67.92%62.35%
CMYK67.92%62.89%0.00%
37.65%

Color #333B9F in popluar number systems.

HEX333B9F
Decimal5159159
Binary11001111101110011111
Octal6373237

Shades and tints

Shades of #333B9F

#333B9F
(51,59,159)
#2F3691
(47,54,145)
#2B3183
(43,49,131)
#272C75
(39,44,117)
#232767
(35,39,103)
#1F2259
(31,34,89)
#1B1D4B
(27,29,75)
#17183D
(23,24,61)
#13132F
(19,19,47)
#0F0E21
(15,14,33)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #333B9F

#333B9F
(51,59,159)
#454CA7
(69,76,167)
#575DAF
(87,93,175)
#696EB7
(105,110,183)
#7B7FBF
(123,127,191)
#8D90C7
(141,144,199)
#9FA1CF
(159,161,207)
#B1B2D7
(177,178,215)
#C3C3DF
(195,195,223)
#D5D4E7
(213,212,231)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333B9F; }

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

This text font color is #333B9F.


Background Color

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

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

This div background color is #333B9F.


Border color

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

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

This div border color is #333B9F.


Opacity

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

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

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

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

This text has shadow with #333B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333B9F on black background.


Color preview on white background

This text has color #333B9F on white background.



Black color preview on #333B9F background

This text has black color on #333B9F background.


White color preview on #333B9F background

This text has white color on #333B9F background.