Color Hex Logo

#293268 Color Hex

#293268
(41,50,104)
0 Favorites   0 Comments

Color spaces of #293268

RGB 4150104
HSL0.640.430.28
HSV231°61°41°
CMYK 0.610.520.00   0.59
XYZ4.55373.752113.5809
Yxy3.75210.20810.1714
Hunter Lab19.37038.0648-28.0101
CIE-Lab22.834414.2089-32.9720

#293268 color RGB value is (41,50,104).

#293268 hex color red value is 41, green value is 50 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #293268 hue: 0.64 , saturation: 0.43 and the lightness value of 293268 is 0.28.

The process color (four color CMYK) of #293268 color hex is 0.61, 0.52, 0.00, 0.59. Web safe color of #293268 is #333366. Color #293268 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110010 01101000
Octal 51 62 150
Decimal 41 50 104
Hex 29 32 68

RGB Percentages of Color #293268

%21.03
%25.64
%53.33

CMYK Percentages of Color #293268

%61
%52
%0
%59

Triadic Colors of #293268

#293268 #682932 #326829

Analogous Colors of #293268

#293268 #402968 #295268

Monochromatic Colors of #293268

#293268

Complementary Color

#293268 #685f29

#293268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293268 Color CSS Codes

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

#293268 Text Font Color

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

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


#293268 Background Color

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

This div background color is #293268


#293268 Border Color

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

This div border color is #293268


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,50,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293268


Comments

No comments written yet.

Please login to write comment.