Color Hex Logo

#364ceb Color Hex

#364CEB
(54,76,235)
0 Favorites   0 Comments

Color spaces of #364ceb

RGB 5476235
HSL0.650.820.57
HSV233°77°92°
CMYK 0.770.680.00   0.08
XYZ19.101211.951379.8974
Yxy11.95130.17220.1077
Hunter Lab34.570738.1273-112.8277
CIE-Lab41.138646.5846-81.8786

#364ceb color RGB value is (54,76,235).

#364ceb hex color red value is 54, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #364ceb hue: 0.65 , saturation: 0.82 and the lightness value of 364ceb is 0.57.

The process color (four color CMYK) of #364ceb color hex is 0.77, 0.68, 0.00, 0.08. Web safe color of #364ceb is #3333ff. Color #364ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001100 11101011
Octal 66 114 353
Decimal 54 76 235
Hex 36 4C EB

RGB Percentages of Color #364ceb

%14.79
%20.82
%64.38

CMYK Percentages of Color #364ceb

%77
%68
%0
%8

Triadic Colors of #364ceb

#364ceb #eb364c #4ceb36

Analogous Colors of #364ceb

#364ceb #7b36eb #36a7eb

Monochromatic Colors of #364ceb

#364ceb

Complementary Color

#364ceb #ebd536

#364ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#364ceb Color CSS Codes

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

#364ceb Text Font Color

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

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


#364ceb Background Color

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

This div background color is #364ceb


#364ceb Border Color

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

This div border color is #364ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364ceb


Comments

No comments written yet.

Please login to write comment.