Color Hex Logo

#263f51 Color Hex

#263F51
(38,63,81)
0 Favorites   0 Comments

Color spaces of #263f51

RGB 386381
HSL0.570.360.23
HSV205°53°32°
CMYK 0.530.220.00   0.68
XYZ4.06204.56128.4509
Yxy4.56120.23790.2671
Hunter Lab21.3570-3.4248-8.5110
CIE-Lab25.4462-3.8356-13.8533

#263f51 color RGB value is (38,63,81).

#263f51 hex color red value is 38, green value is 63 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #263f51 hue: 0.57 , saturation: 0.36 and the lightness value of 263f51 is 0.23.

The process color (four color CMYK) of #263f51 color hex is 0.53, 0.22, 0.00, 0.68. Web safe color of #263f51 is #333366. Color #263f51 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111111 01010001
Octal 46 77 121
Decimal 38 63 81
Hex 26 3F 51

RGB Percentages of Color #263f51

%20.88
%34.62
%44.51

CMYK Percentages of Color #263f51

%53
%22
%0
%68

Triadic Colors of #263f51

#263f51 #51263f #3f5126

Analogous Colors of #263f51

#263f51 #262a51 #26514e

Monochromatic Colors of #263f51

#263f51

Complementary Color

#263f51 #513826

#263f51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263f51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#263f51 Color CSS Codes

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

#263f51 Text Font Color

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

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


#263f51 Background Color

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

This div background color is #263f51


#263f51 Border Color

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

This div border color is #263f51


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,63,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #263f51; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #263f51;
  -webkit-box-shadow: 1px 1px 3px 2px #263f51;
  box-shadow:         1px 1px 3px 2px #263f51; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263f51

#263f51 Color Palettes


Comments

No comments written yet.

Please login to write comment.