Color Hex Logo

#304687 Color Hex

#304687
(48,70,135)
0 Favorites   0 Comments

Color spaces of #304687

RGB 4870135
HSL0.620.480.36
HSV225°64°53°
CMYK 0.640.480.00   0.47
XYZ7.78236.758023.8159
Yxy6.75800.20290.1762
Hunter Lab25.99627.9431-36.1201
CIE-Lab31.249513.4550-39.0386

#304687 color RGB value is (48,70,135).

#304687 hex color red value is 48, green value is 70 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #304687 hue: 0.62 , saturation: 0.48 and the lightness value of 304687 is 0.36.

The process color (four color CMYK) of #304687 color hex is 0.64, 0.48, 0.00, 0.47. Web safe color of #304687 is #333399. Color #304687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000110 10000111
Octal 60 106 207
Decimal 48 70 135
Hex 30 46 87

RGB Percentages of Color #304687

%18.97
%27.67
%53.36

CMYK Percentages of Color #304687

%64
%48
%0
%47

Triadic Colors of #304687

#304687 #873046 #468730

Analogous Colors of #304687

#304687 #453087 #307287

Monochromatic Colors of #304687

#304687

Complementary Color

#304687 #877130

#304687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304687 Color CSS Codes

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

#304687 Text Font Color

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

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


#304687 Background Color

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

This div background color is #304687


#304687 Border Color

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

This div border color is #304687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304687


Comments

No comments written yet.

Please login to write comment.