Color Hex Logo

#034553 Color Hex

#034553
(3,69,83)
0 Favorites   0 Comments

Color spaces of #034553

RGB 36983
HSL0.530.930.17
HSV191°96°33°
CMYK 0.960.170.00   0.67
XYZ3.72704.90018.9330
Yxy4.90010.21220.2790
Hunter Lab22.1362-8.6848-8.4310
CIE-Lab26.4482-13.0990-13.7179

#034553 color RGB value is (3,69,83).

#034553 hex color red value is 3, green value is 69 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #034553 hue: 0.53 , saturation: 0.93 and the lightness value of 034553 is 0.17.

The process color (four color CMYK) of #034553 color hex is 0.96, 0.17, 0.00, 0.67. Web safe color of #034553 is #003366. Color #034553 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000101 01010011
Octal 3 105 123
Decimal 3 69 83
Hex 3 45 53

RGB Percentages of Color #034553

%1.94
%44.52
%53.55

CMYK Percentages of Color #034553

%96
%17
%0
%67

Triadic Colors of #034553

#034553 #530345 #455303

Analogous Colors of #034553

#034553 #031d53 #035339

Monochromatic Colors of #034553

#034553

Complementary Color

#034553 #531103

#034553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034553 Color CSS Codes

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

#034553 Text Font Color

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

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


#034553 Background Color

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

This div background color is #034553


#034553 Border Color

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

This div border color is #034553


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,69,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #034553; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #034553;
  -webkit-box-shadow: 1px 1px 3px 2px #034553;
  box-shadow:         1px 1px 3px 2px #034553; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,69,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034553

#034553 Color Palettes


Comments

No comments written yet.

Please login to write comment.