COLOR #033441

HEX: #033441 RGB: (3,52,65)

Color info

#033441 contains mainly green and blue colors. Web safe color of #033441 is #003333 (or #033).

RGB color model

#033441 color RGB value is (3,52,65).

RGB: (3,52,65) (1%, 20%, 25%)

RGB channels and saturation

R 3 of 255 = 1%
G 52 of 255 = 20%
B 65 of 255 = 25%

3
52
65

R + G + B ~ 15%. #033441 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 52 + 65 = 120 (100%)
R 3 of 120 ~ 2.5%
G 52 of 120 ~ 43.33%
B 65 of 120 ~ 54.17'%

%43.33
%54.17

CMYK color model

#033441 color CMYK value is (95,20,0,75).

  • cyan value is 95.38%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK: (95,20,0,75) C95M20Y0K75 (95%,20%,0%,75%) (0.95/0.20/0.00/0.75) 

CMYK percentages

%95.38
%20
%0
%74.51

Codes

Color #033441 in popluar color models

03 34 41
RGB 3 52 65
HSL 193° 91.18% 13.33%
HSB/HSV 193° 95.38% 25.49%
CMYK 95.38% 20.00% 0.00%
74.51%

Color #033441 in popluar number systems.

HEX 03 34 41
Decimal 3 52 65
Binary 11 110100 1000001
Octal 3 64 101

Shades and tints

Shades of #033441

#033441
(3,52,65)
#03303C
(3,48,60)
#032C37
(3,44,55)
#032832
(3,40,50)
#03242D
(3,36,45)
#032028
(3,32,40)
#031C23
(3,28,35)
#03181E
(3,24,30)
#031419
(3,20,25)
#031014
(3,16,20)
#030C0F
(3,12,15)
#000000
(0,0,0)

Tints of #033441

#033441
(3,52,65)
#194652
(25,70,82)
#2F5863
(47,88,99)
#456A74
(69,106,116)
#5B7C85
(91,124,133)
#718E96
(113,142,150)
#87A0A7
(135,160,167)
#9DB2B8
(157,178,184)
#B3C4C9
(179,196,201)
#C9D6DA
(201,214,218)
#DFE8EB
(223,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033441 color. Also use rgb(3,52,65) instead hex code.

Text Font Color

.myTextColor { color: #033441; }

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

This text font color is #033441.

Background Color

.myBgColor { background-color: #033441; }

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

This div background color is #033441.

Border color

.myBorderColor { border: 1px solid #033441; }

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

This div border color is #033441.

Opacity

.myOpacity80 { color: #033441; opacity: 0.8; }

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

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

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

This text has shadow with #033441 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #033441.

Preview

Color preview on black background

This text has color #033441 on black background.


Color preview on white background

This text has color #033441 on white background.


Black color preview on #033441 background

This text has black color on #033441 background.


White color preview on #033441 background

This text has white color on #033441 background.


Related colors

Complementary color

Complementary color for #hex is #FCCBBE.


I love getcolorcode.com

Triadic colors

1 #410334 and #344103 with #033441 are triadic colors.

2 #413403 and #340341 with #033441 are triadic colors.