COLOR #033F65

HEX: #033F65
RGB: (3,63,101)

Color info

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

RGB color model

#033F65 color RGB value is (3,63,101).

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

RGB channels and saturation

R 3 of 255 = 1%
G 63 of 255 = 25%
B 101 of 255 = 40%

3
63
101

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

Portions of RGB colors in percentages

R + G + B =
3 + 63 + 101 = 167 (100%)
R 3 of 167 ~ 1.8%
G 63 of 167 ~ 37.72%
B 101 of 167 ~ 60.48%

%37.72
%60.48

CMYK color model

#033F65 color CMYK value is (97,38,0,60).

  • cyan value is 97.03%
  • magenta value is 37.62%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(97,38,0,60)
C97M38Y0K60 
(97%,38%,0%,60%)
(0.97/0.38/0.00/0.60)	

CMYK percentages

%97.03
%37.62
%0
%60.39

Codes

Color #033F65 in popluar color models

033F65
RGB363101
HSL203°94.23%20.39%
HSB/HSV203°97.03%39.61%
CMYK97.03%37.62%0.00%
60.39%

Color #033F65 in popluar number systems.

HEX033F65
Decimal363101
Binary111111111100101
Octal377145

Shades and tints

Shades of #033F65

#033F65
(3,63,101)
#033A5C
(3,58,92)
#033553
(3,53,83)
#03304A
(3,48,74)
#032B41
(3,43,65)
#032638
(3,38,56)
#03212F
(3,33,47)
#031C26
(3,28,38)
#03171D
(3,23,29)
#031214
(3,18,20)
#030D0B
(3,13,11)
#000000
(0,0,0)

Tints of #033F65

#033F65
(3,63,101)
#195073
(25,80,115)
#2F6181
(47,97,129)
#45728F
(69,114,143)
#5B839D
(91,131,157)
#7194AB
(113,148,171)
#87A5B9
(135,165,185)
#9DB6C7
(157,182,199)
#B3C7D5
(179,199,213)
#C9D8E3
(201,216,227)
#DFE9F1
(223,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #033F65; }

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

This text font color is #033F65.


Background Color

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

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

This div background color is #033F65.


Border color

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

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

This div border color is #033F65.


Opacity

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

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

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

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

This text has shadow with #033F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033F65 on black background.


Color preview on white background

This text has color #033F65 on white background.



Black color preview on #033F65 background

This text has black color on #033F65 background.


White color preview on #033F65 background

This text has white color on #033F65 background.