Color Hex Logo

#362976 Color Hex

#362976
(54,41,118)
0 Favorites   0 Comments

Color spaces of #362976

RGB 5441118
HSL0.690.480.31
HSV250°65°46°
CMYK 0.540.650.00   0.54
XYZ5.58433.678217.5552
Yxy3.67820.20820.1372
Hunter Lab19.178618.4118-40.8462
CIE-Lab22.577728.0946-42.3409

#362976 color RGB value is (54,41,118).

#362976 hex color red value is 54, green value is 41 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #362976 hue: 0.69 , saturation: 0.48 and the lightness value of 362976 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101001 01110110
Octal 66 51 166
Decimal 54 41 118
Hex 36 29 76

RGB Percentages of Color #362976

%25.35
%19.25
%55.40

CMYK Percentages of Color #362976

%54
%65
%0
%54

Triadic Colors of #362976

#362976 #763629 #297636

Analogous Colors of #362976

#362976 #5d2976 #294276

Monochromatic Colors of #362976

#362976

Complementary Color

#362976 #697629

#362976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#362976 Color CSS Codes

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

#362976 Text Font Color

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

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


#362976 Background Color

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

This div background color is #362976


#362976 Border Color

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

This div border color is #362976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362976


Comments

No comments written yet.

Please login to write comment.