Color Hex Logo

#355ccb Color Hex

#355CCB
(53,92,203)
0 Favorites   0 Comments

Color spaces of #355ccb

RGB 5392203
HSL0.620.590.50
HSV224°74°80°
CMYK 0.740.550.00   0.20
XYZ16.074812.723058.1085
Yxy12.72300.18500.1464
Hunter Lab35.669318.0218-71.6202
CIE-Lab42.342925.0288-61.6359

#355ccb color RGB value is (53,92,203).

#355ccb hex color red value is 53, green value is 92 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #355ccb hue: 0.62 , saturation: 0.59 and the lightness value of 355ccb is 0.50.

The process color (four color CMYK) of #355ccb color hex is 0.74, 0.55, 0.00, 0.20. Web safe color of #355ccb is #3366cc. Color #355ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011100 11001011
Octal 65 134 313
Decimal 53 92 203
Hex 35 5C CB

RGB Percentages of Color #355ccb

%15.23
%26.44
%58.33

CMYK Percentages of Color #355ccb

%74
%55
%0
%20

Triadic Colors of #355ccb

#355ccb #cb355c #5ccb35

Analogous Colors of #355ccb

#355ccb #5935cb #35a7cb

Monochromatic Colors of #355ccb

#355ccb

Complementary Color

#355ccb #cba435

#355ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#355ccb Color CSS Codes

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

#355ccb Text Font Color

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

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


#355ccb Background Color

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

This div background color is #355ccb


#355ccb Border Color

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

This div border color is #355ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355ccb


Comments

No comments written yet.

Please login to write comment.