Color Hex Logo

#003648 Color Hex

#003648
(0,54,72)
0 Favorites   0 Comments

Color spaces of #003648

RGB 05472
HSL0.541.000.14
HSV195°100°28°
CMYK 1.000.250.00   0.72
XYZ2.48893.10626.5993
Yxy3.10620.20410.2547
Hunter Lab17.6244-5.6352-9.8635
CIE-Lab20.4643-8.6965-15.6919

#003648 color RGB value is (0,54,72).

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

The process color (four color CMYK) of #003648 color hex is 1.00, 0.25, 0.00, 0.72. Web safe color of #003648 is #003333. Color #003648 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110110 01001000
Octal 0 66 110
Decimal 0 54 72
Hex 0 36 48

RGB Percentages of Color #003648

%0.00
%42.86
%57.14

CMYK Percentages of Color #003648

%100
%25
%0
%72

Triadic Colors of #003648

#003648 #480036 #364800

Analogous Colors of #003648

#003648 #001248 #004836

Monochromatic Colors of #003648

#003648

Complementary Color

#003648 #481200

#003648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003648 Color CSS Codes

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

#003648 Text Font Color

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

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


#003648 Background Color

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

This div background color is #003648


#003648 Border Color

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

This div border color is #003648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003648


Comments

No comments written yet.

Please login to write comment.