Color Hex Logo

#293269 Color Hex

#293269
(41,50,105)
0 Favorites   0 Comments

Color spaces of #293269

RGB 4150105
HSL0.640.440.29
HSV232°61°41°
CMYK 0.610.520.00   0.59
XYZ4.60493.772513.8501
Yxy3.77250.20720.1697
Hunter Lab19.42298.3297-28.6825
CIE-Lab22.904614.5842-33.5068

#293269 color RGB value is (41,50,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110010 01101001
Octal 51 62 151
Decimal 41 50 105
Hex 29 32 69

RGB Percentages of Color #293269

%20.92
%25.51
%53.57

CMYK Percentages of Color #293269

%61
%52
%0
%59

Triadic Colors of #293269

#293269 #692932 #326929

Analogous Colors of #293269

#293269 #402969 #295269

Monochromatic Colors of #293269

#293269

Complementary Color

#293269 #696029

#293269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293269 Color CSS Codes

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

#293269 Text Font Color

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

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


#293269 Background Color

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

This div background color is #293269


#293269 Border Color

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

This div border color is #293269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293269


Comments

No comments written yet.

Please login to write comment.