Color Hex Logo

#365cff Color Hex

#365CFF
(54,92,255)
0 Favorites   0 Comments

Color spaces of #365cff

RGB 5492255
HSL0.641.000.61
HSV229°79°100°
CMYK 0.790.640.00   0.00
XYZ23.398515.658696.3969
Yxy15.65860.17270.1156
Hunter Lab39.570936.2988-116.7339
CIE-Lab46.523443.8697-84.2437

#365cff color RGB value is (54,92,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011100 11111111
Octal 66 134 377
Decimal 54 92 255
Hex 36 5C FF

RGB Percentages of Color #365cff

%13.47
%22.94
%63.59

CMYK Percentages of Color #365cff

%79
%64
%0
%0

Triadic Colors of #365cff

#365cff #ff365c #5cff36

Analogous Colors of #365cff

#365cff #7536ff #36c1ff

Monochromatic Colors of #365cff

#365cff

Complementary Color

#365cff #ffd936

#365cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#365cff Color CSS Codes

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

#365cff Text Font Color

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

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


#365cff Background Color

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

This div background color is #365cff


#365cff Border Color

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

This div border color is #365cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365cff

Related Colors


Comments

No comments written yet.

Please login to write comment.