Color Hex Logo

#223faa Color Hex

#223FAA
(34,63,170)
0 Favorites   0 Comments

Color spaces of #223faa

RGB 3463170
HSL0.630.670.40
HSV227°80°67°
CMYK 0.800.630.00   0.33
XYZ9.69296.797438.8314
Yxy6.79740.17520.1229
Hunter Lab26.071820.7365-70.0563
CIE-Lab31.341229.5445-60.2082

#223faa color RGB value is (34,63,170).

#223faa hex color red value is 34, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #223faa hue: 0.63 , saturation: 0.67 and the lightness value of 223faa is 0.40.

The process color (four color CMYK) of #223faa color hex is 0.80, 0.63, 0.00, 0.33. Web safe color of #223faa is #333399. Color #223faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00111111 10101010
Octal 42 77 252
Decimal 34 63 170
Hex 22 3F AA

RGB Percentages of Color #223faa

%12.73
%23.60
%63.67

CMYK Percentages of Color #223faa

%80
%63
%0
%33

Triadic Colors of #223faa

#223faa #aa223f #3faa22

Analogous Colors of #223faa

#223faa #4922aa #2283aa

Monochromatic Colors of #223faa

#223faa

Complementary Color

#223faa #aa8d22

#223faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#223faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#223faa Color CSS Codes

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

#223faa Text Font Color

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

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


#223faa Background Color

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

This div background color is #223faa


#223faa Border Color

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

This div border color is #223faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,63,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #223faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #223faa;
  -webkit-box-shadow: 1px 1px 3px 2px #223faa;
  box-shadow:         1px 1px 3px 2px #223faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #223faa


Comments

No comments written yet.

Please login to write comment.