Color Hex Logo

#304063 Color Hex

#304063
(48,64,99)
0 Favorites   0 Comments

Color spaces of #304063

RGB 486499
HSL0.610.350.29
HSV221°52°39°
CMYK 0.520.350.00   0.61
XYZ5.30455.196012.5277
Yxy5.19600.23030.2256
Hunter Lab22.79471.6475-16.6287
CIE-Lab27.28604.4980-22.6437

#304063 color RGB value is (48,64,99).

#304063 hex color red value is 48, green value is 64 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #304063 hue: 0.61 , saturation: 0.35 and the lightness value of 304063 is 0.29.

The process color (four color CMYK) of #304063 color hex is 0.52, 0.35, 0.00, 0.61. Web safe color of #304063 is #333366. Color #304063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000000 01100011
Octal 60 100 143
Decimal 48 64 99
Hex 30 40 63

RGB Percentages of Color #304063

%22.75
%30.33
%46.92

CMYK Percentages of Color #304063

%52
%35
%0
%61

Triadic Colors of #304063

#304063 #633040 #406330

Analogous Colors of #304063

#304063 #3a3063 #305a63

Monochromatic Colors of #304063

#304063

Complementary Color

#304063 #635330

#304063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304063 Color CSS Codes

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

#304063 Text Font Color

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

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


#304063 Background Color

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

This div background color is #304063


#304063 Border Color

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

This div border color is #304063


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,64,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #304063; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #304063;
  -webkit-box-shadow: 1px 1px 3px 2px #304063;
  box-shadow:         1px 1px 3px 2px #304063; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,64,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304063


Comments

No comments written yet.

Please login to write comment.