Color Hex Logo

#03484e Color Hex

#03484E
(3,72,78)
0 Favorites   0 Comments

Color spaces of #03484e

RGB 37278
HSL0.510.930.16
HSV185°96°31°
CMYK 0.960.080.00   0.69
XYZ3.73015.20418.0156
Yxy5.20410.22010.3070
Hunter Lab22.8125-10.7351-4.8639
CIE-Lab27.3085-16.7600-9.1516

#03484e color RGB value is (3,72,78).

#03484e hex color red value is 3, green value is 72 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #03484e hue: 0.51 , saturation: 0.93 and the lightness value of 03484e is 0.16.

The process color (four color CMYK) of #03484e color hex is 0.96, 0.08, 0.00, 0.69. Web safe color of #03484e is #003366. Color #03484e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001000 01001110
Octal 3 110 116
Decimal 3 72 78
Hex 3 48 4E

RGB Percentages of Color #03484e

%1.96
%47.06
%50.98

CMYK Percentages of Color #03484e

%96
%8
%0
%69

Triadic Colors of #03484e

#03484e #4e0348 #484e03

Analogous Colors of #03484e

#03484e #03224e #034e2f

Monochromatic Colors of #03484e

#03484e

Complementary Color

#03484e #4e0903

#03484e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03484e Color Preview on White Background

Lorem ipsum dolor sit amet.

#03484e Color CSS Codes

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

#03484e Text Font Color

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

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


#03484e Background Color

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

This div background color is #03484e


#03484e Border Color

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

This div border color is #03484e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,72,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03484e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03484e;
  -webkit-box-shadow: 1px 1px 3px 2px #03484e;
  box-shadow:         1px 1px 3px 2px #03484e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03484e


Comments

No comments written yet.

Please login to write comment.