Color Hex Logo

#365adc Color Hex

#365ADC
(54,90,220)
0 Favorites   0 Comments

Color spaces of #365adc

RGB 5490220
HSL0.630.700.54
HSV227°75°86°
CMYK 0.750.590.00   0.14
XYZ18.095813.263969.3166
Yxy13.26390.17970.1317
Hunter Lab36.419624.9568-87.3515
CIE-Lab43.158232.6480-70.0535

#365adc color RGB value is (54,90,220).

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

The process color (four color CMYK) of #365adc color hex is 0.75, 0.59, 0.00, 0.14. Web safe color of #365adc is #3366cc. Color #365adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 11011100
Octal 66 132 334
Decimal 54 90 220
Hex 36 5A DC

RGB Percentages of Color #365adc

%14.84
%24.73
%60.44

CMYK Percentages of Color #365adc

%75
%59
%0
%14

Triadic Colors of #365adc

#365adc #dc365a #5adc36

Analogous Colors of #365adc

#365adc #6536dc #36addc

Monochromatic Colors of #365adc

#365adc

Complementary Color

#365adc #dcb836

#365adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#365adc Color CSS Codes

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

#365adc Text Font Color

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

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


#365adc Background Color

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

This div background color is #365adc


#365adc Border Color

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

This div border color is #365adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365adc


Comments

No comments written yet.

Please login to write comment.