Color Hex Logo

#364bae Color Hex

#364BAE
(54,75,174)
0 Favorites   0 Comments

Color spaces of #364bae

RGB 5475174
HSL0.640.530.45
HSV230°69°68°
CMYK 0.690.570.00   0.32
XYZ11.67748.872441.1415
Yxy8.87240.18930.1438
Hunter Lab29.786617.8519-61.0413
CIE-Lab35.737525.5583-55.3870

#364bae color RGB value is (54,75,174).

#364bae hex color red value is 54, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #364bae hue: 0.64 , saturation: 0.53 and the lightness value of 364bae is 0.45.

The process color (four color CMYK) of #364bae color hex is 0.69, 0.57, 0.00, 0.32. Web safe color of #364bae is #333399. Color #364bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001011 10101110
Octal 66 113 256
Decimal 54 75 174
Hex 36 4B AE

RGB Percentages of Color #364bae

%17.82
%24.75
%57.43

CMYK Percentages of Color #364bae

%69
%57
%0
%32

Triadic Colors of #364bae

#364bae #ae364b #4bae36

Analogous Colors of #364bae

#364bae #5d36ae #3687ae

Monochromatic Colors of #364bae

#364bae

Complementary Color

#364bae #ae9936

#364bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#364bae Color CSS Codes

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

#364bae Text Font Color

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

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


#364bae Background Color

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

This div background color is #364bae


#364bae Border Color

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

This div border color is #364bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,75,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #364bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #364bae;
  -webkit-box-shadow: 1px 1px 3px 2px #364bae;
  box-shadow:         1px 1px 3px 2px #364bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364bae


Comments

No comments written yet.

Please login to write comment.