Color Hex Logo

#358cbf Color Hex

#358CBF
(53,140,191)
0 Favorites   0 Comments

Color spaces of #358cbf

RGB 53140191
HSL0.560.570.48
HSV202°72°75°
CMYK 0.720.270.00   0.25
XYZ20.250323.274652.7154
Yxy23.27460.21040.2418
Hunter Lab48.2438-9.5013-31.0149
CIE-Lab55.3541-8.9300-34.0202

#358cbf color RGB value is (53,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001100 10111111
Octal 65 214 277
Decimal 53 140 191
Hex 35 8C BF

RGB Percentages of Color #358cbf

%13.80
%36.46
%49.74

CMYK Percentages of Color #358cbf

%72
%27
%0
%25

Triadic Colors of #358cbf

#358cbf #bf358c #8cbf35

Analogous Colors of #358cbf

#358cbf #3547bf #35bfad

Monochromatic Colors of #358cbf

#358cbf

Complementary Color

#358cbf #bf6835

#358cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#358cbf Color CSS Codes

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

#358cbf Text Font Color

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

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


#358cbf Background Color

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

This div background color is #358cbf


#358cbf Border Color

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

This div border color is #358cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,140,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358cbf


Comments

No comments written yet.

Please login to write comment.