Color Hex Logo

#224cbf Color Hex

#224CBF
(34,76,191)
0 Favorites   0 Comments

Color spaces of #224cbf

RGB 3476191
HSL0.620.700.44
HSV224°82°75°
CMYK 0.820.600.00   0.25
XYZ12.64819.270650.4130
Yxy9.27060.17490.1282
Hunter Lab30.447720.8663-76.8547
CIE-Lab36.500228.9757-64.2064

#224cbf color RGB value is (34,76,191).

#224cbf hex color red value is 34, green value is 76 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #224cbf hue: 0.62 , saturation: 0.70 and the lightness value of 224cbf is 0.44.

The process color (four color CMYK) of #224cbf color hex is 0.82, 0.60, 0.00, 0.25. Web safe color of #224cbf is #3333cc. Color #224cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001100 10111111
Octal 42 114 277
Decimal 34 76 191
Hex 22 4C BF

RGB Percentages of Color #224cbf

%11.30
%25.25
%63.46

CMYK Percentages of Color #224cbf

%82
%60
%0
%25

Triadic Colors of #224cbf

#224cbf #bf224c #4cbf22

Analogous Colors of #224cbf

#224cbf #4622bf #229bbf

Monochromatic Colors of #224cbf

#224cbf

Complementary Color

#224cbf #bf9522

#224cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#224cbf Color CSS Codes

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

#224cbf Text Font Color

<p style="color:#224cbf">Text here</p>

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


#224cbf Background Color

<div style="background-color:#224cbf">
Div content here</div>

This div background color is #224cbf


#224cbf Border Color

<div style="border:3px solid #224cbf">
Div here</div>

This div border color is #224cbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,76,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #224cbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #224cbf;
  -webkit-box-shadow: 1px 1px 3px 2px #224cbf;
  box-shadow:         1px 1px 3px 2px #224cbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,76,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224cbf


Comments

No comments written yet.

Please login to write comment.