Color Hex Logo

#365feb Color Hex

#365FEB
(54,95,235)
0 Favorites   0 Comments

Color spaces of #365feb

RGB 5495235
HSL0.630.820.57
HSV226°77°92°
CMYK 0.770.600.00   0.08
XYZ20.608914.966880.3999
Yxy14.96680.17770.1291
Hunter Lab38.686927.3865-96.1367
CIE-Lab45.588734.9146-74.5835

#365feb color RGB value is (54,95,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011111 11101011
Octal 66 137 353
Decimal 54 95 235
Hex 36 5F EB

RGB Percentages of Color #365feb

%14.06
%24.74
%61.20

CMYK Percentages of Color #365feb

%77
%60
%0
%8

Triadic Colors of #365feb

#365feb #eb365f #5feb36

Analogous Colors of #365feb

#365feb #6836eb #36baeb

Monochromatic Colors of #365feb

#365feb

Complementary Color

#365feb #ebc236

#365feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#365feb Color CSS Codes

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

#365feb Text Font Color

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

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


#365feb Background Color

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

This div background color is #365feb


#365feb Border Color

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

This div border color is #365feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365feb


Comments

No comments written yet.

Please login to write comment.