Color Hex Logo

#365ffc Color Hex

#365FFC
(54,95,252)
0 Favorites   0 Comments

Color spaces of #365ffc

RGB 5495252
HSL0.630.970.60
HSV228°79°99°
CMYK 0.790.620.00   0.01
XYZ23.184215.997093.9612
Yxy15.99700.17410.1201
Hunter Lab39.996233.4758-111.2897
CIE-Lab46.970640.9826-81.8414

#365ffc color RGB value is (54,95,252).

#365ffc hex color red value is 54, green value is 95 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #365ffc hue: 0.63 , saturation: 0.97 and the lightness value of 365ffc is 0.60.

The process color (four color CMYK) of #365ffc color hex is 0.79, 0.62, 0.00, 0.01. Web safe color of #365ffc is #3366ff. Color #365ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011111 11111100
Octal 66 137 374
Decimal 54 95 252
Hex 36 5F FC

RGB Percentages of Color #365ffc

%13.47
%23.69
%62.84

CMYK Percentages of Color #365ffc

%79
%62
%0
%1

Triadic Colors of #365ffc

#365ffc #fc365f #5ffc36

Analogous Colors of #365ffc

#365ffc #7036fc #36c2fc

Monochromatic Colors of #365ffc

#365ffc

Complementary Color

#365ffc #fcd336

#365ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#365ffc Color CSS Codes

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

#365ffc Text Font Color

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

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


#365ffc Background Color

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

This div background color is #365ffc


#365ffc Border Color

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

This div border color is #365ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365ffc


Comments

No comments written yet.

Please login to write comment.