Color Hex Logo

#03205b Color Hex

#03205B
(3,32,91)
0 Favorites   0 Comments

Color spaces of #03205b

RGB 33291
HSL0.610.940.18
HSV220°97°36°
CMYK 0.970.650.00   0.64
XYZ2.44241.807710.1177
Yxy1.80770.17000.1258
Hunter Lab13.44518.8970-35.2054
CIE-Lab14.443916.3230-38.0985

#03205b color RGB value is (3,32,91).

#03205b hex color red value is 3, green value is 32 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #03205b hue: 0.61 , saturation: 0.94 and the lightness value of 03205b is 0.18.

The process color (four color CMYK) of #03205b color hex is 0.97, 0.65, 0.00, 0.64. Web safe color of #03205b is #003366. Color #03205b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00100000 01011011
Octal 3 40 133
Decimal 3 32 91
Hex 3 20 5B

RGB Percentages of Color #03205b

%2.38
%25.40
%72.22

CMYK Percentages of Color #03205b

%97
%65
%0
%64

Triadic Colors of #03205b

#03205b #5b0320 #205b03

Analogous Colors of #03205b

#03205b #12035b #034c5b

Monochromatic Colors of #03205b

#03205b

Complementary Color

#03205b #5b3e03

#03205b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03205b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03205b Color CSS Codes

.mybgcolor {background-color:#03205b; } 
.myforecolor {color:#03205b; }
.mybordercolor {border:3px solid #03205b; }

#03205b Text Font Color

<p style="color:#03205b">Text here</p>

This sample text font color is #03205b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#03205b Background Color

<div style="background-color:#03205b">
Div content here</div>

This div background color is #03205b


#03205b Border Color

<div style="border:3px solid #03205b">
Div here</div>

This div border color is #03205b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,32,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03205b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03205b;
  -webkit-box-shadow: 1px 1px 3px 2px #03205b;
  box-shadow:         1px 1px 3px 2px #03205b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,32,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #03205b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #03205b;
  -webkit-box-shadow: 1px 1px 3px 2px #03205b;
  box-shadow:         1px 1px 3px 2px #03205b;">
Div content here</div>

This div box has shadow with color #03205b


Comments

No comments written yet.

Please login to write comment.