Color Hex Logo

#369beb Color Hex

#369BEB
(54,155,235)
0 Favorites   0 Comments

Color spaces of #369beb

RGB 54155235
HSL0.570.820.57
HSV207°77°92°
CMYK 0.770.340.00   0.08
XYZ28.238130.225182.9430
Yxy30.22510.19970.2137
Hunter Lab54.9774-4.5272-50.9652
CIE-Lab61.8480-1.9185-48.4365

#369beb color RGB value is (54,155,235).

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

The process color (four color CMYK) of #369beb color hex is 0.77, 0.34, 0.00, 0.08. Web safe color of #369beb is #3399ff. Color #369beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011011 11101011
Octal 66 233 353
Decimal 54 155 235
Hex 36 9B EB

RGB Percentages of Color #369beb

%12.16
%34.91
%52.93

CMYK Percentages of Color #369beb

%77
%34
%0
%8

Triadic Colors of #369beb

#369beb #eb369b #9beb36

Analogous Colors of #369beb

#369beb #3640eb #36ebe1

Monochromatic Colors of #369beb

#369beb

Complementary Color

#369beb #eb8636

#369beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#369beb Color CSS Codes

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

#369beb Text Font Color

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

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


#369beb Background Color

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

This div background color is #369beb


#369beb Border Color

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

This div border color is #369beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369beb


Comments

No comments written yet.

Please login to write comment.