Color Hex Logo

#355bee Color Hex

#355BEE
(53,91,238)
0 Favorites   0 Comments

Color spaces of #355bee

RGB 5391238
HSL0.630.840.57
HSV228°78°93°
CMYK 0.780.620.00   0.07
XYZ20.641914.412182.5828
Yxy14.41210.17550.1225
Hunter Lab37.963330.6207-102.4013
CIE-Lab44.818238.3958-77.5333

#355bee color RGB value is (53,91,238).

#355bee hex color red value is 53, green value is 91 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #355bee hue: 0.63 , saturation: 0.84 and the lightness value of 355bee is 0.57.

The process color (four color CMYK) of #355bee color hex is 0.78, 0.62, 0.00, 0.07. Web safe color of #355bee is #3366ff. Color #355bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011011 11101110
Octal 65 133 356
Decimal 53 91 238
Hex 35 5B EE

RGB Percentages of Color #355bee

%13.87
%23.82
%62.30

CMYK Percentages of Color #355bee

%78
%62
%0
%7

Triadic Colors of #355bee

#355bee #ee355b #5bee35

Analogous Colors of #355bee

#355bee #6c35ee #35b8ee

Monochromatic Colors of #355bee

#355bee

Complementary Color

#355bee #eec835

#355bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#355bee Color CSS Codes

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

#355bee Text Font Color

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

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


#355bee Background Color

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

This div background color is #355bee


#355bee Border Color

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

This div border color is #355bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355bee


Comments

No comments written yet.

Please login to write comment.