Color Hex Logo

#365df9 Color Hex

#365DF9
(54,93,249)
0 Favorites   0 Comments

Color spaces of #365df9

RGB 5493249
HSL0.630.940.59
HSV228°78°98°
CMYK 0.780.630.00   0.02
XYZ22.534615.452591.4175
Yxy15.45250.17410.1194
Hunter Lab39.309733.5347-110.3665
CIE-Lab46.247841.1522-81.3535

#365df9 color RGB value is (54,93,249).

#365df9 hex color red value is 54, green value is 93 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #365df9 hue: 0.63 , saturation: 0.94 and the lightness value of 365df9 is 0.59.

The process color (four color CMYK) of #365df9 color hex is 0.78, 0.63, 0.00, 0.02. Web safe color of #365df9 is #3366ff. Color #365df9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011101 11111001
Octal 66 135 371
Decimal 54 93 249
Hex 36 5D F9

RGB Percentages of Color #365df9

%13.64
%23.48
%62.88

CMYK Percentages of Color #365df9

%78
%63
%0
%2

Triadic Colors of #365df9

#365df9 #f9365d #5df936

Analogous Colors of #365df9

#365df9 #7136f9 #36bff9

Monochromatic Colors of #365df9

#365df9

Complementary Color

#365df9 #f9d236

#365df9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365df9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365df9 Color CSS Codes

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

#365df9 Text Font Color

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

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


#365df9 Background Color

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

This div background color is #365df9


#365df9 Border Color

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

This div border color is #365df9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365df9


Comments

No comments written yet.

Please login to write comment.