Color Hex Logo

#0377db Color Hex

#0377DB
(3,119,219)
0 Favorites   0 Comments

Color spaces of #0377db

RGB 3119219
HSL0.580.970.44
HSV208°99°86°
CMYK 0.990.460.00   0.14
XYZ19.420618.327569.5318
Yxy18.32750.18100.1708
Hunter Lab42.81066.0561-66.3297
CIE-Lab49.890910.4824-58.6232

#0377db color RGB value is (3,119,219).

#0377db hex color red value is 3, green value is 119 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0377db hue: 0.58 , saturation: 0.97 and the lightness value of 0377db is 0.44.

The process color (four color CMYK) of #0377db color hex is 0.99, 0.46, 0.00, 0.14. Web safe color of #0377db is #0066cc. Color #0377db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01110111 11011011
Octal 3 167 333
Decimal 3 119 219
Hex 3 77 DB

RGB Percentages of Color #0377db

%0.88
%34.90
%64.22

CMYK Percentages of Color #0377db

%99
%46
%0
%14

Triadic Colors of #0377db

#0377db #db0377 #77db03

Analogous Colors of #0377db

#0377db #030bdb #03dbd3

Monochromatic Colors of #0377db

#0377db

Complementary Color

#0377db #db6703

#0377db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0377db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0377db Color CSS Codes

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

#0377db Text Font Color

<p style="color:#0377db">Text here</p>

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


#0377db Background Color

<div style="background-color:#0377db">
Div content here</div>

This div background color is #0377db


#0377db Border Color

<div style="border:3px solid #0377db">
Div here</div>

This div border color is #0377db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,119,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0377db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0377db;
  -webkit-box-shadow: 1px 1px 3px 2px #0377db;
  box-shadow:         1px 1px 3px 2px #0377db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0377db


Comments

No comments written yet.

Please login to write comment.