Color Hex Logo

#264dba Color Hex

#264DBA
(38,77,186)
0 Favorites   0 Comments

Color spaces of #264dba

RGB 3877186
HSL0.620.660.44
HSV224°80°73°
CMYK 0.800.590.00   0.27
XYZ12.31619.265047.5936
Yxy9.26500.17800.1339
Hunter Lab30.438518.9579-71.3990
CIE-Lab36.489626.7680-61.2848

#264dba color RGB value is (38,77,186).

#264dba hex color red value is 38, green value is 77 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #264dba hue: 0.62 , saturation: 0.66 and the lightness value of 264dba is 0.44.

The process color (four color CMYK) of #264dba color hex is 0.80, 0.59, 0.00, 0.27. Web safe color of #264dba is #3366cc. Color #264dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001101 10111010
Octal 46 115 272
Decimal 38 77 186
Hex 26 4D BA

RGB Percentages of Color #264dba

%12.62
%25.58
%61.79

CMYK Percentages of Color #264dba

%80
%59
%0
%27

Triadic Colors of #264dba

#264dba #ba264d #4dba26

Analogous Colors of #264dba

#264dba #4926ba #2697ba

Monochromatic Colors of #264dba

#264dba

Complementary Color

#264dba #ba9326

#264dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#264dba Color CSS Codes

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

#264dba Text Font Color

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

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


#264dba Background Color

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

This div background color is #264dba


#264dba Border Color

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

This div border color is #264dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,77,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264dba


Comments

No comments written yet.

Please login to write comment.