COLOR #033076

HEX: #033076
RGB: (3,48,118)

Color info

#033076 contains mainly blue color. Web safe color of #033076 is #003366 (or #036).

RGB color model

#033076 color RGB value is (3,48,118).

  • red value is 3;
  • green value is 48;
  • blue value is 118.
RGB:
(3,48,118)
(1%,19%,46%)

RGB channels and saturation

R 3 of 255 = 1%
G 48 of 255 = 19%
B 118 of 255 = 46%

3
48
118

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

Portions of RGB colors in percentages

R + G + B =
3 + 48 + 118 = 169 (100%)
R 3 of 169 ~ 1.78%
G 48 of 169 ~ 28.4%
B 118 of 169 ~ 69.82%

%28.4
%69.82

CMYK color model

#033076 color CMYK value is (97,59,0,54).

  • cyan value is 97.46%
  • magenta value is 59.32%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(97,59,0,54)
C97M59Y0K54 
(97%,59%,0%,54%)
(0.97/0.59/0.00/0.54)	

CMYK percentages

%97.46
%59.32
%0
%53.73

Codes

Color #033076 in popluar color models

033076
RGB348118
HSL217°95.04%23.73%
HSB/HSV217°97.46%46.27%
CMYK97.46%59.32%0.00%
53.73%

Color #033076 in popluar number systems.

HEX033076
Decimal348118
Binary111100001110110
Octal360166

Shades and tints

Shades of #033076

#033076
(3,48,118)
#032C6C
(3,44,108)
#032862
(3,40,98)
#032458
(3,36,88)
#03204E
(3,32,78)
#031C44
(3,28,68)
#03183A
(3,24,58)
#031430
(3,20,48)
#031026
(3,16,38)
#030C1C
(3,12,28)
#030812
(3,8,18)
#000000
(0,0,0)

Tints of #033076

#033076
(3,48,118)
#194282
(25,66,130)
#2F548E
(47,84,142)
#45669A
(69,102,154)
#5B78A6
(91,120,166)
#718AB2
(113,138,178)
#879CBE
(135,156,190)
#9DAECA
(157,174,202)
#B3C0D6
(179,192,214)
#C9D2E2
(201,210,226)
#DFE4EE
(223,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033076 color. Also use rgb(3,48,118) instead hex code.

Text Font Color

.myTextColor { color: #033076; }

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

This text font color is #033076.


Background Color

.myBgColor { background-color: #033076; }

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

This div background color is #033076.


Border color

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

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

This div border color is #033076.


Opacity

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

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

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

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

This text has shadow with #033076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033076 on black background.


Color preview on white background

This text has color #033076 on white background.



Black color preview on #033076 background

This text has black color on #033076 background.


White color preview on #033076 background

This text has white color on #033076 background.