Color Hex Logo

#003574 Color Hex

#003574
(0,53,116)
0 Favorites   0 Comments

Color spaces of #003574

RGB 053116
HSL0.591.000.23
HSV213°100°45°
CMYK 1.000.540.00   0.55
XYZ4.42553.807217.0246
Yxy3.80720.17520.1507
Hunter Lab19.51206.3393-38.0731
CIE-Lab23.023511.6731-40.4643

#003574 color RGB value is (0,53,116).

#003574 hex color red value is 0, green value is 53 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #003574 hue: 0.59 , saturation: 1.00 and the lightness value of 003574 is 0.23.

The process color (four color CMYK) of #003574 color hex is 1.00, 0.54, 0.00, 0.55. Web safe color of #003574 is #003366. Color #003574 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110101 01110100
Octal 0 65 164
Decimal 0 53 116
Hex 0 35 74

RGB Percentages of Color #003574

%0.00
%31.36
%68.64

CMYK Percentages of Color #003574

%100
%54
%0
%55

Triadic Colors of #003574

#003574 #740035 #357400

Analogous Colors of #003574

#003574 #050074 #006f74

Monochromatic Colors of #003574

#003574

Complementary Color

#003574 #743f00

#003574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003574 Color CSS Codes

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

#003574 Text Font Color

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

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


#003574 Background Color

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

This div background color is #003574


#003574 Border Color

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

This div border color is #003574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003574


Comments

No comments written yet.

Please login to write comment.