Color Hex Logo

#365afa Color Hex

#365AFA
(54,90,250)
0 Favorites   0 Comments

Color spaces of #365afa

RGB 5490250
HSL0.640.950.60
HSV229°78°98°
CMYK 0.780.640.00   0.02
XYZ22.432814.998792.1552
Yxy14.99870.17310.1157
Hunter Lab38.728235.6196-113.9732
CIE-Lab45.632443.3382-82.9207

#365afa color RGB value is (54,90,250).

#365afa hex color red value is 54, green value is 90 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #365afa hue: 0.64 , saturation: 0.95 and the lightness value of 365afa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 11111010
Octal 66 132 372
Decimal 54 90 250
Hex 36 5A FA

RGB Percentages of Color #365afa

%13.71
%22.84
%63.45

CMYK Percentages of Color #365afa

%78
%64
%0
%2

Triadic Colors of #365afa

#365afa #fa365a #5afa36

Analogous Colors of #365afa

#365afa #7436fa #36bcfa

Monochromatic Colors of #365afa

#365afa

Complementary Color

#365afa #fad636

#365afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#365afa Color CSS Codes

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

#365afa Text Font Color

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

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


#365afa Background Color

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

This div background color is #365afa


#365afa Border Color

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

This div border color is #365afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365afa


Comments

No comments written yet.

Please login to write comment.