Color Hex Logo

#304877 Color Hex

#304877
(48,72,119)
0 Favorites   0 Comments

Color spaces of #304877

RGB 4872119
HSL0.610.430.33
HSV220°60°47°
CMYK 0.600.390.00   0.53
XYZ6.86616.595018.3638
Yxy6.59500.21570.2072
Hunter Lab25.68072.7832-24.4206
CIE-Lab30.86656.2273-29.6961

#304877 color RGB value is (48,72,119).

#304877 hex color red value is 48, green value is 72 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #304877 hue: 0.61 , saturation: 0.43 and the lightness value of 304877 is 0.33.

The process color (four color CMYK) of #304877 color hex is 0.60, 0.39, 0.00, 0.53. Web safe color of #304877 is #333366. Color #304877 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001000 01110111
Octal 60 110 167
Decimal 48 72 119
Hex 30 48 77

RGB Percentages of Color #304877

%20.08
%30.13
%49.79

CMYK Percentages of Color #304877

%60
%39
%0
%53

Triadic Colors of #304877

#304877 #773048 #487730

Analogous Colors of #304877

#304877 #3c3077 #306c77

Monochromatic Colors of #304877

#304877

Complementary Color

#304877 #775f30

#304877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304877 Color CSS Codes

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

#304877 Text Font Color

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

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


#304877 Background Color

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

This div background color is #304877


#304877 Border Color

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

This div border color is #304877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304877


Comments

No comments written yet.

Please login to write comment.