Color Hex Logo

#223bab Color Hex

#223BAB
(34,59,171)
0 Favorites   0 Comments

Color spaces of #223bab

RGB 3459171
HSL0.640.670.40
HSV229°80°67°
CMYK 0.800.650.00   0.33
XYZ9.57436.408339.2604
Yxy6.40830.17330.1160
Hunter Lab25.314623.2103-74.2325
CIE-Lab30.420032.5581-62.3168

#223bab color RGB value is (34,59,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 00111011 10101011
Octal 42 73 253
Decimal 34 59 171
Hex 22 3B AB

RGB Percentages of Color #223bab

%12.88
%22.35
%64.77

CMYK Percentages of Color #223bab

%80
%65
%0
%33

Triadic Colors of #223bab

#223bab #ab223b #3bab22

Analogous Colors of #223bab

#223bab #4e22ab #2280ab

Monochromatic Colors of #223bab

#223bab

Complementary Color

#223bab #ab9222

#223bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#223bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#223bab Color CSS Codes

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

#223bab Text Font Color

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

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


#223bab Background Color

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

This div background color is #223bab


#223bab Border Color

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

This div border color is #223bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #223bab


Comments

No comments written yet.

Please login to write comment.