Color Hex Logo

#003346 Color Hex

#003346
(0,51,70)
0 Favorites   0 Comments

Color spaces of #003346

RGB 05170
HSL0.551.000.14
HSV196°100°27°
CMYK 1.000.270.00   0.73
XYZ2.28932.80986.2160
Yxy2.80980.20230.2483
Hunter Lab16.7625-4.9560-10.2527
CIE-Lab19.2655-7.6094-16.2074

#003346 color RGB value is (0,51,70).

#003346 hex color red value is 0, green value is 51 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #003346 hue: 0.55 , saturation: 1.00 and the lightness value of 003346 is 0.14.

The process color (four color CMYK) of #003346 color hex is 1.00, 0.27, 0.00, 0.73. Web safe color of #003346 is #003333. Color #003346 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110011 01000110
Octal 0 63 106
Decimal 0 51 70
Hex 0 33 46

RGB Percentages of Color #003346

%0.00
%42.15
%57.85

CMYK Percentages of Color #003346

%100
%27
%0
%73

Triadic Colors of #003346

#003346 #460033 #334600

Analogous Colors of #003346

#003346 #001046 #004636

Monochromatic Colors of #003346

#003346

Complementary Color

#003346 #461300

#003346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003346 Color CSS Codes

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

#003346 Text Font Color

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

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


#003346 Background Color

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

This div background color is #003346


#003346 Border Color

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

This div border color is #003346


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,51,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #003346; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #003346;
  -webkit-box-shadow: 1px 1px 3px 2px #003346;
  box-shadow:         1px 1px 3px 2px #003346; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,51,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003346


Comments

No comments written yet.

Please login to write comment.