Color Hex Logo

#365bde Color Hex

#365BDE
(54,91,222)
0 Favorites   0 Comments

Color spaces of #365bde

RGB 5491222
HSL0.630.720.54
HSV227°76°87°
CMYK 0.760.590.00   0.13
XYZ18.447213.540470.7485
Yxy13.54040.17960.1318
Hunter Lab36.797325.0903-88.2362
CIE-Lab43.566532.7383-70.5263

#365bde color RGB value is (54,91,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011011 11011110
Octal 66 133 336
Decimal 54 91 222
Hex 36 5B DE

RGB Percentages of Color #365bde

%14.71
%24.80
%60.49

CMYK Percentages of Color #365bde

%76
%59
%0
%13

Triadic Colors of #365bde

#365bde #de365b #5bde36

Analogous Colors of #365bde

#365bde #6536de #36afde

Monochromatic Colors of #365bde

#365bde

Complementary Color

#365bde #deb936

#365bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#365bde Color CSS Codes

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

#365bde Text Font Color

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

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


#365bde Background Color

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

This div background color is #365bde


#365bde Border Color

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

This div border color is #365bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365bde


Comments

No comments written yet.

Please login to write comment.