Color Hex Logo

#036fbe Color Hex

#036FBE
(3,111,190)
0 Favorites   0 Comments

Color spaces of #036fbe

RGB 3111190
HSL0.570.970.38
HSV205°98°75°
CMYK 0.980.420.00   0.25
XYZ15.016315.105950.8395
Yxy15.10590.18550.1866
Hunter Lab38.86630.9488-50.3485
CIE-Lab45.77894.0109-48.6437

#036fbe color RGB value is (3,111,190).

#036fbe hex color red value is 3, green value is 111 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #036fbe hue: 0.57 , saturation: 0.97 and the lightness value of 036fbe is 0.38.

The process color (four color CMYK) of #036fbe color hex is 0.98, 0.42, 0.00, 0.25. Web safe color of #036fbe is #0066cc. Color #036fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01101111 10111110
Octal 3 157 276
Decimal 3 111 190
Hex 3 6F BE

RGB Percentages of Color #036fbe

%0.99
%36.51
%62.50

CMYK Percentages of Color #036fbe

%98
%42
%0
%25

Triadic Colors of #036fbe

#036fbe #be036f #6fbe03

Analogous Colors of #036fbe

#036fbe #0312be #03beb0

Monochromatic Colors of #036fbe

#036fbe

Complementary Color

#036fbe #be5203

#036fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#036fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#036fbe Color CSS Codes

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

#036fbe Text Font Color

<p style="color:#036fbe">Text here</p>

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


#036fbe Background Color

<div style="background-color:#036fbe">
Div content here</div>

This div background color is #036fbe


#036fbe Border Color

<div style="border:3px solid #036fbe">
Div here</div>

This div border color is #036fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #036fbe


Comments

No comments written yet.

Please login to write comment.