Color Hex Logo

#359bcc Color Hex

#359BCC
(53,155,204)
0 Favorites   0 Comments

Color spaces of #359bcc

RGB 53155204
HSL0.550.600.50
HSV199°74°80°
CMYK 0.740.240.00   0.20
XYZ24.088628.559261.3696
Yxy28.55920.21130.2505
Hunter Lab53.4408-13.0620-30.6780
CIE-Lab60.3906-12.8520-33.4988

#359bcc color RGB value is (53,155,204).

#359bcc hex color red value is 53, green value is 155 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #359bcc hue: 0.55 , saturation: 0.60 and the lightness value of 359bcc is 0.50.

The process color (four color CMYK) of #359bcc color hex is 0.74, 0.24, 0.00, 0.20. Web safe color of #359bcc is #3399cc. Color #359bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011011 11001100
Octal 65 233 314
Decimal 53 155 204
Hex 35 9B CC

RGB Percentages of Color #359bcc

%12.86
%37.62
%49.51

CMYK Percentages of Color #359bcc

%74
%24
%0
%20

Triadic Colors of #359bcc

#359bcc #cc359b #9bcc35

Analogous Colors of #359bcc

#359bcc #3550cc #35ccb2

Monochromatic Colors of #359bcc

#359bcc

Complementary Color

#359bcc #cc6635

#359bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#359bcc Color CSS Codes

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

#359bcc Text Font Color

<p style="color:#359bcc">Text here</p>

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


#359bcc Background Color

<div style="background-color:#359bcc">
Div content here</div>

This div background color is #359bcc


#359bcc Border Color

<div style="border:3px solid #359bcc">
Div here</div>

This div border color is #359bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,155,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #359bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #359bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #359bcc;
  box-shadow:         1px 1px 3px 2px #359bcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359bcc


Comments

No comments written yet.

Please login to write comment.