Color Hex Logo

#245996 Color Hex

#245996
(36,89,150)
0 Favorites   0 Comments

Color spaces of #245996

RGB 3689150
HSL0.590.610.36
HSV212°76°59°
CMYK 0.760.410.00   0.41
XYZ9.80509.721830.2139
Yxy9.72180.19710.1954
Hunter Lab31.17981.5676-35.6274
CIE-Lab37.33844.5913-38.4876

#245996 color RGB value is (36,89,150).

#245996 hex color red value is 36, green value is 89 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #245996 hue: 0.59 , saturation: 0.61 and the lightness value of 245996 is 0.36.

The process color (four color CMYK) of #245996 color hex is 0.76, 0.41, 0.00, 0.41. Web safe color of #245996 is #336699. Color #245996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01011001 10010110
Octal 44 131 226
Decimal 36 89 150
Hex 24 59 96

RGB Percentages of Color #245996

%13.09
%32.36
%54.55

CMYK Percentages of Color #245996

%76
%41
%0
%41

Triadic Colors of #245996

#245996 #962459 #599624

Analogous Colors of #245996

#245996 #282496 #249296

Monochromatic Colors of #245996

#245996

Complementary Color

#245996 #966124

#245996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#245996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#245996 Color CSS Codes

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

#245996 Text Font Color

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

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


#245996 Background Color

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

This div background color is #245996


#245996 Border Color

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

This div border color is #245996


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,89,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #245996; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #245996;
  -webkit-box-shadow: 1px 1px 3px 2px #245996;
  box-shadow:         1px 1px 3px 2px #245996; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #245996


Comments

No comments written yet.

Please login to write comment.