Color Hex Logo

#365adf Color Hex

#365ADF
(54,90,223)
0 Favorites   0 Comments

Color spaces of #365adf

RGB 5490223
HSL0.630.730.54
HSV227°76°87°
CMYK 0.760.600.00   0.13
XYZ18.496813.424371.4283
Yxy13.42430.17900.1299
Hunter Lab36.639225.9947-89.9388
CIE-Lab43.395733.7335-71.3737

#365adf color RGB value is (54,90,223).

#365adf hex color red value is 54, green value is 90 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #365adf hue: 0.63 , saturation: 0.73 and the lightness value of 365adf is 0.54.

The process color (four color CMYK) of #365adf color hex is 0.76, 0.60, 0.00, 0.13. Web safe color of #365adf is #3366cc. Color #365adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 11011111
Octal 66 132 337
Decimal 54 90 223
Hex 36 5A DF

RGB Percentages of Color #365adf

%14.71
%24.52
%60.76

CMYK Percentages of Color #365adf

%76
%60
%0
%13

Triadic Colors of #365adf

#365adf #df365a #5adf36

Analogous Colors of #365adf

#365adf #6736df #36afdf

Monochromatic Colors of #365adf

#365adf

Complementary Color

#365adf #dfbb36

#365adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#365adf Color CSS Codes

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

#365adf Text Font Color

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

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


#365adf Background Color

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

This div background color is #365adf


#365adf Border Color

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

This div border color is #365adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365adf


Comments

No comments written yet.

Please login to write comment.