COLOR #333E8B

HEX: #333E8B RGB: (51,62,139)

Color info

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

RGB color model

#333E8B color RGB value is (51,62,139).

RGB: (51,62,139) (20%, 24%, 55%)

RGB channels and saturation

R 51 of 255 = 20%
G 62 of 255 = 24%
B 139 of 255 = 55%

51
62
139

R + G + B ~ 33%. #333E8B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 62 + 139 = 252 (100%)
R 51 of 252 ~ 20.24%
G 62 of 252 ~ 24.6%
B 139 of 252 ~ 55.16'%

%20.24
%24.6
%55.16

CMYK color model

#333E8B color CMYK value is (63,55,0,45).

  • cyan value is 63.31%
  • magenta value is 55.40%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (63,55,0,45)
C63M55Y0K45 (63%, 55%, 0%, 45%)
(0.63 / 0.55 / 0.00 / 0.45)

CMYK percentages

%63.31
%55.4
%0
%45.49

Codes

Color #333E8B in popluar color models

33 3E 8B
RGB 51 62 139
HSL 233° 46.32% 37.25%
HSB/HSV 233° 63.31% 54.51%
CMYK 63.31% 55.40% 0.00%
45.49%

Color #333E8B in popluar number systems.

HEX 33 3E 8B
Decimal 51 62 139
Binary 110011 111110 10001011
Octal 63 76 213

Shades and tints

Shades of #333E8B

#333E8B
(51,62,139)
#2F397F
(47,57,127)
#2B3473
(43,52,115)
#272F67
(39,47,103)
#232A5B
(35,42,91)
#1F254F
(31,37,79)
#1B2043
(27,32,67)
#171B37
(23,27,55)
#13162B
(19,22,43)
#0F111F
(15,17,31)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #333E8B

#333E8B
(51,62,139)
#454F95
(69,79,149)
#57609F
(87,96,159)
#6971A9
(105,113,169)
#7B82B3
(123,130,179)
#8D93BD
(141,147,189)
#9FA4C7
(159,164,199)
#B1B5D1
(177,181,209)
#C3C6DB
(195,198,219)
#D5D7E5
(213,215,229)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333E8B; }

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

This text font color is #333E8B.

Background Color

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

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

This div background color is #333E8B.

Border color

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

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

This div border color is #333E8B.

Opacity

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

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

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

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

This text has shadow with #333E8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333E8B.

Preview

Color preview on black background

This text has color #333E8B on black background.


Color preview on white background

This text has color #333E8B on white background.


Black color preview on #333E8B background

This text has black color on #333E8B background.


White color preview on #333E8B background

This text has white color on #333E8B background.


Related colors

Complementary color

Complementary color for #hex is #CCC174.


I love getcolorcode.com

Triadic colors

1 #8B333E and #3E8B33 with #333E8B are triadic colors.

2 #8B3E33 and #3E338B with #333E8B are triadic colors.