Color Hex Logo

#2997cc Color Hex

#2997CC
(41,151,204)
0 Favorites   0 Comments

Color spaces of #2997cc

RGB 41151204
HSL0.550.670.48
HSV200°80°80°
CMYK 0.800.260.00   0.20
XYZ22.880126.964361.1255
Yxy26.96430.20620.2430
Hunter Lab51.9272-12.2220-33.4436
CIE-Lab58.9413-11.9873-35.7783

#2997cc color RGB value is (41,151,204).

#2997cc hex color red value is 41, green value is 151 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2997cc hue: 0.55 , saturation: 0.67 and the lightness value of 2997cc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010111 11001100
Octal 51 227 314
Decimal 41 151 204
Hex 29 97 CC

RGB Percentages of Color #2997cc

%10.35
%38.13
%51.52

CMYK Percentages of Color #2997cc

%80
%26
%0
%20

Triadic Colors of #2997cc

#2997cc #cc2997 #97cc29

Analogous Colors of #2997cc

#2997cc #2945cc #29ccb0

Monochromatic Colors of #2997cc

#2997cc

Complementary Color

#2997cc #cc5e29

#2997cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2997cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2997cc Color CSS Codes

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

#2997cc Text Font Color

<p style="color:#2997cc">Text here</p>

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


#2997cc Background Color

<div style="background-color:#2997cc">
Div content here</div>

This div background color is #2997cc


#2997cc Border Color

<div style="border:3px solid #2997cc">
Div here</div>

This div border color is #2997cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,151,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2997cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2997cc;
  -webkit-box-shadow: 1px 1px 3px 2px #2997cc;
  box-shadow:         1px 1px 3px 2px #2997cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2997cc

#2997cc Color Palettes


Comments

No comments written yet.

Please login to write comment.