Color Hex Logo

#364096 Color Hex

#364096
(54,64,150)
0 Favorites   0 Comments

Color spaces of #364096

RGB 5464150
HSL0.650.470.40
HSV234°64°59°
CMYK 0.640.570.00   0.41
XYZ8.85976.653129.6714
Yxy6.65310.19610.1472
Hunter Lab25.793616.1732-50.1481
CIE-Lab31.003824.1038-48.6240

#364096 color RGB value is (54,64,150).

#364096 hex color red value is 54, green value is 64 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #364096 hue: 0.65 , saturation: 0.47 and the lightness value of 364096 is 0.40.

The process color (four color CMYK) of #364096 color hex is 0.64, 0.57, 0.00, 0.41. Web safe color of #364096 is #333399. Color #364096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000000 10010110
Octal 66 100 226
Decimal 54 64 150
Hex 36 40 96

RGB Percentages of Color #364096

%20.15
%23.88
%55.97

CMYK Percentages of Color #364096

%64
%57
%0
%41

Triadic Colors of #364096

#364096 #963640 #409636

Analogous Colors of #364096

#364096 #5c3696 #367096

Monochromatic Colors of #364096

#364096

Complementary Color

#364096 #968c36

#364096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364096 Color CSS Codes

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

#364096 Text Font Color

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

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


#364096 Background Color

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

This div background color is #364096


#364096 Border Color

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

This div border color is #364096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364096


Comments

No comments written yet.

Please login to write comment.