COLOR #033F9E

HEX: #033F9E
RGB: (3,63,158)

Color info

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

RGB color model

#033F9E color RGB value is (3,63,158).

  • red value is 3;
  • green value is 63;
  • blue value is 158.
RGB:
(3,63,158)
(1%,25%,62%)

RGB channels and saturation

R 3 of 255 = 1%
G 63 of 255 = 25%
B 158 of 255 = 62%

3
63
158

R + G + B ~ 29%. #033F9E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 63 + 158 = 224 (100%)
R 3 of 224 ~ 1.34%
G 63 of 224 ~ 28.13%
B 158 of 224 ~ 70.54%

%28.13
%70.54

CMYK color model

#033F9E color CMYK value is (98,60,0,38).

  • cyan value is 98.10%
  • magenta value is 60.13%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(98,60,0,38)
C98M60Y0K38 
(98%,60%,0%,38%)
(0.98/0.60/0.00/0.38)	

CMYK percentages

%98.1
%60.13
%0
%38.04

Codes

Color #033F9E in popluar color models

033F9E
RGB363158
HSL217°96.27%31.57%
HSB/HSV217°98.10%61.96%
CMYK98.10%60.13%0.00%
38.04%

Color #033F9E in popluar number systems.

HEX033F9E
Decimal363158
Binary1111111110011110
Octal377236

Shades and tints

Shades of #033F9E

#033F9E
(3,63,158)
#033A90
(3,58,144)
#033582
(3,53,130)
#033074
(3,48,116)
#032B66
(3,43,102)
#032658
(3,38,88)
#03214A
(3,33,74)
#031C3C
(3,28,60)
#03172E
(3,23,46)
#031220
(3,18,32)
#030D12
(3,13,18)
#000000
(0,0,0)

Tints of #033F9E

#033F9E
(3,63,158)
#1950A6
(25,80,166)
#2F61AE
(47,97,174)
#4572B6
(69,114,182)
#5B83BE
(91,131,190)
#7194C6
(113,148,198)
#87A5CE
(135,165,206)
#9DB6D6
(157,182,214)
#B3C7DE
(179,199,222)
#C9D8E6
(201,216,230)
#DFE9EE
(223,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033F9E color. Also use rgb(3,63,158) instead hex code.

Text Font Color

.myTextColor { color: #033F9E; }

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

This text font color is #033F9E.


Background Color

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

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

This div background color is #033F9E.


Border color

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

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

This div border color is #033F9E.


Opacity

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

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

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

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

This text has shadow with #033F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033F9E on black background.


Color preview on white background

This text has color #033F9E on white background.



Black color preview on #033F9E background

This text has black color on #033F9E background.


White color preview on #033F9E background

This text has white color on #033F9E background.