Color Hex Logo

#3371cb Color Hex

#3371CB
(51,113,203)
0 Favorites   0 Comments

Color spaces of #3371cb

RGB 51113203
HSL0.600.600.50
HSV216°75°80°
CMYK 0.750.440.00   0.20
XYZ18.049916.825958.7963
Yxy16.82590.19270.1796
Hunter Lab41.01946.7620-56.2714
CIE-Lab48.039911.3628-52.4509

#3371cb color RGB value is (51,113,203).

#3371cb hex color red value is 51, green value is 113 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3371cb hue: 0.60 , saturation: 0.60 and the lightness value of 3371cb is 0.50.

The process color (four color CMYK) of #3371cb color hex is 0.75, 0.44, 0.00, 0.20. Web safe color of #3371cb is #3366cc. Color #3371cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110001 11001011
Octal 63 161 313
Decimal 51 113 203
Hex 33 71 CB

RGB Percentages of Color #3371cb

%13.90
%30.79
%55.31

CMYK Percentages of Color #3371cb

%75
%44
%0
%20

Triadic Colors of #3371cb

#3371cb #cb3371 #71cb33

Analogous Colors of #3371cb

#3371cb #4133cb #33bdcb

Monochromatic Colors of #3371cb

#3371cb

Complementary Color

#3371cb #cb8d33

#3371cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3371cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3371cb Color CSS Codes

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

#3371cb Text Font Color

<p style="color:#3371cb">Text here</p>

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


#3371cb Background Color

<div style="background-color:#3371cb">
Div content here</div>

This div background color is #3371cb


#3371cb Border Color

<div style="border:3px solid #3371cb">
Div here</div>

This div border color is #3371cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,113,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3371cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3371cb;
  -webkit-box-shadow: 1px 1px 3px 2px #3371cb;
  box-shadow:         1px 1px 3px 2px #3371cb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3371cb


Comments

No comments written yet.

Please login to write comment.