Color Hex Logo

#338bbe Color Hex

#338BBE
(51,139,190)
0 Favorites   0 Comments

Color spaces of #338bbe

RGB 51139190
HSL0.560.580.47
HSV202°73°75°
CMYK 0.730.270.00   0.25
XYZ19.892122.886852.0844
Yxy22.88680.20970.2413
Hunter Lab47.8402-9.4993-31.0619
CIE-Lab54.9555-8.9835-34.0781

#338bbe color RGB value is (51,139,190).

#338bbe hex color red value is 51, green value is 139 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #338bbe hue: 0.56 , saturation: 0.58 and the lightness value of 338bbe is 0.47.

The process color (four color CMYK) of #338bbe color hex is 0.73, 0.27, 0.00, 0.25. Web safe color of #338bbe is #3399cc. Color #338bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001011 10111110
Octal 63 213 276
Decimal 51 139 190
Hex 33 8B BE

RGB Percentages of Color #338bbe

%13.42
%36.58
%50.00

CMYK Percentages of Color #338bbe

%73
%27
%0
%25

Triadic Colors of #338bbe

#338bbe #be338b #8bbe33

Analogous Colors of #338bbe

#338bbe #3346be #33beac

Monochromatic Colors of #338bbe

#338bbe

Complementary Color

#338bbe #be6633

#338bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#338bbe Color CSS Codes

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

#338bbe Text Font Color

<p style="color:#338bbe">Text here</p>

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


#338bbe Background Color

<div style="background-color:#338bbe">
Div content here</div>

This div background color is #338bbe


#338bbe Border Color

<div style="border:3px solid #338bbe">
Div here</div>

This div border color is #338bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,139,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #338bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #338bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #338bbe;
  box-shadow:         1px 1px 3px 2px #338bbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,139,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338bbe


Comments

No comments written yet.

Please login to write comment.