Color Hex Logo

#36419a Color Hex

#36419A
(54,65,154)
0 Favorites   0 Comments

Color spaces of #36419a

RGB 5465154
HSL0.650.480.41
HSV233°65°60°
CMYK 0.650.580.00   0.40
XYZ9.24446.898031.4161
Yxy6.89800.19440.1450
Hunter Lab26.264016.8662-52.5357
CIE-Lab31.573624.8827-50.1348

#36419a color RGB value is (54,65,154).

#36419a hex color red value is 54, green value is 65 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #36419a hue: 0.65 , saturation: 0.48 and the lightness value of 36419a is 0.41.

The process color (four color CMYK) of #36419a color hex is 0.65, 0.58, 0.00, 0.40. Web safe color of #36419a is #333399. Color #36419a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000001 10011010
Octal 66 101 232
Decimal 54 65 154
Hex 36 41 9A

RGB Percentages of Color #36419a

%19.78
%23.81
%56.41

CMYK Percentages of Color #36419a

%65
%58
%0
%40

Triadic Colors of #36419a

#36419a #9a3641 #419a36

Analogous Colors of #36419a

#36419a #5d369a #36739a

Monochromatic Colors of #36419a

#36419a

Complementary Color

#36419a #9a8f36

#36419a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36419a Color Preview on White Background

Lorem ipsum dolor sit amet.

#36419a Color CSS Codes

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

#36419a Text Font Color

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

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


#36419a Background Color

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

This div background color is #36419a


#36419a Border Color

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

This div border color is #36419a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,65,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36419a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36419a;
  -webkit-box-shadow: 1px 1px 3px 2px #36419a;
  box-shadow:         1px 1px 3px 2px #36419a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,65,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36419a


Comments

No comments written yet.

Please login to write comment.