COLOR #033E6C

HEX: #033E6C RGB: (3,62,108)

Color info

#033E6C contains mainly green and blue colors. Web safe color of #033E6C is #003366 (or #036).

RGB color model

#033E6C color RGB value is (3,62,108).

RGB: (3,62,108) (1%, 24%, 42%)

RGB channels and saturation

R 3 of 255 = 1%
G 62 of 255 = 24%
B 108 of 255 = 42%

3
62
108

R + G + B ~ 22%. #033E6C is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 62 + 108 = 173 (100%)
R 3 of 173 ~ 1.73%
G 62 of 173 ~ 35.84%
B 108 of 173 ~ 62.43'%

%35.84
%62.43

CMYK color model

#033E6C color CMYK value is (97,43,0,58).

  • cyan value is 97.22%
  • magenta value is 42.59%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (97,43,0,58)
C97M43Y0K58 (97%, 43%, 0%, 58%)
(0.97 / 0.43 / 0.00 / 0.58)

CMYK percentages

%97.22
%42.59
%0
%57.65

Codes

Color #033E6C in popluar color models

03 3E 6C
RGB 3 62 108
HSL 206° 94.59% 21.76%
HSB/HSV 206° 97.22% 42.35%
CMYK 97.22% 42.59% 0.00%
57.65%

Color #033E6C in popluar number systems.

HEX 03 3E 6C
Decimal 3 62 108
Binary 11 111110 1101100
Octal 3 76 154

Shades and tints

Shades of #033E6C

#033E6C
(3,62,108)
#033963
(3,57,99)
#03345A
(3,52,90)
#032F51
(3,47,81)
#032A48
(3,42,72)
#03253F
(3,37,63)
#032036
(3,32,54)
#031B2D
(3,27,45)
#031624
(3,22,36)
#03111B
(3,17,27)
#030C12
(3,12,18)
#000000
(0,0,0)

Tints of #033E6C

#033E6C
(3,62,108)
#194F79
(25,79,121)
#2F6086
(47,96,134)
#457193
(69,113,147)
#5B82A0
(91,130,160)
#7193AD
(113,147,173)
#87A4BA
(135,164,186)
#9DB5C7
(157,181,199)
#B3C6D4
(179,198,212)
#C9D7E1
(201,215,225)
#DFE8EE
(223,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #033E6C; }

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

This text font color is #033E6C.

Background Color

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

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

This div background color is #033E6C.

Border color

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

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

This div border color is #033E6C.

Opacity

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

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

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

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

This text has shadow with #033E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #033E6C.

Preview

Color preview on black background

This text has color #033E6C on black background.


Color preview on white background

This text has color #033E6C on white background.


Black color preview on #033E6C background

This text has black color on #033E6C background.


White color preview on #033E6C background

This text has white color on #033E6C background.


Related colors

Complementary color

Complementary color for #hex is #FCC193.


I love getcolorcode.com

Triadic colors

1 #6C033E and #3E6C03 with #033E6C are triadic colors.

2 #6C3E03 and #3E036C with #033E6C are triadic colors.