Color Hex Logo

#358abb Color Hex

#358ABB
(53,138,187)
0 Favorites   0 Comments

Color spaces of #358abb

RGB 53138187
HSL0.560.560.47
HSV202°72°73°
CMYK 0.720.260.00   0.27
XYZ19.526322.521750.3317
Yxy22.52170.21140.2438
Hunter Lab47.4570-9.6056-29.6615
CIE-Lab54.5762-9.1794-32.9576

#358abb color RGB value is (53,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001010 10111011
Octal 65 212 273
Decimal 53 138 187
Hex 35 8A BB

RGB Percentages of Color #358abb

%14.02
%36.51
%49.47

CMYK Percentages of Color #358abb

%72
%26
%0
%27

Triadic Colors of #358abb

#358abb #bb358a #8abb35

Analogous Colors of #358abb

#358abb #3547bb #35bba9

Monochromatic Colors of #358abb

#358abb

Complementary Color

#358abb #bb6635

#358abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#358abb Color CSS Codes

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

#358abb Text Font Color

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

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


#358abb Background Color

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

This div background color is #358abb


#358abb Border Color

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

This div border color is #358abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358abb


Comments

No comments written yet.

Please login to write comment.