Color Hex Logo

#002349 Color Hex

#002349
(0,35,73)
0 Favorites   0 Comments

Color spaces of #002349

RGB 03573
HSL0.591.000.14
HSV211°100°29°
CMYK 1.000.520.00   0.71
XYZ1.80361.68316.5331
Yxy1.68310.18000.1680
Hunter Lab12.97342.1120-20.7756
CIE-Lab13.72775.2270-27.0432

#002349 color RGB value is (0,35,73).

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

The process color (four color CMYK) of #002349 color hex is 1.00, 0.52, 0.00, 0.71. Web safe color of #002349 is #003333. Color #002349 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100011 01001001
Octal 0 43 111
Decimal 0 35 73
Hex 0 23 49

RGB Percentages of Color #002349

%0.00
%32.41
%67.59

CMYK Percentages of Color #002349

%100
%52
%0
%71

Triadic Colors of #002349

#002349 #490023 #234900

Analogous Colors of #002349

#002349 #010049 #004849

Monochromatic Colors of #002349

#002349

Complementary Color

#002349 #492600

#002349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002349 Color CSS Codes

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

#002349 Text Font Color

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

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


#002349 Background Color

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

This div background color is #002349


#002349 Border Color

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

This div border color is #002349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002349


Comments

No comments written yet.

Please login to write comment.