Color Hex Logo

#24809f Color Hex

#24809F
(36,128,159)
0 Favorites   0 Comments

Color spaces of #24809f

RGB 36128159
HSL0.540.630.38
HSV195°77°62°
CMYK 0.770.190.00   0.38
XYZ14.704718.316635.5613
Yxy18.31660.21440.2671
Hunter Lab42.7979-13.5665-19.3063
CIE-Lab49.8779-15.5398-24.1498

#24809f color RGB value is (36,128,159).

#24809f hex color red value is 36, green value is 128 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #24809f hue: 0.54 , saturation: 0.63 and the lightness value of 24809f is 0.38.

The process color (four color CMYK) of #24809f color hex is 0.77, 0.19, 0.00, 0.38. Web safe color of #24809f is #339999. Color #24809f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10000000 10011111
Octal 44 200 237
Decimal 36 128 159
Hex 24 80 9F

RGB Percentages of Color #24809f

%11.15
%39.63
%49.23

CMYK Percentages of Color #24809f

%77
%19
%0
%38

Triadic Colors of #24809f

#24809f #9f2480 #809f24

Analogous Colors of #24809f

#24809f #24429f #249f81

Monochromatic Colors of #24809f

#24809f

Complementary Color

#24809f #9f4324

#24809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24809f Color CSS Codes

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

#24809f Text Font Color

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

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


#24809f Background Color

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

This div background color is #24809f


#24809f Border Color

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

This div border color is #24809f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,128,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24809f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24809f;
  -webkit-box-shadow: 1px 1px 3px 2px #24809f;
  box-shadow:         1px 1px 3px 2px #24809f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24809f


Comments

No comments written yet.

Please login to write comment.