Color Hex Logo

#364bde Color Hex

#364BDE
(54,75,222)
0 Favorites   0 Comments

Color spaces of #364bde

RGB 5475222
HSL0.650.720.54
HSV233°76°87°
CMYK 0.760.660.00   0.13
XYZ17.222211.090470.3402
Yxy11.09040.17460.1124
Hunter Lab33.302334.0320-101.9193
CIE-Lab39.732342.7096-76.8030

#364bde color RGB value is (54,75,222).

#364bde hex color red value is 54, green value is 75 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #364bde hue: 0.65 , saturation: 0.72 and the lightness value of 364bde is 0.54.

The process color (four color CMYK) of #364bde color hex is 0.76, 0.66, 0.00, 0.13. Web safe color of #364bde is #3333cc. Color #364bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001011 11011110
Octal 66 113 336
Decimal 54 75 222
Hex 36 4B DE

RGB Percentages of Color #364bde

%15.38
%21.37
%63.25

CMYK Percentages of Color #364bde

%76
%66
%0
%13

Triadic Colors of #364bde

#364bde #de364b #4bde36

Analogous Colors of #364bde

#364bde #7536de #369fde

Monochromatic Colors of #364bde

#364bde

Complementary Color

#364bde #dec936

#364bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#364bde Color CSS Codes

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

#364bde Text Font Color

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

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


#364bde Background Color

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

This div background color is #364bde


#364bde Border Color

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

This div border color is #364bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364bde


Comments

No comments written yet.

Please login to write comment.