Color Hex Logo

#368faf Color Hex

#368FAF
(54,143,175)
0 Favorites   0 Comments

Color spaces of #368faf

RGB 54143175
HSL0.540.530.45
HSV196°69°69°
CMYK 0.690.180.00   0.31
XYZ19.081623.524344.0924
Yxy23.52430.22010.2713
Hunter Lab48.5019-14.6528-19.9485
CIE-Lab55.6083-15.8851-24.5042

#368faf color RGB value is (54,143,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001111 10101111
Octal 66 217 257
Decimal 54 143 175
Hex 36 8F AF

RGB Percentages of Color #368faf

%14.52
%38.44
%47.04

CMYK Percentages of Color #368faf

%69
%18
%0
%31

Triadic Colors of #368faf

#368faf #af368f #8faf36

Analogous Colors of #368faf

#368faf #3653af #36af93

Monochromatic Colors of #368faf

#368faf

Complementary Color

#368faf #af5636

#368faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#368faf Color CSS Codes

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

#368faf Text Font Color

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

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


#368faf Background Color

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

This div background color is #368faf


#368faf Border Color

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

This div border color is #368faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,143,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 #368faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368faf


Comments

No comments written yet.

Please login to write comment.