Color Hex Logo

#364868 Color Hex

#364868
(54,72,104)
0 Favorites   0 Comments

Color spaces of #364868

RGB 5472104
HSL0.610.320.31
HSV218°48°41°
CMYK 0.480.310.00   0.59
XYZ6.33746.418514.0016
Yxy6.41850.23680.2399
Hunter Lab25.33480.3153-15.0331
CIE-Lab30.44472.5575-20.8721

#364868 color RGB value is (54,72,104).

#364868 hex color red value is 54, green value is 72 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #364868 hue: 0.61 , saturation: 0.32 and the lightness value of 364868 is 0.31.

The process color (four color CMYK) of #364868 color hex is 0.48, 0.31, 0.00, 0.59. Web safe color of #364868 is #333366. Color #364868 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001000 01101000
Octal 66 110 150
Decimal 54 72 104
Hex 36 48 68

RGB Percentages of Color #364868

%23.48
%31.30
%45.22

CMYK Percentages of Color #364868

%48
%31
%0
%59

Triadic Colors of #364868

#364868 #683648 #486836

Analogous Colors of #364868

#364868 #3d3668 #366168

Monochromatic Colors of #364868

#364868

Complementary Color

#364868 #685636

#364868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364868 Color CSS Codes

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

#364868 Text Font Color

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

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


#364868 Background Color

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

This div background color is #364868


#364868 Border Color

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

This div border color is #364868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364868


Comments

No comments written yet.

Please login to write comment.