Color Hex Logo

#03061e Color Hex

#03061E
(3,6,30)
0 Favorites   0 Comments

Color spaces of #03061e

RGB 3630
HSL0.650.820.06
HSV233°90°12°
CMYK 0.900.800.00   0.88
XYZ0.33700.24331.2575
Yxy0.24330.18340.1324
Hunter Lab4.93253.5635-11.6626
CIE-Lab2.19774.3320-13.8324

#03061e color RGB value is (3,6,30).

#03061e hex color red value is 3, green value is 6 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #03061e hue: 0.65 , saturation: 0.82 and the lightness value of 03061e is 0.06.

The process color (four color CMYK) of #03061e color hex is 0.90, 0.80, 0.00, 0.88. Web safe color of #03061e is #000033. Color #03061e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000110 00011110
Octal 3 6 36
Decimal 3 6 30
Hex 3 6 1E

RGB Percentages of Color #03061e

%7.69
%15.38
%76.92

CMYK Percentages of Color #03061e

%90
%80
%0
%88

Triadic Colors of #03061e

#03061e #1e0306 #061e03

Analogous Colors of #03061e

#03061e #0e031e #03141e

Monochromatic Colors of #03061e

#03061e

Complementary Color

#03061e #1e1b03

#03061e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03061e Color Preview on White Background

Lorem ipsum dolor sit amet.

#03061e Color CSS Codes

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

#03061e Text Font Color

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

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


#03061e Background Color

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

This div background color is #03061e


#03061e Border Color

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

This div border color is #03061e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03061e


Comments

No comments written yet.

Please login to write comment.