Color Hex Logo

#296bbe Color Hex

#296BBE
(41,107,190)
0 Favorites   0 Comments

Color spaces of #296bbe

RGB 41107190
HSL0.590.650.45
HSV213°78°75°
CMYK 0.780.440.00   0.25
XYZ15.466414.704550.7383
Yxy14.70450.19120.1817
Hunter Lab38.34644.8887-51.6074
CIE-Lab45.22689.0648-49.4926

#296bbe color RGB value is (41,107,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101011 10111110
Octal 51 153 276
Decimal 41 107 190
Hex 29 6B BE

RGB Percentages of Color #296bbe

%12.13
%31.66
%56.21

CMYK Percentages of Color #296bbe

%78
%44
%0
%25

Triadic Colors of #296bbe

#296bbe #be296b #6bbe29

Analogous Colors of #296bbe

#296bbe #3129be #29b6be

Monochromatic Colors of #296bbe

#296bbe

Complementary Color

#296bbe #be7c29

#296bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#296bbe Color CSS Codes

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

#296bbe Text Font Color

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

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


#296bbe Background Color

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

This div background color is #296bbe


#296bbe Border Color

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

This div border color is #296bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296bbe


Comments

No comments written yet.

Please login to write comment.