Color Hex Logo

#363eba Color Hex

#363EBA
(54,62,186)
0 Favorites   0 Comments

Color spaces of #363eba

RGB 5462186
HSL0.660.550.47
HSV236°71°73°
CMYK 0.710.670.00   0.27
XYZ12.10697.774747.3169
Yxy7.77470.18020.1157
Hunter Lab27.883128.7094-81.0952
CIE-Lab33.509238.1737-66.1287

#363eba color RGB value is (54,62,186).

#363eba hex color red value is 54, green value is 62 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #363eba hue: 0.66 , saturation: 0.55 and the lightness value of 363eba is 0.47.

The process color (four color CMYK) of #363eba color hex is 0.71, 0.67, 0.00, 0.27. Web safe color of #363eba is #3333cc. Color #363eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111110 10111010
Octal 66 76 272
Decimal 54 62 186
Hex 36 3E BA

RGB Percentages of Color #363eba

%17.88
%20.53
%61.59

CMYK Percentages of Color #363eba

%71
%67
%0
%27

Triadic Colors of #363eba

#363eba #ba363e #3eba36

Analogous Colors of #363eba

#363eba #7036ba #3680ba

Monochromatic Colors of #363eba

#363eba

Complementary Color

#363eba #bab236

#363eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#363eba Color CSS Codes

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

#363eba Text Font Color

<p style="color:#363eba">Text here</p>

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


#363eba Background Color

<div style="background-color:#363eba">
Div content here</div>

This div background color is #363eba


#363eba Border Color

<div style="border:3px solid #363eba">
Div here</div>

This div border color is #363eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,62,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #363eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #363eba;
  -webkit-box-shadow: 1px 1px 3px 2px #363eba;
  box-shadow:         1px 1px 3px 2px #363eba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363eba


Comments

No comments written yet.

Please login to write comment.