Color Hex Logo

#224099 Color Hex

#224099
(34,64,153)
0 Favorites   0 Comments

Color spaces of #224099

RGB 3464153
HSL0.620.640.37
HSV225°78°60°
CMYK 0.780.580.00   0.40
XYZ8.24296.306830.9199
Yxy6.30680.18130.1387
Hunter Lab25.113314.6403-55.4193
CIE-Lab30.173722.2938-51.8489

#224099 color RGB value is (34,64,153).

#224099 hex color red value is 34, green value is 64 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #224099 hue: 0.62 , saturation: 0.64 and the lightness value of 224099 is 0.37.

The process color (four color CMYK) of #224099 color hex is 0.78, 0.58, 0.00, 0.40. Web safe color of #224099 is #333399. Color #224099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000000 10011001
Octal 42 100 231
Decimal 34 64 153
Hex 22 40 99

RGB Percentages of Color #224099

%13.55
%25.50
%60.96

CMYK Percentages of Color #224099

%78
%58
%0
%40

Triadic Colors of #224099

#224099 #992240 #409922

Analogous Colors of #224099

#224099 #3f2299 #227c99

Monochromatic Colors of #224099

#224099

Complementary Color

#224099 #997b22

#224099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224099 Color CSS Codes

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

#224099 Text Font Color

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

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


#224099 Background Color

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

This div background color is #224099


#224099 Border Color

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

This div border color is #224099


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,64,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #224099; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #224099;
  -webkit-box-shadow: 1px 1px 3px 2px #224099;
  box-shadow:         1px 1px 3px 2px #224099; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224099

#224099 Color Palettes


Comments

No comments written yet.

Please login to write comment.