Color Hex Logo

#03366f Color Hex

#03366F
(3,54,111)
0 Favorites   0 Comments

Color spaces of #03366f

RGB 354111
HSL0.590.950.22
HSV212°97°44°
CMYK 0.970.510.00   0.56
XYZ4.22603.805415.5507
Yxy3.80540.17920.1614
Hunter Lab19.50744.5314-33.6089
CIE-Lab23.01748.9550-37.2713

#03366f color RGB value is (3,54,111).

#03366f hex color red value is 3, green value is 54 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #03366f hue: 0.59 , saturation: 0.95 and the lightness value of 03366f is 0.22.

The process color (four color CMYK) of #03366f color hex is 0.97, 0.51, 0.00, 0.56. Web safe color of #03366f is #003366. Color #03366f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110110 01101111
Octal 3 66 157
Decimal 3 54 111
Hex 3 36 6F

RGB Percentages of Color #03366f

%1.79
%32.14
%66.07

CMYK Percentages of Color #03366f

%97
%51
%0
%56

Triadic Colors of #03366f

#03366f #6f0336 #366f03

Analogous Colors of #03366f

#03366f #06036f #036c6f

Monochromatic Colors of #03366f

#03366f

Complementary Color

#03366f #6f3c03

#03366f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03366f Color Preview on White Background

Lorem ipsum dolor sit amet.

#03366f Color CSS Codes

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

#03366f Text Font Color

<p style="color:#03366f">Text here</p>

This sample text font color is #03366f
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.


#03366f Background Color

<div style="background-color:#03366f">
Div content here</div>

This div background color is #03366f


#03366f Border Color

<div style="border:3px solid #03366f">
Div here</div>

This div border color is #03366f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,54,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03366f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03366f;
  -webkit-box-shadow: 1px 1px 3px 2px #03366f;
  box-shadow:         1px 1px 3px 2px #03366f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03366f

#03366f Color Palettes


Comments

No comments written yet.

Please login to write comment.