Color Hex Logo

#369bdd Color Hex

#369BDD
(54,155,221)
0 Favorites   0 Comments

Color spaces of #369bdd

RGB 54155221
HSL0.570.710.54
HSV204°76°87°
CMYK 0.760.300.00   0.13
XYZ26.293829.447472.7047
Yxy29.44740.20470.2293
Hunter Lab54.2655-8.4741-41.4507
CIE-Lab61.1745-6.8556-41.7497

#369bdd color RGB value is (54,155,221).

#369bdd hex color red value is 54, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #369bdd hue: 0.57 , saturation: 0.71 and the lightness value of 369bdd is 0.54.

The process color (four color CMYK) of #369bdd color hex is 0.76, 0.30, 0.00, 0.13. Web safe color of #369bdd is #3399cc. Color #369bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011011 11011101
Octal 66 233 335
Decimal 54 155 221
Hex 36 9B DD

RGB Percentages of Color #369bdd

%12.56
%36.05
%51.40

CMYK Percentages of Color #369bdd

%76
%30
%0
%13

Triadic Colors of #369bdd

#369bdd #dd369b #9bdd36

Analogous Colors of #369bdd

#369bdd #3647dd #36ddcc

Monochromatic Colors of #369bdd

#369bdd

Complementary Color

#369bdd #dd7836

#369bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#369bdd Color CSS Codes

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

#369bdd Text Font Color

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

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


#369bdd Background Color

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

This div background color is #369bdd


#369bdd Border Color

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

This div border color is #369bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369bdd


Comments

No comments written yet.

Please login to write comment.