Color Hex Logo

#295f9b Color Hex

#295F9B
(41,95,155)
0 Favorites   0 Comments

Color spaces of #295f9b

RGB 4195155
HSL0.590.580.38
HSV212°74°61°
CMYK 0.740.390.00   0.39
XYZ10.923111.022432.5622
Yxy11.02240.20040.2022
Hunter Lab33.20000.6281-34.9110
CIE-Lab39.61823.3595-37.8527

#295f9b color RGB value is (41,95,155).

#295f9b hex color red value is 41, green value is 95 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #295f9b hue: 0.59 , saturation: 0.58 and the lightness value of 295f9b is 0.38.

The process color (four color CMYK) of #295f9b color hex is 0.74, 0.39, 0.00, 0.39. Web safe color of #295f9b is #336699. Color #295f9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011111 10011011
Octal 51 137 233
Decimal 41 95 155
Hex 29 5F 9B

RGB Percentages of Color #295f9b

%14.09
%32.65
%53.26

CMYK Percentages of Color #295f9b

%74
%39
%0
%39

Triadic Colors of #295f9b

#295f9b #9b295f #5f9b29

Analogous Colors of #295f9b

#295f9b #2c299b #29989b

Monochromatic Colors of #295f9b

#295f9b

Complementary Color

#295f9b #9b6529

#295f9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295f9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#295f9b Color CSS Codes

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

#295f9b Text Font Color

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

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


#295f9b Background Color

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

This div background color is #295f9b


#295f9b Border Color

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

This div border color is #295f9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295f9b


Comments

No comments written yet.

Please login to write comment.