Color Hex Logo

#365aeb Color Hex

#365AEB
(54,90,235)
0 Favorites   0 Comments

Color spaces of #365aeb

RGB 5490235
HSL0.630.820.57
HSV228°77°92°
CMYK 0.770.620.00   0.08
XYZ20.172914.094880.2546
Yxy14.09480.17610.1231
Hunter Lab37.543030.2126-100.4623
CIE-Lab44.368638.0403-76.5782

#365aeb color RGB value is (54,90,235).

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

The process color (four color CMYK) of #365aeb color hex is 0.77, 0.62, 0.00, 0.08. Web safe color of #365aeb is #3366ff. Color #365aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 11101011
Octal 66 132 353
Decimal 54 90 235
Hex 36 5A EB

RGB Percentages of Color #365aeb

%14.25
%23.75
%62.01

CMYK Percentages of Color #365aeb

%77
%62
%0
%8

Triadic Colors of #365aeb

#365aeb #eb365a #5aeb36

Analogous Colors of #365aeb

#365aeb #6d36eb #36b5eb

Monochromatic Colors of #365aeb

#365aeb

Complementary Color

#365aeb #ebc736

#365aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#365aeb Color CSS Codes

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

#365aeb Text Font Color

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

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


#365aeb Background Color

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

This div background color is #365aeb


#365aeb Border Color

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

This div border color is #365aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365aeb


Comments

No comments written yet.

Please login to write comment.