Color Hex Logo

#365afb Color Hex

#365AFB
(54,90,251)
0 Favorites   0 Comments

Color spaces of #365afb

RGB 5490251
HSL0.640.960.60
HSV229°78°98°
CMYK 0.780.640.00   0.02
XYZ22.590115.061692.9833
Yxy15.06160.17290.1153
Hunter Lab38.809335.9850-114.8867
CIE-Lab45.718543.6879-83.3373

#365afb color RGB value is (54,90,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 11111011
Octal 66 132 373
Decimal 54 90 251
Hex 36 5A FB

RGB Percentages of Color #365afb

%13.67
%22.78
%63.54

CMYK Percentages of Color #365afb

%78
%64
%0
%2

Triadic Colors of #365afb

#365afb #fb365a #5afb36

Analogous Colors of #365afb

#365afb #7536fb #36bdfb

Monochromatic Colors of #365afb

#365afb

Complementary Color

#365afb #fbd736

#365afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#365afb Color CSS Codes

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

#365afb Text Font Color

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

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


#365afb Background Color

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

This div background color is #365afb


#365afb Border Color

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

This div border color is #365afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365afb


Comments

No comments written yet.

Please login to write comment.