Color Hex Logo

#223589 Color Hex

#223589
(34,53,137)
0 Favorites   0 Comments

Color spaces of #223589

RGB 3453137
HSL0.640.600.34
HSV229°75°54°
CMYK 0.750.610.00   0.46
XYZ6.44814.692424.2328
Yxy4.69240.18230.1327
Hunter Lab21.661915.2256-51.1632
CIE-Lab25.839823.5797-49.0648

#223589 color RGB value is (34,53,137).

#223589 hex color red value is 34, green value is 53 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #223589 hue: 0.64 , saturation: 0.60 and the lightness value of 223589 is 0.34.

The process color (four color CMYK) of #223589 color hex is 0.75, 0.61, 0.00, 0.46. Web safe color of #223589 is #333399. Color #223589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00110101 10001001
Octal 42 65 211
Decimal 34 53 137
Hex 22 35 89

RGB Percentages of Color #223589

%15.18
%23.66
%61.16

CMYK Percentages of Color #223589

%75
%61
%0
%46

Triadic Colors of #223589

#223589 #892235 #358922

Analogous Colors of #223589

#223589 #422289 #226989

Monochromatic Colors of #223589

#223589

Complementary Color

#223589 #897622

#223589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#223589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#223589 Color CSS Codes

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

#223589 Text Font Color

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

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


#223589 Background Color

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

This div background color is #223589


#223589 Border Color

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

This div border color is #223589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #223589


Comments

No comments written yet.

Please login to write comment.