Color Hex Logo

#031dbc Color Hex

#031DBC
(3,29,188)
0 Favorites   0 Comments

Color spaces of #031dbc

RGB 329188
HSL0.640.970.37
HSV232°98°74°
CMYK 0.980.850.00   0.26
XYZ9.55404.528947.9476
Yxy4.52890.15400.0730
Hunter Lab21.281242.8938-118.6864
CIE-Lab25.348154.2554-80.8696

#031dbc color RGB value is (3,29,188).

#031dbc hex color red value is 3, green value is 29 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #031dbc hue: 0.64 , saturation: 0.97 and the lightness value of 031dbc is 0.37.

The process color (four color CMYK) of #031dbc color hex is 0.98, 0.85, 0.00, 0.26. Web safe color of #031dbc is #0033cc. Color #031dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011101 10111100
Octal 3 35 274
Decimal 3 29 188
Hex 3 1D BC

RGB Percentages of Color #031dbc

%1.36
%13.18
%85.45

CMYK Percentages of Color #031dbc

%98
%85
%0
%26

Triadic Colors of #031dbc

#031dbc #bc031d #1dbc03

Analogous Colors of #031dbc

#031dbc #4503bc #037abc

Monochromatic Colors of #031dbc

#031dbc

Complementary Color

#031dbc #bca203

#031dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#031dbc Color CSS Codes

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

#031dbc Text Font Color

<p style="color:#031dbc">Text here</p>

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


#031dbc Background Color

<div style="background-color:#031dbc">
Div content here</div>

This div background color is #031dbc


#031dbc Border Color

<div style="border:3px solid #031dbc">
Div here</div>

This div border color is #031dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,29,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #031dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #031dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #031dbc;
  box-shadow:         1px 1px 3px 2px #031dbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,29,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031dbc


Comments

No comments written yet.

Please login to write comment.