Color Hex Logo

#358bcf Color Hex

#358BCF
(53,139,207)
0 Favorites   0 Comments

Color spaces of #358bcf

RGB 53139207
HSL0.570.620.51
HSV206°74°81°
CMYK 0.740.330.00   0.19
XYZ21.963323.727162.4537
Yxy23.72710.20310.2194
Hunter Lab48.7105-4.7586-41.9208
CIE-Lab55.8135-2.7167-42.3574

#358bcf color RGB value is (53,139,207).

#358bcf hex color red value is 53, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #358bcf hue: 0.57 , saturation: 0.62 and the lightness value of 358bcf is 0.51.

The process color (four color CMYK) of #358bcf color hex is 0.74, 0.33, 0.00, 0.19. Web safe color of #358bcf is #3399cc. Color #358bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001011 11001111
Octal 65 213 317
Decimal 53 139 207
Hex 35 8B CF

RGB Percentages of Color #358bcf

%13.28
%34.84
%51.88

CMYK Percentages of Color #358bcf

%74
%33
%0
%19

Triadic Colors of #358bcf

#358bcf #cf358b #8bcf35

Analogous Colors of #358bcf

#358bcf #353ecf #35cfc6

Monochromatic Colors of #358bcf

#358bcf

Complementary Color

#358bcf #cf7935

#358bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#358bcf Color CSS Codes

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

#358bcf Text Font Color

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

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


#358bcf Background Color

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

This div background color is #358bcf


#358bcf Border Color

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

This div border color is #358bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358bcf


Comments

No comments written yet.

Please login to write comment.