COLOR #03255C

HEX: #03255C RGB: (3,37,92)

Color info

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

RGB color model

#03255C color RGB value is (3,37,92).

RGB: (3,37,92) (1%, 15%, 36%)

RGB channels and saturation

R 3 of 255 = 1%
G 37 of 255 = 15%
B 92 of 255 = 36%

3
37
92

R + G + B ~ 17%. #03255C is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 37 + 92 = 132 (100%)
R 3 of 132 ~ 2.27%
G 37 of 132 ~ 28.03%
B 92 of 132 ~ 69.7'%

%28.03
%69.7

CMYK color model

#03255C color CMYK value is (97,60,0,64).

  • cyan value is 96.74%
  • magenta value is 59.78%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (97,60,0,64) C97M60Y0K64 (97%,60%,0%,64%) (0.97/0.60/0.00/0.64) 

CMYK percentages

%96.74
%59.78
%0
%63.92

Codes

Color #03255C in popluar color models

03 25 5C
RGB 3 37 92
HSL 217° 93.68% 18.63%
HSB/HSV 217° 96.74% 36.08%
CMYK 96.74% 59.78% 0.00%
63.92%

Color #03255C in popluar number systems.

HEX 03 25 5C
Decimal 3 37 92
Binary 11 100101 1011100
Octal 3 45 134

Shades and tints

Shades of #03255C

#03255C
(3,37,92)
#032254
(3,34,84)
#031F4C
(3,31,76)
#031C44
(3,28,68)
#03193C
(3,25,60)
#031634
(3,22,52)
#03132C
(3,19,44)
#031024
(3,16,36)
#030D1C
(3,13,28)
#030A14
(3,10,20)
#03070C
(3,7,12)
#000000
(0,0,0)

Tints of #03255C

#03255C
(3,37,92)
#19386A
(25,56,106)
#2F4B78
(47,75,120)
#455E86
(69,94,134)
#5B7194
(91,113,148)
#7184A2
(113,132,162)
#8797B0
(135,151,176)
#9DAABE
(157,170,190)
#B3BDCC
(179,189,204)
#C9D0DA
(201,208,218)
#DFE3E8
(223,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03255C; }

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

This text font color is #03255C.

Background Color

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

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

This div background color is #03255C.

Border color

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

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

This div border color is #03255C.

Opacity

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

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

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

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

This text has shadow with #03255C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03255C.

Preview

Color preview on black background

This text has color #03255C on black background.


Color preview on white background

This text has color #03255C on white background.


Black color preview on #03255C background

This text has black color on #03255C background.


White color preview on #03255C background

This text has white color on #03255C background.


Related colors

Complementary color

Complementary color for #hex is #FCDAA3.


I love getcolorcode.com

Triadic colors

1 #5C0325 and #255C03 with #03255C are triadic colors.

2 #5C2503 and #25035C with #03255C are triadic colors.