Color Hex Logo

#356bbb Color Hex

#356BBB
(53,107,187)
0 Favorites   0 Comments

Color spaces of #356bbb

RGB 53107187
HSL0.600.560.47
HSV216°72°73°
CMYK 0.720.430.00   0.27
XYZ15.695514.860149.0548
Yxy14.86010.19720.1867
Hunter Lab38.54885.2175-48.4646
CIE-Lab45.44209.4785-47.3873

#356bbb color RGB value is (53,107,187).

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

The process color (four color CMYK) of #356bbb color hex is 0.72, 0.43, 0.00, 0.27. Web safe color of #356bbb is #3366cc. Color #356bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101011 10111011
Octal 65 153 273
Decimal 53 107 187
Hex 35 6B BB

RGB Percentages of Color #356bbb

%15.27
%30.84
%53.89

CMYK Percentages of Color #356bbb

%72
%43
%0
%27

Triadic Colors of #356bbb

#356bbb #bb356b #6bbb35

Analogous Colors of #356bbb

#356bbb #4235bb #35aebb

Monochromatic Colors of #356bbb

#356bbb

Complementary Color

#356bbb #bb8535

#356bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#356bbb Color CSS Codes

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

#356bbb Text Font Color

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

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


#356bbb Background Color

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

This div background color is #356bbb


#356bbb Border Color

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

This div border color is #356bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356bbb


Comments

No comments written yet.

Please login to write comment.