Color Hex Logo

#03112a Color Hex

#03112A
(3,17,42)
0 Favorites   0 Comments

Color spaces of #03112a

RGB 31742
HSL0.610.870.09
HSV218°93°16°
CMYK 0.930.600.00   0.84
XYZ0.65590.58742.2693
Yxy0.58740.18670.1672
Hunter Lab7.66421.8636-12.1903
CIE-Lab5.30593.9978-18.3051

#03112a color RGB value is (3,17,42).

#03112a hex color red value is 3, green value is 17 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #03112a hue: 0.61 , saturation: 0.87 and the lightness value of 03112a is 0.09.

The process color (four color CMYK) of #03112a color hex is 0.93, 0.60, 0.00, 0.84. Web safe color of #03112a is #000033. Color #03112a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00010001 00101010
Octal 3 21 52
Decimal 3 17 42
Hex 3 11 2A

RGB Percentages of Color #03112a

%4.84
%27.42
%67.74

CMYK Percentages of Color #03112a

%93
%60
%0
%84

Triadic Colors of #03112a

#03112a #2a0311 #112a03

Analogous Colors of #03112a

#03112a #08032a #03252a

Monochromatic Colors of #03112a

#03112a

Complementary Color

#03112a #2a1c03

#03112a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03112a Color Preview on White Background

Lorem ipsum dolor sit amet.

#03112a Color CSS Codes

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

#03112a Text Font Color

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

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


#03112a Background Color

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

This div background color is #03112a


#03112a Border Color

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

This div border color is #03112a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,17,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03112a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03112a;
  -webkit-box-shadow: 1px 1px 3px 2px #03112a;
  box-shadow:         1px 1px 3px 2px #03112a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03112a


Comments

No comments written yet.

Please login to write comment.