Color Hex Logo

#003eae Color Hex

#003EAE
(0,62,174)
0 Favorites   0 Comments

Color spaces of #003eae

RGB 062174
HSL0.611.000.34
HSV219°100°68°
CMYK 1.000.640.00   0.32
XYZ9.36266.501240.8058
Yxy6.50120.16520.1147
Hunter Lab25.497520.9242-77.0388
CIE-Lab30.643329.8684-63.7757

#003eae color RGB value is (0,62,174).

#003eae hex color red value is 0, green value is 62 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #003eae hue: 0.61 , saturation: 1.00 and the lightness value of 003eae is 0.34.

The process color (four color CMYK) of #003eae color hex is 1.00, 0.64, 0.00, 0.32. Web safe color of #003eae is #003399. Color #003eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111110 10101110
Octal 0 76 256
Decimal 0 62 174
Hex 0 3E AE

RGB Percentages of Color #003eae

%0.00
%26.27
%73.73

CMYK Percentages of Color #003eae

%100
%64
%0
%32

Triadic Colors of #003eae

#003eae #ae003e #3eae00

Analogous Colors of #003eae

#003eae #1900ae #0095ae

Monochromatic Colors of #003eae

#003eae

Complementary Color

#003eae #ae7000

#003eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#003eae Color CSS Codes

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

#003eae Text Font Color

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

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


#003eae Background Color

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

This div background color is #003eae


#003eae Border Color

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

This div border color is #003eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,62,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #003eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #003eae;
  -webkit-box-shadow: 1px 1px 3px 2px #003eae;
  box-shadow:         1px 1px 3px 2px #003eae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003eae


Comments

No comments written yet.

Please login to write comment.