Color Hex Logo

#368ba4 Color Hex

#368BA4
(54,139,164)
0 Favorites   0 Comments

Color spaces of #368ba4

RGB 54139164
HSL0.540.500.43
HSV194°67°64°
CMYK 0.670.150.00   0.36
XYZ17.454821.929838.4349
Yxy21.92980.22430.2818
Hunter Lab46.8293-15.4184-15.8815
CIE-Lab53.9524-17.3160-20.7389

#368ba4 color RGB value is (54,139,164).

#368ba4 hex color red value is 54, green value is 139 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #368ba4 hue: 0.54 , saturation: 0.50 and the lightness value of 368ba4 is 0.43.

The process color (four color CMYK) of #368ba4 color hex is 0.67, 0.15, 0.00, 0.36. Web safe color of #368ba4 is #339999. Color #368ba4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001011 10100100
Octal 66 213 244
Decimal 54 139 164
Hex 36 8B A4

RGB Percentages of Color #368ba4

%15.13
%38.94
%45.94

CMYK Percentages of Color #368ba4

%67
%15
%0
%36

Triadic Colors of #368ba4

#368ba4 #a4368b #8ba436

Analogous Colors of #368ba4

#368ba4 #3654a4 #36a486

Monochromatic Colors of #368ba4

#368ba4

Complementary Color

#368ba4 #a44f36

#368ba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368ba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368ba4 Color CSS Codes

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

#368ba4 Text Font Color

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

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


#368ba4 Background Color

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

This div background color is #368ba4


#368ba4 Border Color

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

This div border color is #368ba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368ba4


Comments

No comments written yet.

Please login to write comment.