Color Hex Logo

#364083 Color Hex

#364083
(54,64,131)
0 Favorites   0 Comments

Color spaces of #364083

RGB 5464131
HSL0.650.420.36
HSV232°59°51°
CMYK 0.590.510.00   0.49
XYZ7.45156.089822.2554
Yxy6.08980.20820.1701
Hunter Lab24.677510.7133-36.1964
CIE-Lab29.637917.2806-39.1257

#364083 color RGB value is (54,64,131).

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

The process color (four color CMYK) of #364083 color hex is 0.59, 0.51, 0.00, 0.49. Web safe color of #364083 is #333399. Color #364083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000000 10000011
Octal 66 100 203
Decimal 54 64 131
Hex 36 40 83

RGB Percentages of Color #364083

%21.69
%25.70
%52.61

CMYK Percentages of Color #364083

%59
%51
%0
%49

Triadic Colors of #364083

#364083 #833640 #408336

Analogous Colors of #364083

#364083 #533683 #366783

Monochromatic Colors of #364083

#364083

Complementary Color

#364083 #837936

#364083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364083 Color CSS Codes

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

#364083 Text Font Color

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

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


#364083 Background Color

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

This div background color is #364083


#364083 Border Color

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

This div border color is #364083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364083


Comments

No comments written yet.

Please login to write comment.