Color Hex Logo

#263447 Color Hex

#263447
(38,52,71)
0 Favorites   0 Comments

Color spaces of #263447

RGB 385271
HSL0.600.300.21
HSV215°46°28°
CMYK 0.460.270.00   0.72
XYZ3.16473.32306.4358
Yxy3.32300.24490.2571
Hunter Lab18.2291-0.9121-8.1720
CIE-Lab21.29360.1066-13.6078

#263447 color RGB value is (38,52,71).

#263447 hex color red value is 38, green value is 52 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #263447 hue: 0.60 , saturation: 0.30 and the lightness value of 263447 is 0.21.

The process color (four color CMYK) of #263447 color hex is 0.46, 0.27, 0.00, 0.72. Web safe color of #263447 is #333333. Color #263447 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00110100 01000111
Octal 46 64 107
Decimal 38 52 71
Hex 26 34 47

RGB Percentages of Color #263447

%23.60
%32.30
%44.10

CMYK Percentages of Color #263447

%46
%27
%0
%72

Triadic Colors of #263447

#263447 #472634 #344726

Analogous Colors of #263447

#263447 #292647 #264547

Monochromatic Colors of #263447

#263447

Complementary Color

#263447 #473926

#263447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#263447 Color CSS Codes

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

#263447 Text Font Color

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

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


#263447 Background Color

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

This div background color is #263447


#263447 Border Color

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

This div border color is #263447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263447


Comments

No comments written yet.

Please login to write comment.