Color Hex Logo

#024396 Color Hex

#024396
(2,67,150)
0 Favorites   0 Comments

Color spaces of #024396

RGB 267150
HSL0.590.970.30
HSV214°99°59°
CMYK 0.990.550.00   0.41
XYZ7.53726.229229.6593
Yxy6.22920.17360.1434
Hunter Lab24.958410.2282-52.9865
CIE-Lab29.983516.6082-50.3654

#024396 color RGB value is (2,67,150).

#024396 hex color red value is 2, green value is 67 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #024396 hue: 0.59 , saturation: 0.97 and the lightness value of 024396 is 0.30.

The process color (four color CMYK) of #024396 color hex is 0.99, 0.55, 0.00, 0.41. Web safe color of #024396 is #003399. Color #024396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000011 10010110
Octal 2 103 226
Decimal 2 67 150
Hex 2 43 96

RGB Percentages of Color #024396

%0.91
%30.59
%68.49

CMYK Percentages of Color #024396

%99
%55
%0
%41

Triadic Colors of #024396

#024396 #960243 #439602

Analogous Colors of #024396

#024396 #0b0296 #028d96

Monochromatic Colors of #024396

#024396

Complementary Color

#024396 #965502

#024396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024396 Color CSS Codes

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

#024396 Text Font Color

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

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


#024396 Background Color

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

This div background color is #024396


#024396 Border Color

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

This div border color is #024396


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,67,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 #024396">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024396


Comments

No comments written yet.

Please login to write comment.