Color Hex Logo

#338fbb Color Hex

#338FBB
(51,143,187)
0 Favorites   0 Comments

Color spaces of #338fbb

RGB 51143187
HSL0.550.570.47
HSV199°73°73°
CMYK 0.730.240.00   0.27
XYZ20.157323.936650.5715
Yxy23.93660.21290.2529
Hunter Lab48.9250-12.0762-27.0377
CIE-Lab56.0243-12.2766-30.7062

#338fbb color RGB value is (51,143,187).

#338fbb hex color red value is 51, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #338fbb hue: 0.55 , saturation: 0.57 and the lightness value of 338fbb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001111 10111011
Octal 63 217 273
Decimal 51 143 187
Hex 33 8F BB

RGB Percentages of Color #338fbb

%13.39
%37.53
%49.08

CMYK Percentages of Color #338fbb

%73
%24
%0
%27

Triadic Colors of #338fbb

#338fbb #bb338f #8fbb33

Analogous Colors of #338fbb

#338fbb #334bbb #33bba3

Monochromatic Colors of #338fbb

#338fbb

Complementary Color

#338fbb #bb5f33

#338fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#338fbb Color CSS Codes

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

#338fbb Text Font Color

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

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


#338fbb Background Color

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

This div background color is #338fbb


#338fbb Border Color

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

This div border color is #338fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338fbb


Comments

No comments written yet.

Please login to write comment.