COLOR #03025C

HEX: #03025C
RGB: (3,2,92)

Color info

#03025C contains mainly blue color. Web safe color of #03025C is #000066 (or #006).

RGB color model

#03025C color RGB value is (3,2,92).

  • red value is 3;
  • green value is 2;
  • blue value is 92.
RGB:
(3,2,92)
(1%,1%,36%)

RGB channels and saturation

R 3 of 255 = 1%
G 2 of 255 = 1%
B 92 of 255 = 36%

3
2
92

R + G + B ~ 13%. #03025C is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 2 + 92 = 97 (100%)
R 3 of 97 ~ 3.09%
G 2 of 97 ~ 2.06%
B 92 of 97 ~ 94.85%

%94.85

CMYK color model

#03025C color CMYK value is (97,98,0,64).

  • cyan value is 96.74%
  • magenta value is 97.83%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(97,98,0,64)
C97M98Y0K64 
(97%,98%,0%,64%)
(0.97/0.98/0.00/0.64)	

CMYK percentages

%96.74
%97.83
%0
%63.92

Codes

Color #03025C in popluar color models

03025C
RGB3292
HSL241°95.74%18.43%
HSB/HSV241°97.83%36.08%
CMYK96.74%97.83%0.00%
63.92%

Color #03025C in popluar number systems.

HEX03025C
Decimal3292
Binary11101011100
Octal32134

Shades and tints

Shades of #03025C

#03025C
(3,2,92)
#030254
(3,2,84)
#03024C
(3,2,76)
#030244
(3,2,68)
#03023C
(3,2,60)
#030234
(3,2,52)
#03022C
(3,2,44)
#030224
(3,2,36)
#03021C
(3,2,28)
#030214
(3,2,20)
#03020C
(3,2,12)
#000000
(0,0,0)

Tints of #03025C

#03025C
(3,2,92)
#19196A
(25,25,106)
#2F3078
(47,48,120)
#454786
(69,71,134)
#5B5E94
(91,94,148)
#7175A2
(113,117,162)
#878CB0
(135,140,176)
#9DA3BE
(157,163,190)
#B3BACC
(179,186,204)
#C9D1DA
(201,209,218)
#DFE8E8
(223,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03025C color. Also use rgb(3,2,92) instead hex code.

Text Font Color

.myTextColor { color: #03025C; }

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

This text font color is #03025C.


Background Color

.myBgColor { background-color: #03025C; }

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

This div background color is #03025C.


Border color

.myBorderColor { border: 1px solid #03025C; }

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

This div border color is #03025C.


Opacity

.myOpacity80 { color: #03025C; opacity: 0.8; }

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

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

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

This text has shadow with #03025C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03025C on black background.


Color preview on white background

This text has color #03025C on white background.



Black color preview on #03025C background

This text has black color on #03025C background.


White color preview on #03025C background

This text has white color on #03025C background.