Color Hex Logo

#2462ae Color Hex

#2462AE
(36,98,174)
0 Favorites   0 Comments

Color spaces of #2462ae

RGB 3698174
HSL0.590.660.41
HSV213°79°68°
CMYK 0.790.440.00   0.32
XYZ12.735212.166441.7215
Yxy12.16640.19120.1826
Hunter Lab34.88044.1316-46.5024
CIE-Lab41.47948.0982-46.1634

#2462ae color RGB value is (36,98,174).

#2462ae hex color red value is 36, green value is 98 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #2462ae hue: 0.59 , saturation: 0.66 and the lightness value of 2462ae is 0.41.

The process color (four color CMYK) of #2462ae color hex is 0.79, 0.44, 0.00, 0.32. Web safe color of #2462ae is #336699. Color #2462ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01100010 10101110
Octal 44 142 256
Decimal 36 98 174
Hex 24 62 AE

RGB Percentages of Color #2462ae

%11.69
%31.82
%56.49

CMYK Percentages of Color #2462ae

%79
%44
%0
%32

Triadic Colors of #2462ae

#2462ae #ae2462 #62ae24

Analogous Colors of #2462ae

#2462ae #2b24ae #24a7ae

Monochromatic Colors of #2462ae

#2462ae

Complementary Color

#2462ae #ae7024

#2462ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2462ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2462ae Color CSS Codes

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

#2462ae Text Font Color

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

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


#2462ae Background Color

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

This div background color is #2462ae


#2462ae Border Color

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

This div border color is #2462ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2462ae


Comments

No comments written yet.

Please login to write comment.