Color Hex Logo

#362489 Color Hex

#362489
(54,36,137)
0 Favorites   0 Comments

Color spaces of #362489

RGB 5436137
HSL0.700.580.34
HSV251°74°54°
CMYK 0.610.740.00   0.46
XYZ6.66763.852224.0590
Yxy3.85220.19280.1114
Hunter Lab19.627026.2919-58.9394
CIE-Lab23.176737.3469-53.3659

#362489 color RGB value is (54,36,137).

#362489 hex color red value is 54, green value is 36 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #362489 hue: 0.70 , saturation: 0.58 and the lightness value of 362489 is 0.34.

The process color (four color CMYK) of #362489 color hex is 0.61, 0.74, 0.00, 0.46. Web safe color of #362489 is #333399. Color #362489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00100100 10001001
Octal 66 44 211
Decimal 54 36 137
Hex 36 24 89

RGB Percentages of Color #362489

%23.79
%15.86
%60.35

CMYK Percentages of Color #362489

%61
%74
%0
%46

Triadic Colors of #362489

#362489 #893624 #248936

Analogous Colors of #362489

#362489 #692489 #244489

Monochromatic Colors of #362489

#362489

Complementary Color

#362489 #778924

#362489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#362489 Color CSS Codes

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

#362489 Text Font Color

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

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


#362489 Background Color

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

This div background color is #362489


#362489 Border Color

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

This div border color is #362489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362489


Comments

No comments written yet.

Please login to write comment.