Color Hex Logo

#365bff Color Hex

#365BFF
(54,91,255)
0 Favorites   0 Comments

Color spaces of #365bff

RGB 5491255
HSL0.641.000.61
HSV229°79°100°
CMYK 0.790.640.00   0.00
XYZ23.312415.486496.3682
Yxy15.48640.17250.1146
Hunter Lab39.352836.8753-117.6442
CIE-Lab46.293344.4764-84.6213

#365bff color RGB value is (54,91,255).

#365bff hex color red value is 54, green value is 91 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #365bff hue: 0.64 , saturation: 1.00 and the lightness value of 365bff is 0.61.

The process color (four color CMYK) of #365bff color hex is 0.79, 0.64, 0.00, 0.00. Web safe color of #365bff is #3366ff. Color #365bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011011 11111111
Octal 66 133 377
Decimal 54 91 255
Hex 36 5B FF

RGB Percentages of Color #365bff

%13.50
%22.75
%63.75

CMYK Percentages of Color #365bff

%79
%64
%0
%0

Triadic Colors of #365bff

#365bff #ff365b #5bff36

Analogous Colors of #365bff

#365bff #7636ff #36c0ff

Monochromatic Colors of #365bff

#365bff

Complementary Color

#365bff #ffda36

#365bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#365bff Color CSS Codes

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

#365bff Text Font Color

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

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


#365bff Background Color

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

This div background color is #365bff


#365bff Border Color

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

This div border color is #365bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365bff

Related Colors


Comments

No comments written yet.

Please login to write comment.