Color Hex Logo

#245eaf Color Hex

#245EAF
(36,94,175)
0 Favorites   0 Comments

Color spaces of #245eaf

RGB 3694175
HSL0.600.660.41
HSV215°79°69°
CMYK 0.790.460.00   0.31
XYZ12.468111.475642.1153
Yxy11.47560.18870.1737
Hunter Lab33.87576.4154-49.9983
CIE-Lab40.370211.0777-48.5313

#245eaf color RGB value is (36,94,175).

#245eaf hex color red value is 36, green value is 94 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #245eaf hue: 0.60 , saturation: 0.66 and the lightness value of 245eaf is 0.41.

The process color (four color CMYK) of #245eaf color hex is 0.79, 0.46, 0.00, 0.31. Web safe color of #245eaf is #336699. Color #245eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01011110 10101111
Octal 44 136 257
Decimal 36 94 175
Hex 24 5E AF

RGB Percentages of Color #245eaf

%11.80
%30.82
%57.38

CMYK Percentages of Color #245eaf

%79
%46
%0
%31

Triadic Colors of #245eaf

#245eaf #af245e #5eaf24

Analogous Colors of #245eaf

#245eaf #2f24af #24a4af

Monochromatic Colors of #245eaf

#245eaf

Complementary Color

#245eaf #af7524

#245eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#245eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#245eaf Color CSS Codes

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

#245eaf Text Font Color

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

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


#245eaf Background Color

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

This div background color is #245eaf


#245eaf Border Color

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

This div border color is #245eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,94,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #245eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #245eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #245eaf;
  box-shadow:         1px 1px 3px 2px #245eaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,94,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #245eaf


Comments

No comments written yet.

Please login to write comment.