Color Hex Logo

#360eb3 Color Hex

#360EB3
(54,14,179)
0 Favorites   0 Comments

Color spaces of #360eb3

RGB 5414179
HSL0.710.850.38
HSV255°92°70°
CMYK 0.700.920.00   0.30
XYZ9.81504.353042.9707
Yxy4.35300.17180.0762
Hunter Lab20.863847.4602-107.5076
CIE-Lab24.805758.6914-76.3467

#360eb3 color RGB value is (54,14,179).

#360eb3 hex color red value is 54, green value is 14 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #360eb3 hue: 0.71 , saturation: 0.85 and the lightness value of 360eb3 is 0.38.

The process color (four color CMYK) of #360eb3 color hex is 0.70, 0.92, 0.00, 0.30. Web safe color of #360eb3 is #3300cc. Color #360eb3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00001110 10110011
Octal 66 16 263
Decimal 54 14 179
Hex 36 E B3

RGB Percentages of Color #360eb3

%21.86
%5.67
%72.47

CMYK Percentages of Color #360eb3

%70
%92
%0
%30

Triadic Colors of #360eb3

#360eb3 #b3360e #0eb336

Analogous Colors of #360eb3

#360eb3 #890eb3 #0e38b3

Monochromatic Colors of #360eb3

#360eb3

Complementary Color

#360eb3 #8bb30e

#360eb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#360eb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#360eb3 Color CSS Codes

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

#360eb3 Text Font Color

<p style="color:#360eb3">Text here</p>

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


#360eb3 Background Color

<div style="background-color:#360eb3">
Div content here</div>

This div background color is #360eb3


#360eb3 Border Color

<div style="border:3px solid #360eb3">
Div here</div>

This div border color is #360eb3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,14,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #360eb3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #360eb3;
  -webkit-box-shadow: 1px 1px 3px 2px #360eb3;
  box-shadow:         1px 1px 3px 2px #360eb3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #360eb3


Comments

No comments written yet.

Please login to write comment.