Color Hex Logo

#304c8b Color Hex

#304C8B
(48,76,139)
0 Favorites   0 Comments

Color spaces of #304c8b

RGB 4876139
HSL0.620.490.37
HSV222°65°55°
CMYK 0.650.450.00   0.45
XYZ8.46367.661325.4588
Yxy7.66130.20350.1842
Hunter Lab27.67916.1427-35.1588
CIE-Lab33.267310.9170-38.2692

#304c8b color RGB value is (48,76,139).

#304c8b hex color red value is 48, green value is 76 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #304c8b hue: 0.62 , saturation: 0.49 and the lightness value of 304c8b is 0.37.

The process color (four color CMYK) of #304c8b color hex is 0.65, 0.45, 0.00, 0.45. Web safe color of #304c8b is #333399. Color #304c8b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001100 10001011
Octal 60 114 213
Decimal 48 76 139
Hex 30 4C 8B

RGB Percentages of Color #304c8b

%18.25
%28.90
%52.85

CMYK Percentages of Color #304c8b

%65
%45
%0
%45

Triadic Colors of #304c8b

#304c8b #8b304c #4c8b30

Analogous Colors of #304c8b

#304c8b #41308b #307a8b

Monochromatic Colors of #304c8b

#304c8b

Complementary Color

#304c8b #8b6f30

#304c8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304c8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#304c8b Color CSS Codes

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

#304c8b Text Font Color

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

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


#304c8b Background Color

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

This div background color is #304c8b


#304c8b Border Color

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

This div border color is #304c8b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,76,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #304c8b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #304c8b;
  -webkit-box-shadow: 1px 1px 3px 2px #304c8b;
  box-shadow:         1px 1px 3px 2px #304c8b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304c8b


Comments

No comments written yet.

Please login to write comment.