Color Hex Logo

#031ddb Color Hex

#031DDB
(3,29,219)
0 Favorites   0 Comments

Color spaces of #031ddb

RGB 329219
HSL0.650.970.44
HSV233°99°86°
CMYK 0.990.870.00   0.14
XYZ13.26316.012667.4793
Yxy6.01260.15290.0693
Hunter Lab24.520653.6389-145.9983
CIE-Lab29.444263.4613-92.1645

#031ddb color RGB value is (3,29,219).

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

The process color (four color CMYK) of #031ddb color hex is 0.99, 0.87, 0.00, 0.14. Web safe color of #031ddb is #0033cc. Color #031ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011101 11011011
Octal 3 35 333
Decimal 3 29 219
Hex 3 1D DB

RGB Percentages of Color #031ddb

%1.20
%11.55
%87.25

CMYK Percentages of Color #031ddb

%99
%87
%0
%14

Triadic Colors of #031ddb

#031ddb #db031d #1ddb03

Analogous Colors of #031ddb

#031ddb #5503db #0389db

Monochromatic Colors of #031ddb

#031ddb

Complementary Color

#031ddb #dbc103

#031ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#031ddb Color CSS Codes

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

#031ddb Text Font Color

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

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


#031ddb Background Color

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

This div background color is #031ddb


#031ddb Border Color

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

This div border color is #031ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031ddb


Comments

No comments written yet.

Please login to write comment.