Color Hex Logo

#031acc Color Hex

#031ACC
(3,26,204)
0 Favorites   0 Comments

Color spaces of #031acc

RGB 326204
HSL0.650.970.41
HSV233°99°80°
CMYK 0.990.870.00   0.20
XYZ11.30605.117857.5187
Yxy5.11780.15290.0692
Hunter Lab22.622649.6189-134.9113
CIE-Lab27.067860.2640-87.4215

#031acc color RGB value is (3,26,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011010 11001100
Octal 3 32 314
Decimal 3 26 204
Hex 3 1A CC

RGB Percentages of Color #031acc

%1.29
%11.16
%87.55

CMYK Percentages of Color #031acc

%99
%87
%0
%20

Triadic Colors of #031acc

#031acc #cc031a #1acc03

Analogous Colors of #031acc

#031acc #5103cc #037fcc

Monochromatic Colors of #031acc

#031acc

Complementary Color

#031acc #ccb503

#031acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#031acc Color CSS Codes

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

#031acc Text Font Color

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

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


#031acc Background Color

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

This div background color is #031acc


#031acc Border Color

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

This div border color is #031acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031acc


Comments

No comments written yet.

Please login to write comment.