Color Hex Logo

#263249 Color Hex

#263249
(38,50,73)
0 Favorites   0 Comments

Color spaces of #263249

RGB 385073
HSL0.610.320.22
HSV219°48°29°
CMYK 0.480.320.00   0.71
XYZ3.14253.17436.7504
Yxy3.17430.24050.2429
Hunter Lab17.81660.3050-9.9924
CIE-Lab20.72882.1640-15.8309

#263249 color RGB value is (38,50,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 00110010 01001001
Octal 46 62 111
Decimal 38 50 73
Hex 26 32 49

RGB Percentages of Color #263249

%23.60
%31.06
%45.34

CMYK Percentages of Color #263249

%48
%32
%0
%71

Triadic Colors of #263249

#263249 #492632 #324926

Analogous Colors of #263249

#263249 #2b2649 #264449

Monochromatic Colors of #263249

#263249

Complementary Color

#263249 #493d26

#263249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#263249 Color CSS Codes

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

#263249 Text Font Color

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

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


#263249 Background Color

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

This div background color is #263249


#263249 Border Color

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

This div border color is #263249


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,50,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 #263249">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263249


Comments

No comments written yet.

Please login to write comment.