COLOR #333E75

HEX: #333E75 RGB: (51,62,117)

Color info

#333E75 contains mainly green and blue colors. Web safe color of #333E75 is #333366 (or #336).

RGB color model

#333E75 color RGB value is (51,62,117).

RGB: (51,62,117) (20%, 24%, 46%)

RGB channels and saturation

R 51 of 255 = 20%
G 62 of 255 = 24%
B 117 of 255 = 46%

51
62
117

R + G + B ~ 30%. #333E75 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 62 + 117 = 230 (100%)
R 51 of 230 ~ 22.17%
G 62 of 230 ~ 26.96%
B 117 of 230 ~ 50.87'%

%22.17
%26.96
%50.87

CMYK color model

#333E75 color CMYK value is (56,47,0,54).

  • cyan value is 56.41%
  • magenta value is 47.01%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (56,47,0,54)
C56M47Y0K54 (56%, 47%, 0%, 54%)
(0.56 / 0.47 / 0.00 / 0.54)

CMYK percentages

%56.41
%47.01
%0
%54.12

Codes

Color #333E75 in popluar color models

33 3E 75
RGB 51 62 117
HSL 230° 39.29% 32.94%
HSB/HSV 230° 56.41% 45.88%
CMYK 56.41% 47.01% 0.00%
54.12%

Color #333E75 in popluar number systems.

HEX 33 3E 75
Decimal 51 62 117
Binary 110011 111110 1110101
Octal 63 76 165

Shades and tints

Shades of #333E75

#333E75
(51,62,117)
#2F396B
(47,57,107)
#2B3461
(43,52,97)
#272F57
(39,47,87)
#232A4D
(35,42,77)
#1F2543
(31,37,67)
#1B2039
(27,32,57)
#171B2F
(23,27,47)
#131625
(19,22,37)
#0F111B
(15,17,27)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #333E75

#333E75
(51,62,117)
#454F81
(69,79,129)
#57608D
(87,96,141)
#697199
(105,113,153)
#7B82A5
(123,130,165)
#8D93B1
(141,147,177)
#9FA4BD
(159,164,189)
#B1B5C9
(177,181,201)
#C3C6D5
(195,198,213)
#D5D7E1
(213,215,225)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333E75; }

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

This text font color is #333E75.

Background Color

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

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

This div background color is #333E75.

Border color

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

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

This div border color is #333E75.

Opacity

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

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

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

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

This text has shadow with #333E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333E75.

Preview

Color preview on black background

This text has color #333E75 on black background.


Color preview on white background

This text has color #333E75 on white background.


Black color preview on #333E75 background

This text has black color on #333E75 background.


White color preview on #333E75 background

This text has white color on #333E75 background.


Related colors

Complementary color

Complementary color for #hex is #CCC18A.


I love getcolorcode.com

Triadic colors

1 #75333E and #3E7533 with #333E75 are triadic colors.

2 #753E33 and #3E3375 with #333E75 are triadic colors.