Color Hex Logo

#2258ae Color Hex

#2258AE
(34,88,174)
0 Favorites   0 Comments

Color spaces of #2258ae

RGB 3488174
HSL0.600.670.41
HSV217°80°68°
CMYK 0.800.490.00   0.32
XYZ11.789410.375541.4257
Yxy10.37550.18540.1632
Hunter Lab32.21108.9626-53.7035
CIE-Lab38.508114.4081-50.9422

#2258ae color RGB value is (34,88,174).

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

The process color (four color CMYK) of #2258ae color hex is 0.80, 0.49, 0.00, 0.32. Web safe color of #2258ae is #336699. Color #2258ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011000 10101110
Octal 42 130 256
Decimal 34 88 174
Hex 22 58 AE

RGB Percentages of Color #2258ae

%11.49
%29.73
%58.78

CMYK Percentages of Color #2258ae

%80
%49
%0
%32

Triadic Colors of #2258ae

#2258ae #ae2258 #58ae22

Analogous Colors of #2258ae

#2258ae #3222ae #229eae

Monochromatic Colors of #2258ae

#2258ae

Complementary Color

#2258ae #ae7822

#2258ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2258ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2258ae Color CSS Codes

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

#2258ae Text Font Color

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

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


#2258ae Background Color

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

This div background color is #2258ae


#2258ae Border Color

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

This div border color is #2258ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,88,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 #2258ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2258ae


Comments

No comments written yet.

Please login to write comment.