Color Hex Logo

#0379ae Color Hex

#0379AE
(3,121,174)
0 Favorites   0 Comments

Color spaces of #0379ae

RGB 3121174
HSL0.550.970.35
HSV199°98°68°
CMYK 0.980.300.00   0.32
XYZ14.514916.750142.5125
Yxy16.75010.19670.2270
Hunter Lab40.9269-8.3162-32.9382
CIE-Lab47.9436-8.3623-35.9305

#0379ae color RGB value is (3,121,174).

#0379ae hex color red value is 3, green value is 121 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0379ae hue: 0.55 , saturation: 0.97 and the lightness value of 0379ae is 0.35.

The process color (four color CMYK) of #0379ae color hex is 0.98, 0.30, 0.00, 0.32. Web safe color of #0379ae is #006699. Color #0379ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01111001 10101110
Octal 3 171 256
Decimal 3 121 174
Hex 3 79 AE

RGB Percentages of Color #0379ae

%1.01
%40.60
%58.39

CMYK Percentages of Color #0379ae

%98
%30
%0
%32

Triadic Colors of #0379ae

#0379ae #ae0379 #79ae03

Analogous Colors of #0379ae

#0379ae #0323ae #03ae8e

Monochromatic Colors of #0379ae

#0379ae

Complementary Color

#0379ae #ae3803

#0379ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0379ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0379ae Color CSS Codes

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

#0379ae Text Font Color

<p style="color:#0379ae">Text here</p>

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


#0379ae Background Color

<div style="background-color:#0379ae">
Div content here</div>

This div background color is #0379ae


#0379ae Border Color

<div style="border:3px solid #0379ae">
Div here</div>

This div border color is #0379ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,121,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0379ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0379ae;
  -webkit-box-shadow: 1px 1px 3px 2px #0379ae;
  box-shadow:         1px 1px 3px 2px #0379ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0379ae


Comments

No comments written yet.

Please login to write comment.