Color Hex Logo

#304663 Color Hex

#304663
(48,70,99)
0 Favorites   0 Comments

Color spaces of #304663

RGB 487099
HSL0.590.350.29
HSV214°52°39°
CMYK 0.520.290.00   0.61
XYZ5.66125.909512.6467
Yxy5.90950.23380.2440
Hunter Lab24.3095-0.9724-13.8283
CIE-Lab29.18300.5118-19.6802

#304663 color RGB value is (48,70,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000110 01100011
Octal 60 106 143
Decimal 48 70 99
Hex 30 46 63

RGB Percentages of Color #304663

%22.12
%32.26
%45.62

CMYK Percentages of Color #304663

%52
%29
%0
%61

Triadic Colors of #304663

#304663 #633046 #466330

Analogous Colors of #304663

#304663 #343063 #306063

Monochromatic Colors of #304663

#304663

Complementary Color

#304663 #634d30

#304663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304663 Color CSS Codes

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

#304663 Text Font Color

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

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


#304663 Background Color

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

This div background color is #304663


#304663 Border Color

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

This div border color is #304663


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,70,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 #304663">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304663


Comments

No comments written yet.

Please login to write comment.