Color Hex Logo

#037cbf Color Hex

#037CBF
(3,124,191)
0 Favorites   0 Comments

Color spaces of #037cbf

RGB 3124191
HSL0.560.970.38
HSV201°98°75°
CMYK 0.980.350.00   0.25
XYZ16.649218.196351.9249
Yxy18.19630.19190.2097
Hunter Lab42.6571-4.9809-42.3115
CIE-Lab49.7333-3.5716-42.9221

#037cbf color RGB value is (3,124,191).

#037cbf hex color red value is 3, green value is 124 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #037cbf hue: 0.56 , saturation: 0.97 and the lightness value of 037cbf is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01111100 10111111
Octal 3 174 277
Decimal 3 124 191
Hex 3 7C BF

RGB Percentages of Color #037cbf

%0.94
%38.99
%60.06

CMYK Percentages of Color #037cbf

%98
%35
%0
%25

Triadic Colors of #037cbf

#037cbf #bf037c #7cbf03

Analogous Colors of #037cbf

#037cbf #031ebf #03bfa4

Monochromatic Colors of #037cbf

#037cbf

Complementary Color

#037cbf #bf4603

#037cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#037cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#037cbf Color CSS Codes

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

#037cbf Text Font Color

<p style="color:#037cbf">Text here</p>

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


#037cbf Background Color

<div style="background-color:#037cbf">
Div content here</div>

This div background color is #037cbf


#037cbf Border Color

<div style="border:3px solid #037cbf">
Div here</div>

This div border color is #037cbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,124,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #037cbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #037cbf;
  -webkit-box-shadow: 1px 1px 3px 2px #037cbf;
  box-shadow:         1px 1px 3px 2px #037cbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #037cbf


Comments

No comments written yet.

Please login to write comment.