Color Hex Logo

#368adb Color Hex

#368ADB
(54,138,219)
0 Favorites   0 Comments

Color spaces of #368adb

RGB 54138219
HSL0.580.700.54
HSV209°75°86°
CMYK 0.750.370.00   0.14
XYZ23.396024.075770.4318
Yxy24.07570.19840.2042
Hunter Lab49.0670-0.7553-50.7592
CIE-Lab56.16352.3062-48.5483

#368adb color RGB value is (54,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001010 11011011
Octal 66 212 333
Decimal 54 138 219
Hex 36 8A DB

RGB Percentages of Color #368adb

%13.14
%33.58
%53.28

CMYK Percentages of Color #368adb

%75
%37
%0
%14

Triadic Colors of #368adb

#368adb #db368a #8adb36

Analogous Colors of #368adb

#368adb #3637db #36dbda

Monochromatic Colors of #368adb

#368adb

Complementary Color

#368adb #db8736

#368adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#368adb Color CSS Codes

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

#368adb Text Font Color

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

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


#368adb Background Color

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

This div background color is #368adb


#368adb Border Color

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

This div border color is #368adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368adb


Comments

No comments written yet.

Please login to write comment.