Color Hex Logo

#359cca Color Hex

#359CCA
(53,156,202)
0 Favorites   0 Comments

Color spaces of #359cca

RGB 53156202
HSL0.550.580.50
HSV199°74°79°
CMYK 0.740.230.00   0.21
XYZ24.017328.798160.1699
Yxy28.79810.21260.2549
Hunter Lab53.6639-14.0240-28.9134
CIE-Lab60.6030-14.0801-32.0489

#359cca color RGB value is (53,156,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011100 11001010
Octal 65 234 312
Decimal 53 156 202
Hex 35 9C CA

RGB Percentages of Color #359cca

%12.90
%37.96
%49.15

CMYK Percentages of Color #359cca

%74
%23
%0
%21

Triadic Colors of #359cca

#359cca #ca359c #9cca35

Analogous Colors of #359cca

#359cca #3552ca #35caae

Monochromatic Colors of #359cca

#359cca

Complementary Color

#359cca #ca6335

#359cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#359cca Color CSS Codes

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

#359cca Text Font Color

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

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


#359cca Background Color

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

This div background color is #359cca


#359cca Border Color

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

This div border color is #359cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359cca

#359cca Color Palettes


Comments

No comments written yet.

Please login to write comment.