Color Hex Logo

#224dba Color Hex

#224DBA
(34,77,186)
0 Favorites   0 Comments

Color spaces of #224dba

RGB 3477186
HSL0.620.690.43
HSV223°82°73°
CMYK 0.820.590.00   0.27
XYZ12.17659.193047.5870
Yxy9.19300.17660.1333
Hunter Lab30.320018.6257-71.8313
CIE-Lab36.353326.3960-61.5128

#224dba color RGB value is (34,77,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001101 10111010
Octal 42 115 272
Decimal 34 77 186
Hex 22 4D BA

RGB Percentages of Color #224dba

%11.45
%25.93
%62.63

CMYK Percentages of Color #224dba

%82
%59
%0
%27

Triadic Colors of #224dba

#224dba #ba224d #4dba22

Analogous Colors of #224dba

#224dba #4322ba #2299ba

Monochromatic Colors of #224dba

#224dba

Complementary Color

#224dba #ba8f22

#224dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#224dba Color CSS Codes

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

#224dba Text Font Color

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

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


#224dba Background Color

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

This div background color is #224dba


#224dba Border Color

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

This div border color is #224dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224dba


Comments

No comments written yet.

Please login to write comment.