Color Hex Logo

#002631 Color Hex

#002631
(0,38,49)
1 Favorites   0 Comments

Color spaces of #002631

RGB 03849
HSL0.541.000.10
HSV193°100°19°
CMYK 1.000.220.00   0.81
XYZ1.24751.60803.1504
Yxy1.60800.20770.2677
Hunter Lab12.6807-4.6308-5.8536
CIE-Lab13.2788-8.2591-10.9189

#002631 color RGB value is (0,38,49).

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

The process color (four color CMYK) of #002631 color hex is 1.00, 0.22, 0.00, 0.81. Web safe color of #002631 is #003333. Color #002631 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100110 00110001
Octal 0 46 61
Decimal 0 38 49
Hex 0 26 31

RGB Percentages of Color #002631

%0.00
%43.68
%56.32

CMYK Percentages of Color #002631

%100
%22
%0
%81

Triadic Colors of #002631

#002631 #310026 #263100

Analogous Colors of #002631

#002631 #000e31 #003124

Monochromatic Colors of #002631

#002631

Complementary Color

#002631 #310b00

#002631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002631 Color CSS Codes

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

#002631 Text Font Color

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

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


#002631 Background Color

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

This div background color is #002631


#002631 Border Color

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

This div border color is #002631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002631

#002631 Color Palettes


Comments

No comments written yet.

Please login to write comment.