Color Hex Logo

#338abb Color Hex

#338ABB
(51,138,187)
0 Favorites   0 Comments

Color spaces of #338abb

RGB 51138187
HSL0.560.570.47
HSV202°73°73°
CMYK 0.730.260.00   0.27
XYZ19.423422.468650.3269
Yxy22.46860.21060.2436
Hunter Lab47.4011-9.8084-29.7690
CIE-Lab54.5207-9.4593-33.0484

#338abb color RGB value is (51,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001010 10111011
Octal 63 212 273
Decimal 51 138 187
Hex 33 8A BB

RGB Percentages of Color #338abb

%13.56
%36.70
%49.73

CMYK Percentages of Color #338abb

%73
%26
%0
%27

Triadic Colors of #338abb

#338abb #bb338a #8abb33

Analogous Colors of #338abb

#338abb #3346bb #33bba8

Monochromatic Colors of #338abb

#338abb

Complementary Color

#338abb #bb6433

#338abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#338abb Color CSS Codes

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

#338abb Text Font Color

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

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


#338abb Background Color

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

This div background color is #338abb


#338abb Border Color

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

This div border color is #338abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,138,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 #338abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338abb


Comments

No comments written yet.

Please login to write comment.