Color Hex Logo

#2965ae Color Hex

#2965AE
(41,101,174)
0 Favorites   0 Comments

Color spaces of #2965ae

RGB 41101174
HSL0.590.620.42
HSV213°76°68°
CMYK 0.760.420.00   0.32
XYZ13.208112.834841.8256
Yxy12.83480.19460.1891
Hunter Lab35.82573.1139-44.1416
CIE-Lab42.51336.7703-44.5015

#2965ae color RGB value is (41,101,174).

#2965ae hex color red value is 41, green value is 101 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #2965ae hue: 0.59 , saturation: 0.62 and the lightness value of 2965ae is 0.42.

The process color (four color CMYK) of #2965ae color hex is 0.76, 0.42, 0.00, 0.32. Web safe color of #2965ae is #336699. Color #2965ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01100101 10101110
Octal 51 145 256
Decimal 41 101 174
Hex 29 65 AE

RGB Percentages of Color #2965ae

%12.97
%31.96
%55.06

CMYK Percentages of Color #2965ae

%76
%42
%0
%32

Triadic Colors of #2965ae

#2965ae #ae2965 #65ae29

Analogous Colors of #2965ae

#2965ae #3029ae #29a8ae

Monochromatic Colors of #2965ae

#2965ae

Complementary Color

#2965ae #ae7229

#2965ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2965ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2965ae Color CSS Codes

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

#2965ae Text Font Color

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

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


#2965ae Background Color

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

This div background color is #2965ae


#2965ae Border Color

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

This div border color is #2965ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2965ae


Comments

No comments written yet.

Please login to write comment.