Color Hex Logo

#368eaf Color Hex

#368EAF
(54,142,175)
0 Favorites   0 Comments

Color spaces of #368eaf

RGB 54142175
HSL0.550.530.45
HSV196°69°69°
CMYK 0.690.190.00   0.31
XYZ18.932223.225444.0426
Yxy23.22540.21960.2694
Hunter Lab48.1927-14.2147-20.4493
CIE-Lab55.3038-15.3384-24.9737

#368eaf color RGB value is (54,142,175).

#368eaf hex color red value is 54, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #368eaf hue: 0.55 , saturation: 0.53 and the lightness value of 368eaf is 0.45.

The process color (four color CMYK) of #368eaf color hex is 0.69, 0.19, 0.00, 0.31. Web safe color of #368eaf is #339999. Color #368eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001110 10101111
Octal 66 216 257
Decimal 54 142 175
Hex 36 8E AF

RGB Percentages of Color #368eaf

%14.56
%38.27
%47.17

CMYK Percentages of Color #368eaf

%69
%19
%0
%31

Triadic Colors of #368eaf

#368eaf #af368e #8eaf36

Analogous Colors of #368eaf

#368eaf #3652af #36af94

Monochromatic Colors of #368eaf

#368eaf

Complementary Color

#368eaf #af5736

#368eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#368eaf Color CSS Codes

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

#368eaf Text Font Color

<p style="color:#368eaf">Text here</p>

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


#368eaf Background Color

<div style="background-color:#368eaf">
Div content here</div>

This div background color is #368eaf


#368eaf Border Color

<div style="border:3px solid #368eaf">
Div here</div>

This div border color is #368eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,142,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #368eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #368eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #368eaf;
  box-shadow:         1px 1px 3px 2px #368eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368eaf


Comments

No comments written yet.

Please login to write comment.