Color Hex Logo

#031edb Color Hex

#031EDB
(3,30,219)
0 Favorites   0 Comments

Color spaces of #031edb

RGB 330219
HSL0.650.970.44
HSV233°99°86°
CMYK 0.990.860.00   0.14
XYZ13.28806.062467.4876
Yxy6.06240.15300.0698
Hunter Lab24.621953.2447-145.2758
CIE-Lab29.569463.0842-91.9558

#031edb color RGB value is (3,30,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011110 11011011
Octal 3 36 333
Decimal 3 30 219
Hex 3 1E DB

RGB Percentages of Color #031edb

%1.19
%11.90
%86.90

CMYK Percentages of Color #031edb

%99
%86
%0
%14

Triadic Colors of #031edb

#031edb #db031e #1edb03

Analogous Colors of #031edb

#031edb #5403db #038adb

Monochromatic Colors of #031edb

#031edb

Complementary Color

#031edb #dbc003

#031edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#031edb Color CSS Codes

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

#031edb Text Font Color

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

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


#031edb Background Color

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

This div background color is #031edb


#031edb Border Color

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

This div border color is #031edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,30,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 #031edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031edb


Comments

No comments written yet.

Please login to write comment.