COLOR #03425E

HEX: #03425E RGB: (3,66,94)

Color info

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

RGB color model

#03425E color RGB value is (3,66,94).

RGB: (3,66,94) (1%, 26%, 37%)

RGB channels and saturation

R 3 of 255 = 1%
G 66 of 255 = 26%
B 94 of 255 = 37%

3
66
94

R + G + B ~ 21%. #03425E is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 66 + 94 = 163 (100%)
R 3 of 163 ~ 1.84%
G 66 of 163 ~ 40.49%
B 94 of 163 ~ 57.67'%

%40.49
%57.67

CMYK color model

#03425E color CMYK value is (97,30,0,63).

  • cyan value is 96.81%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (97,30,0,63)
C97M30Y0K63 (97%, 30%, 0%, 63%)
(0.97 / 0.30 / 0.00 / 0.63)

CMYK percentages

%96.81
%29.79
%0
%63.14

Codes

Color #03425E in popluar color models

03 42 5E
RGB 3 66 94
HSL 198° 93.81% 19.02%
HSB/HSV 198° 96.81% 36.86%
CMYK 96.81% 29.79% 0.00%
63.14%

Color #03425E in popluar number systems.

HEX 03 42 5E
Decimal 3 66 94
Binary 11 1000010 1011110
Octal 3 102 136

Shades and tints

Shades of #03425E

#03425E
(3,66,94)
#033C56
(3,60,86)
#03364E
(3,54,78)
#033046
(3,48,70)
#032A3E
(3,42,62)
#032436
(3,36,54)
#031E2E
(3,30,46)
#031826
(3,24,38)
#03121E
(3,18,30)
#030C16
(3,12,22)
#03060E
(3,6,14)
#000000
(0,0,0)

Tints of #03425E

#03425E
(3,66,94)
#19536C
(25,83,108)
#2F647A
(47,100,122)
#457588
(69,117,136)
#5B8696
(91,134,150)
#7197A4
(113,151,164)
#87A8B2
(135,168,178)
#9DB9C0
(157,185,192)
#B3CACE
(179,202,206)
#C9DBDC
(201,219,220)
#DFECEA
(223,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03425E color. Also use rgb(3,66,94) instead hex code.

Text Font Color

.myTextColor { color: #03425E; }

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

This text font color is #03425E.

Background Color

.myBgColor { background-color: #03425E; }

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

This div background color is #03425E.

Border color

.myBorderColor { border: 1px solid #03425E; }

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

This div border color is #03425E.

Opacity

.myOpacity80 { color: #03425E; opacity: 0.8; }

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

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

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

This text has shadow with #03425E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03425E.

Preview

Color preview on black background

This text has color #03425E on black background.


Color preview on white background

This text has color #03425E on white background.


Black color preview on #03425E background

This text has black color on #03425E background.


White color preview on #03425E background

This text has white color on #03425E background.


Related colors

Complementary color

Complementary color for #hex is #FCBDA1.


I love getcolorcode.com

Triadic colors

1 #5E0342 and #425E03 with #03425E are triadic colors.

2 #5E4203 and #42035E with #03425E are triadic colors.