Color Hex Logo

#358cbb Color Hex

#358CBB
(53,140,187)
0 Favorites   0 Comments

Color spaces of #358cbb

RGB 53140187
HSL0.560.560.47
HSV201°72°73°
CMYK 0.720.250.00   0.27
XYZ19.815923.100950.4282
Yxy23.10090.21230.2475
Hunter Lab48.0634-10.5178-28.5628
CIE-Lab55.1761-10.3138-32.0220

#358cbb color RGB value is (53,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001100 10111011
Octal 65 214 273
Decimal 53 140 187
Hex 35 8C BB

RGB Percentages of Color #358cbb

%13.95
%36.84
%49.21

CMYK Percentages of Color #358cbb

%72
%25
%0
%27

Triadic Colors of #358cbb

#358cbb #bb358c #8cbb35

Analogous Colors of #358cbb

#358cbb #3549bb #35bba7

Monochromatic Colors of #358cbb

#358cbb

Complementary Color

#358cbb #bb6435

#358cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#358cbb Color CSS Codes

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

#358cbb Text Font Color

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

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


#358cbb Background Color

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

This div background color is #358cbb


#358cbb Border Color

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

This div border color is #358cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358cbb


Comments

No comments written yet.

Please login to write comment.