Color Hex Logo

#358bbc Color Hex

#358BBC
(53,139,188)
0 Favorites   0 Comments

Color spaces of #358bbc

RGB 53139188
HSL0.560.560.47
HSV202°72°74°
CMYK 0.720.260.00   0.26
XYZ19.777922.853050.9456
Yxy22.85300.21140.2442
Hunter Lab47.8048-9.8091-29.7220
CIE-Lab54.9206-9.4021-32.9900

#358bbc color RGB value is (53,139,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001011 10111100
Octal 65 213 274
Decimal 53 139 188
Hex 35 8B BC

RGB Percentages of Color #358bbc

%13.95
%36.58
%49.47

CMYK Percentages of Color #358bbc

%72
%26
%0
%26

Triadic Colors of #358bbc

#358bbc #bc358b #8bbc35

Analogous Colors of #358bbc

#358bbc #3548bc #35bcaa

Monochromatic Colors of #358bbc

#358bbc

Complementary Color

#358bbc #bc6635

#358bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#358bbc Color CSS Codes

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

#358bbc Text Font Color

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

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


#358bbc Background Color

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

This div background color is #358bbc


#358bbc Border Color

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

This div border color is #358bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358bbc


Comments

No comments written yet.

Please login to write comment.