Color Hex Logo

#2990cb Color Hex

#2990CB
(41,144,203)
0 Favorites   0 Comments

Color spaces of #2990cb

RGB 41144203
HSL0.560.660.48
HSV202°80°80°
CMYK 0.800.290.00   0.20
XYZ21.667224.729760.1312
Yxy24.72970.20340.2321
Hunter Lab49.7290-9.2522-36.8819
CIE-Lab56.8111-8.4017-38.5515

#2990cb color RGB value is (41,144,203).

#2990cb hex color red value is 41, green value is 144 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #2990cb hue: 0.56 , saturation: 0.66 and the lightness value of 2990cb is 0.48.

The process color (four color CMYK) of #2990cb color hex is 0.80, 0.29, 0.00, 0.20. Web safe color of #2990cb is #3399cc. Color #2990cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010000 11001011
Octal 51 220 313
Decimal 41 144 203
Hex 29 90 CB

RGB Percentages of Color #2990cb

%10.57
%37.11
%52.32

CMYK Percentages of Color #2990cb

%80
%29
%0
%20

Triadic Colors of #2990cb

#2990cb #cb2990 #90cb29

Analogous Colors of #2990cb

#2990cb #293fcb #29cbb5

Monochromatic Colors of #2990cb

#2990cb

Complementary Color

#2990cb #cb6429

#2990cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2990cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2990cb Color CSS Codes

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

#2990cb Text Font Color

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

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


#2990cb Background Color

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

This div background color is #2990cb


#2990cb Border Color

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

This div border color is #2990cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,144,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2990cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2990cb;
  -webkit-box-shadow: 1px 1px 3px 2px #2990cb;
  box-shadow:         1px 1px 3px 2px #2990cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2990cb


Comments

No comments written yet.

Please login to write comment.