Color Hex Logo

#3358bb Color Hex

#3358BB
(51,88,187)
0 Favorites   0 Comments

Color spaces of #3358bb

RGB 5188187
HSL0.620.570.47
HSV224°73°73°
CMYK 0.730.530.00   0.27
XYZ13.824611.271148.4606
Yxy11.27110.18790.1532
Hunter Lab33.572514.7516-62.0822
CIE-Lab40.033421.4278-56.0909

#3358bb color RGB value is (51,88,187).

#3358bb hex color red value is 51, green value is 88 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3358bb hue: 0.62 , saturation: 0.57 and the lightness value of 3358bb is 0.47.

The process color (four color CMYK) of #3358bb color hex is 0.73, 0.53, 0.00, 0.27. Web safe color of #3358bb is #3366cc. Color #3358bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011000 10111011
Octal 63 130 273
Decimal 51 88 187
Hex 33 58 BB

RGB Percentages of Color #3358bb

%15.64
%26.99
%57.36

CMYK Percentages of Color #3358bb

%73
%53
%0
%27

Triadic Colors of #3358bb

#3358bb #bb3358 #58bb33

Analogous Colors of #3358bb

#3358bb #5233bb #339cbb

Monochromatic Colors of #3358bb

#3358bb

Complementary Color

#3358bb #bb9633

#3358bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3358bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3358bb Color CSS Codes

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

#3358bb Text Font Color

<p style="color:#3358bb">Text here</p>

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


#3358bb Background Color

<div style="background-color:#3358bb">
Div content here</div>

This div background color is #3358bb


#3358bb Border Color

<div style="border:3px solid #3358bb">
Div here</div>

This div border color is #3358bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,88,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3358bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3358bb;
  -webkit-box-shadow: 1px 1px 3px 2px #3358bb;
  box-shadow:         1px 1px 3px 2px #3358bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,88,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 #3358bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3358bb


Comments

No comments written yet.

Please login to write comment.