Color Hex Logo

#2463aa Color Hex

#2463AA
(36,99,170)
0 Favorites   0 Comments

Color spaces of #2463aa

RGB 3699170
HSL0.590.650.40
HSV212°79°67°
CMYK 0.790.420.00   0.33
XYZ12.445112.201039.7293
Yxy12.20100.19330.1895
Hunter Lab34.92992.4700-42.9855
CIE-Lab41.53385.9059-43.7196

#2463aa color RGB value is (36,99,170).

#2463aa hex color red value is 36, green value is 99 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2463aa hue: 0.59 , saturation: 0.65 and the lightness value of 2463aa is 0.40.

The process color (four color CMYK) of #2463aa color hex is 0.79, 0.42, 0.00, 0.33. Web safe color of #2463aa is #336699. Color #2463aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01100011 10101010
Octal 44 143 252
Decimal 36 99 170
Hex 24 63 AA

RGB Percentages of Color #2463aa

%11.80
%32.46
%55.74

CMYK Percentages of Color #2463aa

%79
%42
%0
%33

Triadic Colors of #2463aa

#2463aa #aa2463 #63aa24

Analogous Colors of #2463aa

#2463aa #2824aa #24a6aa

Monochromatic Colors of #2463aa

#2463aa

Complementary Color

#2463aa #aa6b24

#2463aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2463aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2463aa Color CSS Codes

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

#2463aa Text Font Color

<p style="color:#2463aa">Text here</p>

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


#2463aa Background Color

<div style="background-color:#2463aa">
Div content here</div>

This div background color is #2463aa


#2463aa Border Color

<div style="border:3px solid #2463aa">
Div here</div>

This div border color is #2463aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,99,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2463aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2463aa;
  -webkit-box-shadow: 1px 1px 3px 2px #2463aa;
  box-shadow:         1px 1px 3px 2px #2463aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,99,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2463aa


Comments

No comments written yet.

Please login to write comment.