Color Hex Logo

#364398 Color Hex

#364398
(54,67,152)
0 Favorites   0 Comments

Color spaces of #364398

RGB 5467152
HSL0.640.480.40
HSV232°64°60°
CMYK 0.640.560.00   0.40
XYZ9.19607.065630.5849
Yxy7.06560.19630.1508
Hunter Lab26.581215.2366-49.6135
CIE-Lab31.955822.8332-48.2998

#364398 color RGB value is (54,67,152).

#364398 hex color red value is 54, green value is 67 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #364398 hue: 0.64 , saturation: 0.48 and the lightness value of 364398 is 0.40.

The process color (four color CMYK) of #364398 color hex is 0.64, 0.56, 0.00, 0.40. Web safe color of #364398 is #333399. Color #364398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000011 10011000
Octal 66 103 230
Decimal 54 67 152
Hex 36 43 98

RGB Percentages of Color #364398

%19.78
%24.54
%55.68

CMYK Percentages of Color #364398

%64
%56
%0
%40

Triadic Colors of #364398

#364398 #983643 #439836

Analogous Colors of #364398

#364398 #5a3698 #367498

Monochromatic Colors of #364398

#364398

Complementary Color

#364398 #988b36

#364398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364398 Color CSS Codes

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

#364398 Text Font Color

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

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


#364398 Background Color

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

This div background color is #364398


#364398 Border Color

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

This div border color is #364398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364398


Comments

No comments written yet.

Please login to write comment.