Color Hex Logo

#364098 Color Hex

#364098
(54,64,152)
0 Favorites   0 Comments

Color spaces of #364098

RGB 5464152
HSL0.650.480.40
HSV234°64°60°
CMYK 0.640.580.00   0.40
XYZ9.02226.718130.5270
Yxy6.71810.19500.1452
Hunter Lab25.919316.7750-51.6865
CIE-Lab31.156324.8238-49.5955

#364098 color RGB value is (54,64,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000000 10011000
Octal 66 100 230
Decimal 54 64 152
Hex 36 40 98

RGB Percentages of Color #364098

%20.00
%23.70
%56.30

CMYK Percentages of Color #364098

%64
%58
%0
%40

Triadic Colors of #364098

#364098 #983640 #409836

Analogous Colors of #364098

#364098 #5d3698 #367198

Monochromatic Colors of #364098

#364098

Complementary Color

#364098 #988e36

#364098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364098 Color CSS Codes

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

#364098 Text Font Color

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

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


#364098 Background Color

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

This div background color is #364098


#364098 Border Color

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

This div border color is #364098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364098


Comments

No comments written yet.

Please login to write comment.