Color Hex Logo

#03065e Color Hex

#03065E
(3,6,94)
0 Favorites   0 Comments

Color spaces of #03065e

RGB 3694
HSL0.660.940.19
HSV238°97°37°
CMYK 0.970.940.00   0.63
XYZ2.12310.957810.6626
Yxy0.95780.15450.0697
Hunter Lab9.786721.5964-57.7455
CIE-Lab8.634834.6299-49.7120

#03065e color RGB value is (3,6,94).

#03065e hex color red value is 3, green value is 6 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #03065e hue: 0.66 , saturation: 0.94 and the lightness value of 03065e is 0.19.

The process color (four color CMYK) of #03065e color hex is 0.97, 0.94, 0.00, 0.63. Web safe color of #03065e is #000066. Color #03065e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000110 01011110
Octal 3 6 136
Decimal 3 6 94
Hex 3 6 5E

RGB Percentages of Color #03065e

%2.91
%5.83
%91.26

CMYK Percentages of Color #03065e

%97
%94
%0
%63

Triadic Colors of #03065e

#03065e #5e0306 #065e03

Analogous Colors of #03065e

#03065e #2e035e #03345e

Monochromatic Colors of #03065e

#03065e

Complementary Color

#03065e #5e5b03

#03065e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03065e Color Preview on White Background

Lorem ipsum dolor sit amet.

#03065e Color CSS Codes

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

#03065e Text Font Color

<p style="color:#03065e">Text here</p>

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


#03065e Background Color

<div style="background-color:#03065e">
Div content here</div>

This div background color is #03065e


#03065e Border Color

<div style="border:3px solid #03065e">
Div here</div>

This div border color is #03065e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,6,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03065e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03065e;
  -webkit-box-shadow: 1px 1px 3px 2px #03065e;
  box-shadow:         1px 1px 3px 2px #03065e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03065e


Comments

No comments written yet.

Please login to write comment.