Color Hex Logo

#00338e Color Hex

#00338E
(0,51,142)
0 Favorites   0 Comments

Color spaces of #00338e

RGB 051142
HSL0.611.000.28
HSV218°100°56°
CMYK 1.000.640.00   0.44
XYZ6.06634.320626.1054
Yxy4.32060.16620.1184
Hunter Lab20.786115.7187-59.9126
CIE-Lab24.704224.3675-54.0676

#00338e color RGB value is (0,51,142).

#00338e hex color red value is 0, green value is 51 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #00338e hue: 0.61 , saturation: 1.00 and the lightness value of 00338e is 0.28.

The process color (four color CMYK) of #00338e color hex is 1.00, 0.64, 0.00, 0.44. Web safe color of #00338e is #003399. Color #00338e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110011 10001110
Octal 0 63 216
Decimal 0 51 142
Hex 0 33 8E

RGB Percentages of Color #00338e

%0.00
%26.42
%73.58

CMYK Percentages of Color #00338e

%100
%64
%0
%44

Triadic Colors of #00338e

#00338e #8e0033 #338e00

Analogous Colors of #00338e

#00338e #14008e #007a8e

Monochromatic Colors of #00338e

#00338e

Complementary Color

#00338e #8e5b00

#00338e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00338e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00338e Color CSS Codes

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

#00338e Text Font Color

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

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


#00338e Background Color

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

This div background color is #00338e


#00338e Border Color

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

This div border color is #00338e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00338e


Comments

No comments written yet.

Please login to write comment.