Color Hex Logo

#367eda Color Hex

#367EDA
(54,126,218)
0 Favorites   0 Comments

Color spaces of #367eda

RGB 54126218
HSL0.590.690.53
HSV214°75°85°
CMYK 0.750.420.00   0.15
XYZ21.637120.767969.1979
Yxy20.76790.19390.1861
Hunter Lab45.57184.9996-58.1278
CIE-Lab52.69459.2006-53.5133

#367eda color RGB value is (54,126,218).

#367eda hex color red value is 54, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #367eda hue: 0.59 , saturation: 0.69 and the lightness value of 367eda is 0.53.

The process color (four color CMYK) of #367eda color hex is 0.75, 0.42, 0.00, 0.15. Web safe color of #367eda is #3366cc. Color #367eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111110 11011010
Octal 66 176 332
Decimal 54 126 218
Hex 36 7E DA

RGB Percentages of Color #367eda

%13.57
%31.66
%54.77

CMYK Percentages of Color #367eda

%75
%42
%0
%15

Triadic Colors of #367eda

#367eda #da367e #7eda36

Analogous Colors of #367eda

#367eda #4036da #36d0da

Monochromatic Colors of #367eda

#367eda

Complementary Color

#367eda #da9236

#367eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#367eda Color CSS Codes

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

#367eda Text Font Color

<p style="color:#367eda">Text here</p>

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


#367eda Background Color

<div style="background-color:#367eda">
Div content here</div>

This div background color is #367eda


#367eda Border Color

<div style="border:3px solid #367eda">
Div here</div>

This div border color is #367eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,126,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #367eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #367eda;
  -webkit-box-shadow: 1px 1px 3px 2px #367eda;
  box-shadow:         1px 1px 3px 2px #367eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367eda


Comments

No comments written yet.

Please login to write comment.