Color Hex Logo

#263949 Color Hex

#263949
(38,57,73)
0 Favorites   0 Comments

Color spaces of #263949

RGB 385773
HSL0.580.320.22
HSV207°48°29°
CMYK 0.480.220.00   0.71
XYZ3.46513.81946.8579
Yxy3.81940.24500.2701
Hunter Lab19.5433-2.5520-7.1251
CIE-Lab23.0652-2.5928-12.2207

#263949 color RGB value is (38,57,73).

#263949 hex color red value is 38, green value is 57 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #263949 hue: 0.58 , saturation: 0.32 and the lightness value of 263949 is 0.22.

The process color (four color CMYK) of #263949 color hex is 0.48, 0.22, 0.00, 0.71. Web safe color of #263949 is #333333. Color #263949 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111001 01001001
Octal 46 71 111
Decimal 38 57 73
Hex 26 39 49

RGB Percentages of Color #263949

%22.62
%33.93
%43.45

CMYK Percentages of Color #263949

%48
%22
%0
%71

Triadic Colors of #263949

#263949 #492639 #394926

Analogous Colors of #263949

#263949 #262849 #264948

Monochromatic Colors of #263949

#263949

Complementary Color

#263949 #493626

#263949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#263949 Color CSS Codes

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

#263949 Text Font Color

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

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


#263949 Background Color

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

This div background color is #263949


#263949 Border Color

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

This div border color is #263949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263949


Comments

No comments written yet.

Please login to write comment.