Color Hex Logo

#296bbd Color Hex

#296BBD
(41,107,189)
0 Favorites   0 Comments

Color spaces of #296bbd

RGB 41107189
HSL0.590.640.45
HSV213°78°74°
CMYK 0.780.430.00   0.26
XYZ15.357514.660950.1645
Yxy14.66090.19150.1828
Hunter Lab38.28964.5876-50.8752
CIE-Lab45.16628.6838-49.0103

#296bbd color RGB value is (41,107,189).

#296bbd hex color red value is 41, green value is 107 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #296bbd hue: 0.59 , saturation: 0.64 and the lightness value of 296bbd is 0.45.

The process color (four color CMYK) of #296bbd color hex is 0.78, 0.43, 0.00, 0.26. Web safe color of #296bbd is #3366cc. Color #296bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101011 10111101
Octal 51 153 275
Decimal 41 107 189
Hex 29 6B BD

RGB Percentages of Color #296bbd

%12.17
%31.75
%56.08

CMYK Percentages of Color #296bbd

%78
%43
%0
%26

Triadic Colors of #296bbd

#296bbd #bd296b #6bbd29

Analogous Colors of #296bbd

#296bbd #3129bd #29b5bd

Monochromatic Colors of #296bbd

#296bbd

Complementary Color

#296bbd #bd7b29

#296bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#296bbd Color CSS Codes

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

#296bbd Text Font Color

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

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


#296bbd Background Color

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

This div background color is #296bbd


#296bbd Border Color

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

This div border color is #296bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,107,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #296bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #296bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #296bbd;
  box-shadow:         1px 1px 3px 2px #296bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296bbd


Comments

No comments written yet.

Please login to write comment.