Color Hex Logo

#030672 Color Hex

#030672
(3,6,114)
0 Favorites   0 Comments

Color spaces of #030672

RGB 36114
HSL0.660.950.23
HSV238°97°45°
CMYK 0.970.950.00   0.55
XYZ3.13991.364516.0175
Yxy1.36450.15300.0665
Hunter Lab11.681227.5387-73.1230
CIE-Lab11.719340.9540-57.7864

#030672 color RGB value is (3,6,114).

#030672 hex color red value is 3, green value is 6 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #030672 hue: 0.66 , saturation: 0.95 and the lightness value of 030672 is 0.23.

The process color (four color CMYK) of #030672 color hex is 0.97, 0.95, 0.00, 0.55. Web safe color of #030672 is #000066. Color #030672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000110 01110010
Octal 3 6 162
Decimal 3 6 114
Hex 3 6 72

RGB Percentages of Color #030672

%2.44
%4.88
%92.68

CMYK Percentages of Color #030672

%97
%95
%0
%55

Triadic Colors of #030672

#030672 #720306 #067203

Analogous Colors of #030672

#030672 #370372 #033e72

Monochromatic Colors of #030672

#030672

Complementary Color

#030672 #726f03

#030672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#030672 Color CSS Codes

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

#030672 Text Font Color

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

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


#030672 Background Color

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

This div background color is #030672


#030672 Border Color

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

This div border color is #030672


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,6,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #030672; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #030672;
  -webkit-box-shadow: 1px 1px 3px 2px #030672;
  box-shadow:         1px 1px 3px 2px #030672; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030672


Comments

No comments written yet.

Please login to write comment.