Color Hex Logo

#355aff Color Hex

#355AFF
(53,90,255)
0 Favorites   0 Comments

Color spaces of #355aff

RGB 5390255
HSL0.641.000.60
HSV229°79°100°
CMYK 0.790.650.00   0.00
XYZ23.174415.289296.3374
Yxy15.28920.17190.1134
Hunter Lab39.101437.3649-118.7067
CIE-Lab46.027845.0022-85.0587

#355aff color RGB value is (53,90,255).

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

The process color (four color CMYK) of #355aff color hex is 0.79, 0.65, 0.00, 0.00. Web safe color of #355aff is #3366ff. Color #355aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011010 11111111
Octal 65 132 377
Decimal 53 90 255
Hex 35 5A FF

RGB Percentages of Color #355aff

%13.32
%22.61
%64.07

CMYK Percentages of Color #355aff

%79
%65
%0
%0

Triadic Colors of #355aff

#355aff #ff355a #5aff35

Analogous Colors of #355aff

#355aff #7535ff #35bfff

Monochromatic Colors of #355aff

#355aff

Complementary Color

#355aff #ffda35

#355aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#355aff Color CSS Codes

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

#355aff Text Font Color

<p style="color:#355aff">Text here</p>

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


#355aff Background Color

<div style="background-color:#355aff">
Div content here</div>

This div background color is #355aff


#355aff Border Color

<div style="border:3px solid #355aff">
Div here</div>

This div border color is #355aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355aff


Comments

No comments written yet.

Please login to write comment.