Color Hex Logo

#369cdb Color Hex

#369CDB
(54,156,219)
0 Favorites   0 Comments

Color spaces of #369cdb

RGB 54156219
HSL0.560.700.54
HSV203°75°86°
CMYK 0.750.290.00   0.14
XYZ26.196029.675771.3651
Yxy29.67570.20590.2332
Hunter Lab54.4754-9.4953-39.5396
CIE-Lab61.3734-8.1175-40.3264

#369cdb color RGB value is (54,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011100 11011011
Octal 66 234 333
Decimal 54 156 219
Hex 36 9C DB

RGB Percentages of Color #369cdb

%12.59
%36.36
%51.05

CMYK Percentages of Color #369cdb

%75
%29
%0
%14

Triadic Colors of #369cdb

#369cdb #db369c #9cdb36

Analogous Colors of #369cdb

#369cdb #364adb #36dbc8

Monochromatic Colors of #369cdb

#369cdb

Complementary Color

#369cdb #db7536

#369cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#369cdb Color CSS Codes

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

#369cdb Text Font Color

<p style="color:#369cdb">Text here</p>

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


#369cdb Background Color

<div style="background-color:#369cdb">
Div content here</div>

This div background color is #369cdb


#369cdb Border Color

<div style="border:3px solid #369cdb">
Div here</div>

This div border color is #369cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369cdb

#369cdb Color Palettes


Comments

No comments written yet.

Please login to write comment.