Color Hex Logo

#264eaa Color Hex

#264EAA
(38,78,170)
0 Favorites   0 Comments

Color spaces of #264eaa

RGB 3878170
HSL0.620.630.41
HSV222°78°67°
CMYK 0.780.540.00   0.33
XYZ10.77948.763139.1535
Yxy8.76310.18360.1493
Hunter Lab29.602513.1942-57.6976
CIE-Lab35.524119.9356-53.3873

#264eaa color RGB value is (38,78,170).

#264eaa hex color red value is 38, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #264eaa hue: 0.62 , saturation: 0.63 and the lightness value of 264eaa is 0.41.

The process color (four color CMYK) of #264eaa color hex is 0.78, 0.54, 0.00, 0.33. Web safe color of #264eaa is #336699. Color #264eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001110 10101010
Octal 46 116 252
Decimal 38 78 170
Hex 26 4E AA

RGB Percentages of Color #264eaa

%13.29
%27.27
%59.44

CMYK Percentages of Color #264eaa

%78
%54
%0
%33

Triadic Colors of #264eaa

#264eaa #aa264e #4eaa26

Analogous Colors of #264eaa

#264eaa #4026aa #2690aa

Monochromatic Colors of #264eaa

#264eaa

Complementary Color

#264eaa #aa8226

#264eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#264eaa Color CSS Codes

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

#264eaa Text Font Color

<p style="color:#264eaa">Text here</p>

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


#264eaa Background Color

<div style="background-color:#264eaa">
Div content here</div>

This div background color is #264eaa


#264eaa Border Color

<div style="border:3px solid #264eaa">
Div here</div>

This div border color is #264eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,78,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #264eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #264eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #264eaa;
  box-shadow:         1px 1px 3px 2px #264eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,78,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 #264eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264eaa


Comments

No comments written yet.

Please login to write comment.