Color Hex Logo

#368ad9 Color Hex

#368AD9
(54,138,217)
0 Favorites   0 Comments

Color spaces of #368ad9

RGB 54138217
HSL0.580.680.53
HSV209°75°85°
CMYK 0.750.360.00   0.15
XYZ23.134223.971069.0532
Yxy23.97100.19920.2064
Hunter Lab48.9602-1.3372-49.3502
CIE-Lab56.05871.5846-47.5930

#368ad9 color RGB value is (54,138,217).

#368ad9 hex color red value is 54, green value is 138 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #368ad9 hue: 0.58 , saturation: 0.68 and the lightness value of 368ad9 is 0.53.

The process color (four color CMYK) of #368ad9 color hex is 0.75, 0.36, 0.00, 0.15. Web safe color of #368ad9 is #3399cc. Color #368ad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001010 11011001
Octal 66 212 331
Decimal 54 138 217
Hex 36 8A D9

RGB Percentages of Color #368ad9

%13.20
%33.74
%53.06

CMYK Percentages of Color #368ad9

%75
%36
%0
%15

Triadic Colors of #368ad9

#368ad9 #d9368a #8ad936

Analogous Colors of #368ad9

#368ad9 #3639d9 #36d9d7

Monochromatic Colors of #368ad9

#368ad9

Complementary Color

#368ad9 #d98536

#368ad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368ad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368ad9 Color CSS Codes

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

#368ad9 Text Font Color

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

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


#368ad9 Background Color

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

This div background color is #368ad9


#368ad9 Border Color

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

This div border color is #368ad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368ad9


Comments

No comments written yet.

Please login to write comment.