Color Hex Logo

#224dbb Color Hex

#224DBB
(34,77,187)
0 Favorites   0 Comments

Color spaces of #224dbb

RGB 3477187
HSL0.620.690.43
HSV223°82°73°
CMYK 0.820.590.00   0.27
XYZ12.28329.235748.1490
Yxy9.23570.17630.1326
Hunter Lab30.390318.9634-72.6632
CIE-Lab36.434226.7812-61.9684

#224dbb color RGB value is (34,77,187).

#224dbb hex color red value is 34, green value is 77 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #224dbb hue: 0.62 , saturation: 0.69 and the lightness value of 224dbb is 0.43.

The process color (four color CMYK) of #224dbb color hex is 0.82, 0.59, 0.00, 0.27. Web safe color of #224dbb is #3366cc. Color #224dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001101 10111011
Octal 42 115 273
Decimal 34 77 187
Hex 22 4D BB

RGB Percentages of Color #224dbb

%11.41
%25.84
%62.75

CMYK Percentages of Color #224dbb

%82
%59
%0
%27

Triadic Colors of #224dbb

#224dbb #bb224d #4dbb22

Analogous Colors of #224dbb

#224dbb #4422bb #229abb

Monochromatic Colors of #224dbb

#224dbb

Complementary Color

#224dbb #bb9022

#224dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#224dbb Color CSS Codes

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

#224dbb Text Font Color

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

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


#224dbb Background Color

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

This div background color is #224dbb


#224dbb Border Color

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

This div border color is #224dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224dbb


Comments

No comments written yet.

Please login to write comment.