Color Hex Logo

#313fbd Color Hex

#313FBD
(49,63,189)
0 Favorites   0 Comments

Color spaces of #313fbd

RGB 4963189
HSL0.650.590.47
HSV234°74°74°
CMYK 0.740.670.00   0.26
XYZ12.22947.882149.0209
Yxy7.88210.17690.1140
Hunter Lab28.075128.6226-83.8716
CIE-Lab33.736138.0412-67.5345

#313fbd color RGB value is (49,63,189).

#313fbd hex color red value is 49, green value is 63 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #313fbd hue: 0.65 , saturation: 0.59 and the lightness value of 313fbd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111111 10111101
Octal 61 77 275
Decimal 49 63 189
Hex 31 3F BD

RGB Percentages of Color #313fbd

%16.28
%20.93
%62.79

CMYK Percentages of Color #313fbd

%74
%67
%0
%26

Triadic Colors of #313fbd

#313fbd #bd313f #3fbd31

Analogous Colors of #313fbd

#313fbd #6931bd #3185bd

Monochromatic Colors of #313fbd

#313fbd

Complementary Color

#313fbd #bdaf31

#313fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#313fbd Color CSS Codes

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

#313fbd Text Font Color

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

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


#313fbd Background Color

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

This div background color is #313fbd


#313fbd Border Color

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

This div border color is #313fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,63,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313fbd


Comments

No comments written yet.

Please login to write comment.