Color Hex Logo

#359bff Color Hex

#359BFF
(53,155,255)
0 Favorites   0 Comments

Color spaces of #359bff

RGB 53155255
HSL0.581.000.60
HSV210°79°100°
CMYK 0.790.390.00   0.00
XYZ31.239531.419699.0258
Yxy31.41960.19320.1943
Hunter Lab56.05321.3883-65.5068
CIE-Lab62.86035.1429-57.8068

#359bff color RGB value is (53,155,255).

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

The process color (four color CMYK) of #359bff color hex is 0.79, 0.39, 0.00, 0.00. Web safe color of #359bff is #3399ff. Color #359bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011011 11111111
Octal 65 233 377
Decimal 53 155 255
Hex 35 9B FF

RGB Percentages of Color #359bff

%11.45
%33.48
%55.08

CMYK Percentages of Color #359bff

%79
%39
%0
%0

Triadic Colors of #359bff

#359bff #ff359b #9bff35

Analogous Colors of #359bff

#359bff #3536ff #35fffe

Monochromatic Colors of #359bff

#359bff

Complementary Color

#359bff #ff9935

#359bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#359bff Color CSS Codes

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

#359bff Text Font Color

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

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


#359bff Background Color

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

This div background color is #359bff


#359bff Border Color

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

This div border color is #359bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359bff

Related Colors


Comments

No comments written yet.

Please login to write comment.