Color Hex Logo

#313dbb Color Hex

#313DBB
(49,61,187)
0 Favorites   0 Comments

Color spaces of #313dbb

RGB 4961187
HSL0.650.580.46
HSV235°74°73°
CMYK 0.740.670.00   0.27
XYZ11.90507.578347.8490
Yxy7.57830.17680.1126
Hunter Lab27.528729.0184-83.7847
CIE-Lab33.088738.5797-67.4193

#313dbb color RGB value is (49,61,187).

#313dbb hex color red value is 49, green value is 61 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #313dbb hue: 0.65 , saturation: 0.58 and the lightness value of 313dbb is 0.46.

The process color (four color CMYK) of #313dbb color hex is 0.74, 0.67, 0.00, 0.27. Web safe color of #313dbb is #3333cc. Color #313dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111101 10111011
Octal 61 75 273
Decimal 49 61 187
Hex 31 3D BB

RGB Percentages of Color #313dbb

%16.50
%20.54
%62.96

CMYK Percentages of Color #313dbb

%74
%67
%0
%27

Triadic Colors of #313dbb

#313dbb #bb313d #3dbb31

Analogous Colors of #313dbb

#313dbb #6a31bb #3182bb

Monochromatic Colors of #313dbb

#313dbb

Complementary Color

#313dbb #bbaf31

#313dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#313dbb Color CSS Codes

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

#313dbb Text Font Color

<p style="color:#313dbb">Text here</p>

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


#313dbb Background Color

<div style="background-color:#313dbb">
Div content here</div>

This div background color is #313dbb


#313dbb Border Color

<div style="border:3px solid #313dbb">
Div here</div>

This div border color is #313dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,61,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #313dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #313dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #313dbb;
  box-shadow:         1px 1px 3px 2px #313dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,61,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 #313dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313dbb


Comments

No comments written yet.

Please login to write comment.