Color Hex Logo

#24308d Color Hex

#24308D
(36,48,141)
0 Favorites   0 Comments

Color spaces of #24308d

RGB 3648141
HSL0.650.590.35
HSV233°74°55°
CMYK 0.740.660.00   0.45
XYZ6.59224.412125.7035
Yxy4.41210.17960.1202
Hunter Lab21.005019.2616-57.8488
CIE-Lab24.989528.7526-52.9347

#24308d color RGB value is (36,48,141).

#24308d hex color red value is 36, green value is 48 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #24308d hue: 0.65 , saturation: 0.59 and the lightness value of 24308d is 0.35.

The process color (four color CMYK) of #24308d color hex is 0.74, 0.66, 0.00, 0.45. Web safe color of #24308d is #333399. Color #24308d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00110000 10001101
Octal 44 60 215
Decimal 36 48 141
Hex 24 30 8D

RGB Percentages of Color #24308d

%16.00
%21.33
%62.67

CMYK Percentages of Color #24308d

%74
%66
%0
%45

Triadic Colors of #24308d

#24308d #8d2430 #308d24

Analogous Colors of #24308d

#24308d #4d248d #24658d

Monochromatic Colors of #24308d

#24308d

Complementary Color

#24308d #8d8124

#24308d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24308d Color Preview on White Background

Lorem ipsum dolor sit amet.

#24308d Color CSS Codes

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

#24308d Text Font Color

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

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


#24308d Background Color

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

This div background color is #24308d


#24308d Border Color

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

This div border color is #24308d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,48,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24308d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24308d;
  -webkit-box-shadow: 1px 1px 3px 2px #24308d;
  box-shadow:         1px 1px 3px 2px #24308d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24308d


Comments

No comments written yet.

Please login to write comment.