COLOR #033E8E

HEX: #033E8E
RGB: (3,62,142)

Color info

#033E8E contains mainly blue color. Web safe color of #033E8E is #003399 (or #039).

RGB color model

#033E8E color RGB value is (3,62,142).

  • red value is 3;
  • green value is 62;
  • blue value is 142.
RGB:
(3,62,142)
(1%,24%,56%)

RGB channels and saturation

R 3 of 255 = 1%
G 62 of 255 = 24%
B 142 of 255 = 56%

3
62
142

R + G + B ~ 27%. #033E8E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 62 + 142 = 207 (100%)
R 3 of 207 ~ 1.45%
G 62 of 207 ~ 29.95%
B 142 of 207 ~ 68.6%

%29.95
%68.6

CMYK color model

#033E8E color CMYK value is (98,56,0,44).

  • cyan value is 97.89%
  • magenta value is 56.34%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(98,56,0,44)
C98M56Y0K44 
(98%,56%,0%,44%)
(0.98/0.56/0.00/0.44)	

CMYK percentages

%97.89
%56.34
%0
%44.31

Codes

Color #033E8E in popluar color models

033E8E
RGB362142
HSL215°95.86%28.43%
HSB/HSV215°97.89%55.69%
CMYK97.89%56.34%0.00%
44.31%

Color #033E8E in popluar number systems.

HEX033E8E
Decimal362142
Binary1111111010001110
Octal376216

Shades and tints

Shades of #033E8E

#033E8E
(3,62,142)
#033982
(3,57,130)
#033476
(3,52,118)
#032F6A
(3,47,106)
#032A5E
(3,42,94)
#032552
(3,37,82)
#032046
(3,32,70)
#031B3A
(3,27,58)
#03162E
(3,22,46)
#031122
(3,17,34)
#030C16
(3,12,22)
#000000
(0,0,0)

Tints of #033E8E

#033E8E
(3,62,142)
#194F98
(25,79,152)
#2F60A2
(47,96,162)
#4571AC
(69,113,172)
#5B82B6
(91,130,182)
#7193C0
(113,147,192)
#87A4CA
(135,164,202)
#9DB5D4
(157,181,212)
#B3C6DE
(179,198,222)
#C9D7E8
(201,215,232)
#DFE8F2
(223,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033E8E color. Also use rgb(3,62,142) instead hex code.

Text Font Color

.myTextColor { color: #033E8E; }

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

This text font color is #033E8E.


Background Color

.myBgColor { background-color: #033E8E; }

<div style="background-color:#033E8E">Inner text</div>

This div background color is #033E8E.


Border color

.myBorderColor { border: 1px solid #033E8E; }

<div style="border:3px solid #033E8E">Div</div>

This div border color is #033E8E.


Opacity

.myOpacity80 { color: #033E8E; opacity: 0.8; }

<p style="color:#033E8E;opacity:0.8;">80%</p>

Text with #033E8E 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 #033E8E;}

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

This text has shadow with #033E8E color.

.textShadow {text-shadow: 3px 3px 1px #033E8E, 3px 3px 1px red;}

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

This text has shadow with #033E8E primary color and red secondary color.


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

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

This text has shadow with #033E8E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033E8E on black background.


Color preview on white background

This text has color #033E8E on white background.



Black color preview on #033E8E background

This text has black color on #033E8E background.


White color preview on #033E8E background

This text has white color on #033E8E background.