Color Hex Logo

#356bff Color Hex

#356BFF
(53,107,255)
0 Favorites   0 Comments

Color spaces of #356bff

RGB 53107255
HSL0.621.000.60
HSV224°79°100°
CMYK 0.790.580.00   0.00
XYZ24.775918.492396.8713
Yxy18.49230.17680.1320
Hunter Lab43.002727.5877-103.4596
CIE-Lab50.087934.5377-78.4126

#356bff color RGB value is (53,107,255).

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

The process color (four color CMYK) of #356bff color hex is 0.79, 0.58, 0.00, 0.00. Web safe color of #356bff is #3366ff. Color #356bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101011 11111111
Octal 65 153 377
Decimal 53 107 255
Hex 35 6B FF

RGB Percentages of Color #356bff

%12.77
%25.78
%61.45

CMYK Percentages of Color #356bff

%79
%58
%0
%0

Triadic Colors of #356bff

#356bff #ff356b #6bff35

Analogous Colors of #356bff

#356bff #6435ff #35d0ff

Monochromatic Colors of #356bff

#356bff

Complementary Color

#356bff #ffc935

#356bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#356bff Color CSS Codes

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

#356bff Text Font Color

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

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


#356bff Background Color

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

This div background color is #356bff


#356bff Border Color

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

This div border color is #356bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,107,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 #356bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356bff

Related Colors


Comments

No comments written yet.

Please login to write comment.