Color Hex Logo

#00384d Color Hex

#00384D
(0,56,77)
0 Favorites   0 Comments

Color spaces of #00384d

RGB 05677
HSL0.551.000.15
HSV196°100°30°
CMYK 1.000.270.00   0.70
XYZ2.75373.36427.5254
Yxy3.36420.20180.2466
Hunter Lab18.3418-5.2994-11.4867
CIE-Lab21.4471-7.8437-17.5127

#00384d color RGB value is (0,56,77).

#00384d hex color red value is 0, green value is 56 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #00384d hue: 0.55 , saturation: 1.00 and the lightness value of 00384d is 0.15.

The process color (four color CMYK) of #00384d color hex is 1.00, 0.27, 0.00, 0.70. Web safe color of #00384d is #003366. Color #00384d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111000 01001101
Octal 0 70 115
Decimal 0 56 77
Hex 0 38 4D

RGB Percentages of Color #00384d

%0.00
%42.11
%57.89

CMYK Percentages of Color #00384d

%100
%27
%0
%70

Triadic Colors of #00384d

#00384d #4d0038 #384d00

Analogous Colors of #00384d

#00384d #00114d #004d3c

Monochromatic Colors of #00384d

#00384d

Complementary Color

#00384d #4d1500

#00384d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00384d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00384d Color CSS Codes

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

#00384d Text Font Color

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

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


#00384d Background Color

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

This div background color is #00384d


#00384d Border Color

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

This div border color is #00384d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,56,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00384d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00384d;
  -webkit-box-shadow: 1px 1px 3px 2px #00384d;
  box-shadow:         1px 1px 3px 2px #00384d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00384d


Comments

No comments written yet.

Please login to write comment.