Color Hex Logo

#00363c Color Hex

#00363C
(0,54,60)
0 Favorites   0 Comments

Color spaces of #00363c

RGB 05460
HSL0.521.000.12
HSV186°100°24°
CMYK 1.000.100.00   0.76
XYZ2.13482.96464.7347
Yxy2.96460.21710.3015
Hunter Lab17.2180-7.9999-4.2513
CIE-Lab19.9016-13.6754-8.4308

#00363c color RGB value is (0,54,60).

#00363c hex color red value is 0, green value is 54 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #00363c hue: 0.52 , saturation: 1.00 and the lightness value of 00363c is 0.12.

The process color (four color CMYK) of #00363c color hex is 1.00, 0.10, 0.00, 0.76. Web safe color of #00363c is #003333. Color #00363c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110110 00111100
Octal 0 66 74
Decimal 0 54 60
Hex 0 36 3C

RGB Percentages of Color #00363c

%0.00
%47.37
%52.63

CMYK Percentages of Color #00363c

%100
%10
%0
%76

Triadic Colors of #00363c

#00363c #3c0036 #363c00

Analogous Colors of #00363c

#00363c #00183c #003c24

Monochromatic Colors of #00363c

#00363c

Complementary Color

#00363c #3c0600

#00363c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00363c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00363c Color CSS Codes

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

#00363c Text Font Color

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

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


#00363c Background Color

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

This div background color is #00363c


#00363c Border Color

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

This div border color is #00363c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00363c


Comments

No comments written yet.

Please login to write comment.