Color Hex Logo

#264acb Color Hex

#264ACB
(38,74,203)
0 Favorites   0 Comments

Color spaces of #264acb

RGB 3874203
HSL0.630.680.47
HSV227°81°80°
CMYK 0.810.640.00   0.20
XYZ14.02769.621457.6177
Yxy9.62140.17260.1184
Hunter Lab31.018426.4418-88.4203
CIE-Lab37.154235.1189-70.1239

#264acb color RGB value is (38,74,203).

#264acb hex color red value is 38, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #264acb hue: 0.63 , saturation: 0.68 and the lightness value of 264acb is 0.47.

The process color (four color CMYK) of #264acb color hex is 0.81, 0.64, 0.00, 0.20. Web safe color of #264acb is #3333cc. Color #264acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001010 11001011
Octal 46 112 313
Decimal 38 74 203
Hex 26 4A CB

RGB Percentages of Color #264acb

%12.06
%23.49
%64.44

CMYK Percentages of Color #264acb

%81
%64
%0
%20

Triadic Colors of #264acb

#264acb #cb264a #4acb26

Analogous Colors of #264acb

#264acb #5426cb #269dcb

Monochromatic Colors of #264acb

#264acb

Complementary Color

#264acb #cba726

#264acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#264acb Color CSS Codes

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

#264acb Text Font Color

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

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


#264acb Background Color

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

This div background color is #264acb


#264acb Border Color

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

This div border color is #264acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264acb


Comments

No comments written yet.

Please login to write comment.