Color Hex Logo

#223bae Color Hex

#223BAE
(34,59,174)
0 Favorites   0 Comments

Color spaces of #223bae

RGB 3459174
HSL0.640.670.41
HSV229°80°68°
CMYK 0.800.660.00   0.32
XYZ9.86366.524040.7838
Yxy6.52400.17250.1141
Hunter Lab25.542124.2326-76.7905
CIE-Lab30.697833.6811-63.6558

#223bae color RGB value is (34,59,174).

#223bae hex color red value is 34, green value is 59 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #223bae hue: 0.64 , saturation: 0.67 and the lightness value of 223bae is 0.41.

The process color (four color CMYK) of #223bae color hex is 0.80, 0.66, 0.00, 0.32. Web safe color of #223bae is #333399. Color #223bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00111011 10101110
Octal 42 73 256
Decimal 34 59 174
Hex 22 3B AE

RGB Percentages of Color #223bae

%12.73
%22.10
%65.17

CMYK Percentages of Color #223bae

%80
%66
%0
%32

Triadic Colors of #223bae

#223bae #ae223b #3bae22

Analogous Colors of #223bae

#223bae #4f22ae #2281ae

Monochromatic Colors of #223bae

#223bae

Complementary Color

#223bae #ae9522

#223bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#223bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#223bae Color CSS Codes

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

#223bae Text Font Color

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

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


#223bae Background Color

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

This div background color is #223bae


#223bae Border Color

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

This div border color is #223bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #223bae


Comments

No comments written yet.

Please login to write comment.