Color Hex Logo

#0351ae Color Hex

#0351AE
(3,81,174)
0 Favorites   0 Comments

Color spaces of #0351ae

RGB 381174
HSL0.590.970.35
HSV213°98°68°
CMYK 0.980.530.00   0.32
XYZ10.62008.960241.2142
Yxy8.96020.17470.1474
Hunter Lab29.933610.9454-60.6802
CIE-Lab35.907617.0840-55.1788

#0351ae color RGB value is (3,81,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01010001 10101110
Octal 3 121 256
Decimal 3 81 174
Hex 3 51 AE

RGB Percentages of Color #0351ae

%1.16
%31.40
%67.44

CMYK Percentages of Color #0351ae

%98
%53
%0
%32

Triadic Colors of #0351ae

#0351ae #ae0351 #51ae03

Analogous Colors of #0351ae

#0351ae #0b03ae #03a7ae

Monochromatic Colors of #0351ae

#0351ae

Complementary Color

#0351ae #ae6003

#0351ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0351ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0351ae Color CSS Codes

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

#0351ae Text Font Color

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

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


#0351ae Background Color

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

This div background color is #0351ae


#0351ae Border Color

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

This div border color is #0351ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,81,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 #0351ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0351ae


Comments

No comments written yet.

Please login to write comment.