Color Hex Logo

#2428ab Color Hex

#2428AB
(36,40,171)
0 Favorites   0 Comments

Color spaces of #2428ab

RGB 3640171
HSL0.660.650.41
HSV238°79°67°
CMYK 0.790.770.00   0.33
XYZ8.83704.832938.9952
Yxy4.83290.16780.0918
Hunter Lab21.983933.2811-89.7805
CIE-Lab26.253344.3862-69.1796

#2428ab color RGB value is (36,40,171).

#2428ab hex color red value is 36, green value is 40 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2428ab hue: 0.66 , saturation: 0.65 and the lightness value of 2428ab is 0.41.

The process color (four color CMYK) of #2428ab color hex is 0.79, 0.77, 0.00, 0.33. Web safe color of #2428ab is #333399. Color #2428ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00101000 10101011
Octal 44 50 253
Decimal 36 40 171
Hex 24 28 AB

RGB Percentages of Color #2428ab

%14.57
%16.19
%69.23

CMYK Percentages of Color #2428ab

%79
%77
%0
%33

Triadic Colors of #2428ab

#2428ab #ab2428 #28ab24

Analogous Colors of #2428ab

#2428ab #6424ab #246cab

Monochromatic Colors of #2428ab

#2428ab

Complementary Color

#2428ab #aba724

#2428ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2428ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2428ab Color CSS Codes

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

#2428ab Text Font Color

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

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


#2428ab Background Color

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

This div background color is #2428ab


#2428ab Border Color

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

This div border color is #2428ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,40,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2428ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2428ab;
  -webkit-box-shadow: 1px 1px 3px 2px #2428ab;
  box-shadow:         1px 1px 3px 2px #2428ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2428ab


Comments

No comments written yet.

Please login to write comment.