Color Hex Logo

#263140 Color Hex

#263140
(38,49,64)
0 Favorites   0 Comments

Color spaces of #263140

RGB 384964
HSL0.600.250.20
HSV215°41°25°
CMYK 0.410.230.00   0.75
XYZ2.82312.97895.2767
Yxy2.97890.25480.2689
Hunter Lab17.2595-1.0072-6.0449
CIE-Lab19.9592-0.1508-10.9187

#263140 color RGB value is (38,49,64).

#263140 hex color red value is 38, green value is 49 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #263140 hue: 0.60 , saturation: 0.25 and the lightness value of 263140 is 0.20.

The process color (four color CMYK) of #263140 color hex is 0.41, 0.23, 0.00, 0.75. Web safe color of #263140 is #333333. Color #263140 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00110001 01000000
Octal 46 61 100
Decimal 38 49 64
Hex 26 31 40

RGB Percentages of Color #263140

%25.17
%32.45
%42.38

CMYK Percentages of Color #263140

%41
%23
%0
%75

Triadic Colors of #263140

#263140 #402631 #314026

Analogous Colors of #263140

#263140 #282640 #263e40

Monochromatic Colors of #263140

#263140

Complementary Color

#263140 #403526

#263140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#263140 Color CSS Codes

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

#263140 Text Font Color

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

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


#263140 Background Color

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

This div background color is #263140


#263140 Border Color

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

This div border color is #263140


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,49,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #263140; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #263140;
  -webkit-box-shadow: 1px 1px 3px 2px #263140;
  box-shadow:         1px 1px 3px 2px #263140; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263140


Comments

No comments written yet.

Please login to write comment.