Color Hex Logo

#295baa Color Hex

#295BAA
(41,91,170)
0 Favorites   0 Comments

Color spaces of #295baa

RGB 4191170
HSL0.600.610.41
HSV217°76°67°
CMYK 0.760.460.00   0.33
XYZ11.911210.855939.4978
Yxy10.85590.19130.1744
Hunter Lab32.94836.8704-48.0119
CIE-Lab39.336711.6923-47.2296

#295baa color RGB value is (41,91,170).

#295baa hex color red value is 41, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #295baa hue: 0.60 , saturation: 0.61 and the lightness value of 295baa is 0.41.

The process color (four color CMYK) of #295baa color hex is 0.76, 0.46, 0.00, 0.33. Web safe color of #295baa is #336699. Color #295baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011011 10101010
Octal 51 133 252
Decimal 41 91 170
Hex 29 5B AA

RGB Percentages of Color #295baa

%13.58
%30.13
%56.29

CMYK Percentages of Color #295baa

%76
%46
%0
%33

Triadic Colors of #295baa

#295baa #aa295b #5baa29

Analogous Colors of #295baa

#295baa #3829aa #299caa

Monochromatic Colors of #295baa

#295baa

Complementary Color

#295baa #aa7829

#295baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#295baa Color CSS Codes

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

#295baa Text Font Color

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

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


#295baa Background Color

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

This div background color is #295baa


#295baa Border Color

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

This div border color is #295baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,91,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #295baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #295baa;
  -webkit-box-shadow: 1px 1px 3px 2px #295baa;
  box-shadow:         1px 1px 3px 2px #295baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295baa


Comments

No comments written yet.

Please login to write comment.