Color Hex Logo

#242376 Color Hex

#242376
(36,35,118)
0 Favorites   0 Comments

Color spaces of #242376

RGB 3635118
HSL0.670.540.30
HSV241°70°46°
CMYK 0.690.700.00   0.54
XYZ4.59862.885117.4541
Yxy2.88510.18440.1157
Hunter Lab16.985618.6015-49.0355
CIE-Lab19.577728.8410-47.3039

#242376 color RGB value is (36,35,118).

#242376 hex color red value is 36, green value is 35 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #242376 hue: 0.67 , saturation: 0.54 and the lightness value of 242376 is 0.30.

The process color (four color CMYK) of #242376 color hex is 0.69, 0.70, 0.00, 0.54. Web safe color of #242376 is #333366. Color #242376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00100011 01110110
Octal 44 43 166
Decimal 36 35 118
Hex 24 23 76

RGB Percentages of Color #242376

%19.05
%18.52
%62.43

CMYK Percentages of Color #242376

%69
%70
%0
%54

Triadic Colors of #242376

#242376 #762423 #237624

Analogous Colors of #242376

#242376 #4e2376 #234c76

Monochromatic Colors of #242376

#242376

Complementary Color

#242376 #757623

#242376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#242376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#242376 Color CSS Codes

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

#242376 Text Font Color

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

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


#242376 Background Color

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

This div background color is #242376


#242376 Border Color

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

This div border color is #242376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #242376


Comments

No comments written yet.

Please login to write comment.