Color Hex Logo

#03868e Color Hex

#03868E
(3,134,142)
0 Favorites   0 Comments

Color spaces of #03868e

RGB 3134142
HSL0.510.960.28
HSV183°98°56°
CMYK 0.980.060.00   0.44
XYZ13.445119.022528.5543
Yxy19.02250.22030.3117
Hunter Lab43.6148-21.2998-8.2864
CIE-Lab50.7135-27.0358-12.9935

#03868e color RGB value is (3,134,142).

#03868e hex color red value is 3, green value is 134 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #03868e hue: 0.51 , saturation: 0.96 and the lightness value of 03868e is 0.28.

The process color (four color CMYK) of #03868e color hex is 0.98, 0.06, 0.00, 0.44. Web safe color of #03868e is #009999. Color #03868e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10000110 10001110
Octal 3 206 216
Decimal 3 134 142
Hex 3 86 8E

RGB Percentages of Color #03868e

%1.08
%48.03
%50.90

CMYK Percentages of Color #03868e

%98
%6
%0
%44

Triadic Colors of #03868e

#03868e #8e0386 #868e03

Analogous Colors of #03868e

#03868e #03418e #038e50

Monochromatic Colors of #03868e

#03868e

Complementary Color

#03868e #8e0b03

#03868e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03868e Color Preview on White Background

Lorem ipsum dolor sit amet.

#03868e Color CSS Codes

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

#03868e Text Font Color

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

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


#03868e Background Color

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

This div background color is #03868e


#03868e Border Color

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

This div border color is #03868e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03868e


Comments

No comments written yet.

Please login to write comment.